Page MenuHomeFreeBSD

Implement IPv6 RSS software hash functions to use during packet ingress and egress
ClosedPublic

Authored by btw on Aug 27 2015, 12:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 6:02 PM
Unknown Object (File)
Mar 6 2024, 7:04 PM
Unknown Object (File)
Feb 17 2024, 3:40 AM
Unknown Object (File)
Feb 16 2024, 10:59 PM
Unknown Object (File)
Jan 15 2024, 4:24 AM
Unknown Object (File)
Dec 20 2023, 1:11 AM
Unknown Object (File)
Nov 7 2023, 12:25 PM
Unknown Object (File)
Oct 17 2023, 5:55 PM
Subscribers

Details

Summary

Implement IPv6 RSS software hash functions to use during packet ingress
and egress.

  • rss_mbuf_software_hash_v6 - look at the IPv6 mbuf to fetch the IPv6 details + direction to calculate a hash.
  • rss_soft_m2cpuid_v6 - map the given mbuf to a RSS CPU ("bucket" for now)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btw retitled this revision from to Implement IPv6 RSS software hash functions to use during packet ingress and egress.
btw updated this object.
btw edited the test plan for this revision. (Show Details)
btw added reviewers: adrian, gnn, hiren.
btw set the repository for this revision to rS FreeBSD src repository - subversion.
adrian edited edge metadata.
This revision is now accepted and ready to land.Aug 29 2015, 6:57 AM
This revision was automatically updated to reflect the committed changes.