You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tx/rx queue > 8, the driver seems to "eat" some packets. On the OS and tcpdump it shows the packets has been sent out, but in fact it doesn't.
Since iflib by default will allocate n = core count tx and rx queues, the current workaround is to add the following lines to /boot/loader.conf to override ntxq and nrxq
When tx/rx queue > 8, the driver seems to "eat" some packets. On the OS and tcpdump it shows the packets has been sent out, but in fact it doesn't.
Since iflib by default will allocate n = core count tx and rx queues, the current workaround is to add the following lines to
/boot/loader.conf
to override ntxq and nrxqdev.aq.X.iflib.override_nrxqs=8
dev.aq.X.iflib.override_ntxqs=8
The text was updated successfully, but these errors were encountered: