pfctl: ix0: driver does not support altq

Nick Rogers ncrogers at gmail.com
Fri Aug 19 22:42:41 UTC 2016


On Thu, Aug 18, 2016 at 3:18 AM, Radek Krejča <radek.krejca at starnet.cz>
wrote:

> Hello,
>
> I have 10.3 RELEASE and I am still trying possibilities with 10G together
> with pf.
>
> There is another problem, driver doesnt support ALTQ, is there any chance
> for this support?
>

You can make it work by enabling the IXGBE_LEGACY_TX path in the driver
(although unlikely at 10G speeds). Same issue exists with the igb drivers
(IGB_LEGACY_TX).

Really there should be tunables for enabling the LEGAXY_TX paths. Currently
you have to modify the driver or include IXGBE_LEGACY_TX as a build option
before building the kernel and/or driver module (easier said than done).

Here are some existing PRs and patches related to the problem.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193053

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194197




> ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.1.13-k>
> mem 0xfbc00000-0xfbdfffff,0xfbe04000-0xfbe07fff irq 11 at device 0.0 on
> pci4
> ix0: Using MSIX interrupts with 5 vectors
> ix0: Advertised speed can only be set on copper or multispeed fiber media
> types.
> ix0: Ethernet address: 00:25:90:5a:eb:bc
>
> Thank you very much.
>
> Radek
> _______________________________________________
> freebsd-pf at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-pf
> To unsubscribe, send any mail to "freebsd-pf-unsubscribe at freebsd.org"
>


More information about the freebsd-pf mailing list