Hi guys,
I have a problem with one FreeBSD machine after the upgrade from 9.0 to 9.1. Actually I'm running 9.1-RELEASE p4.
On this machine I use altq with HFSC. The network card is an Intel Quad Port Server Adapter with the Intel® 82576 Gigabit Ethernet Controller. Under 9.1 my pf.conf isn't working anymore. When I try to load the config I got this:
After some googling I found another one in the mailing list having the same problem http://lists.freebsd.org/pipermail/freebsd-net/2013-April/thread.html#35119. So it seems to be a problem/bug in the igb driver. I have built a custom kernel and all necessary options for altq are set.
Has anybody fixed this problem? Should I try to use the newest driver available on the Intel site? Maybe it's fixed in the new version?
Thanks for help!
I have a problem with one FreeBSD machine after the upgrade from 9.0 to 9.1. Actually I'm running 9.1-RELEASE p4.
Code:
FreeBSD XXX 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Tue Jul 9 08:51:25 CEST 2013 root@XXX:/usr/obj/usr/src/sys/XXX amd64
On this machine I use altq with HFSC. The network card is an Intel Quad Port Server Adapter with the Intel® 82576 Gigabit Ethernet Controller. Under 9.1 my pf.conf isn't working anymore. When I try to load the config I got this:
Code:
pfctl: igb0: driver does not support altq
After some googling I found another one in the mailing list having the same problem http://lists.freebsd.org/pipermail/freebsd-net/2013-April/thread.html#35119. So it seems to be a problem/bug in the igb driver. I have built a custom kernel and all necessary options for altq are set.
Code:
options ALTQ
options ALTQ_CBQ # Class Bases Queuing (CBQ)
options ALTQ_RED # Random Early Detection (RED)
options ALTQ_RIO # RED In/Out
options ALTQ_HFSC # Hierarchical Packet Scheduler (HFSC)
options ALTQ_PRIQ # Priority Queuing (PRIQ)
options ALTQ_NOPCC # Required for SMP build
Has anybody fixed this problem? Should I try to use the newest driver available on the Intel site? Maybe it's fixed in the new version?
Thanks for help!