Page MenuHomeFreeBSD

ice(4): Fix traffic distribution on TX queues
Needs ReviewPublic

Authored by kgalazka on Fri, Mar 20, 9:40 AM.

Details

Reviewers
erj
kbowling
Group Reviewers
Intel Networking
Summary

Packets with no rsstype set were sent using single TX queue.
In case of multiple concurent UDP streams it heavly limitted
performance. Use mbuf hashing code factored out from LAGG driver
in commit <b7ba031ff71f2> to make sure that all configured
queues are used.

Signed-off-by: Krzysztof Galazka <krzysztof.galazka@intel.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71584
Build 68467: arc lint + arc unit