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
F132575142: D12450.diff
Sat, Oct 18, 2:41 AM
Unknown Object (File)
Thu, Oct 9, 10:29 AM
Unknown Object (File)
Sep 15 2025, 7:24 PM
Unknown Object (File)
Sep 13 2025, 12:18 PM
Unknown Object (File)
Sep 13 2025, 10:39 AM
Unknown Object (File)
Sep 12 2025, 5:24 AM
Unknown Object (File)
Sep 9 2025, 5:24 PM
Unknown Object (File)
Sep 2 2025, 10: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

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

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.