ixgbe ALTQ support on 9.1-RELEASE
Mike Hix
mike at musl.org
Thu Jan 3 01:26:44 UTC 2013
Should ixgbe 2.4.8 (supplied with 9.1-RELEASE) or newer support altq?
altq(4) lists ixgbe under the SUPPORTED DEVICES section.
I've successfully built a kernel with altq support and altq works with
1Gb nics and corresponding drivers on the same system.
When attempting to load a pf rule set that includes queueing for my 10Gb
NIC, it fails with the following message:
pfctl: ix0: driver does not support altq
Note that 'load a pf rule set' means 'pfctl -vf /etc/pf.conf'. When
using the flags '-vnf' to check my rule set pfctl does not produce the
above error, prints out the complete rule set, and exits with status
0. I'd expect it to check the driver for support when '-n' is supplied,
but it doesn't appear that it does.
My card:
ix0 at pci0:3:0:0: class=0x020000 card=0xa12c8086 chip=0x150b8086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82598EB 10-Gigabit AT2 Server Adapter'
class = network
subclass = ethernet
If ixgbe does support altq, why does pfctl report otherwise? If not, why
does the man page state otherwise?
--
Mike Hix
More information about the freebsd-hackers
mailing list