Page MenuHomeFreeBSD

ixl: Fix mbuf hash type settings.
ClosedPublic

Authored by sepherosa_gmail.com on Sep 22 2017, 3:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 4, 4:24 PM
Unknown Object (File)
Thu, Mar 28, 9:16 AM
Unknown Object (File)
Dec 30 2023, 6:15 AM
Unknown Object (File)
Dec 23 2023, 12:02 AM
Unknown Object (File)
Dec 13 2023, 12:02 AM
Unknown Object (File)
Dec 12 2023, 12:35 PM
Unknown Object (File)
Nov 7 2023, 4:23 AM
Unknown Object (File)
Oct 13 2023, 11:13 AM
Subscribers

Details

Summary
IPV6_EXs in RSS never mean fragment.  They mean:
"- Home address from the home address option in the IPv6 destination
   options header.  If the extension header is not present, use the
   Source IPv6 Address.
 - IPv6 address that is contained in the Routing-Header-Type-2 from
   the associated extension header.  If the extension header is not
   present, use the Destination IPv6 Address."

UDP_IPV4_EX is an invalid RSS hash type, which will be removed.

Quoted from:
https://docs.microsoft.com/en-us/windows-hardware/drivers/network/rss-hashing-types#ndishashipv6ex

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Did microsoft update the referenced link? I don't see the removal notice in it.

Did microsoft update the referenced link? I don't see the removal notice in it.

The UDP_IPV4_EX was never defined. FreeBSD defined it by mistake.

This revision is now accepted and ready to land.Sep 23 2017, 6:13 PM
This revision was automatically updated to reflect the committed changes.