Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packet loss when rx/tx queue > 8 #23

Open
michael-yuji opened this issue Mar 23, 2022 · 1 comment
Open

Packet loss when rx/tx queue > 8 #23

michael-yuji opened this issue Mar 23, 2022 · 1 comment

Comments

@michael-yuji
Copy link
Contributor

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

dev.aq.X.iflib.override_nrxqs=8
dev.aq.X.iflib.override_ntxqs=8

@jm-mikkelsen
Copy link

This workaround made my device usable on 13.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants