Page MenuHomeFreeBSD

mlx5en: Implement proper RSS support
ClosedPublic

Authored by markb_mellanox.com on Dec 6 2015, 8:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 9, 3:07 AM
Unknown Object (File)
Sun, Dec 29, 11:49 PM
Unknown Object (File)
Oct 19 2024, 3:54 AM
Unknown Object (File)
Oct 19 2024, 3:54 AM
Unknown Object (File)
Oct 19 2024, 3:53 AM
Unknown Object (File)
Oct 19 2024, 3:32 AM
Unknown Object (File)
Sep 24 2024, 4:00 PM
Unknown Object (File)
Sep 10 2024, 3:06 AM
Subscribers

Details

Summary

Add full support for Receive Side Scaling, RSS, to the MLX5EN
driver. This includes binding all interrupt and worker threads
according to the RSS configuration, setting up correct Toeplitz
hashing keys as given by RSS and setting the correct mbuf
hashtype for all received traffic.

MFC after: 1 week
Sponsored by: Mellanox Technologies
Differential Revision: https://reviews.freebsd.org/D4410

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

markb_mellanox.com retitled this revision from to mlx5en: Implement proper RSS support.
markb_mellanox.com updated this object.
markb_mellanox.com edited the test plan for this revision. (Show Details)
markb_mellanox.com set the repository for this revision to rS FreeBSD src repository - subversion.

Please update this review with an overview, similar to what you'd use in a commit message, of the change and the reason for the change.

hselasky updated this object.
hselasky edited edge metadata.
hselasky edited edge metadata.
This revision is now accepted and ready to land.Dec 7 2015, 11:17 AM
This revision was automatically updated to reflect the committed changes.