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)
Wed, Nov 13, 10:51 PM
Unknown Object (File)
Sat, Oct 26, 5:28 PM
Unknown Object (File)
Oct 23 2024, 12:57 PM
Unknown Object (File)
Oct 23 2024, 8:55 AM
Unknown Object (File)
Oct 10 2024, 11:35 PM
Unknown Object (File)
Oct 2 2024, 1:43 AM
Unknown Object (File)
Oct 1 2024, 6:37 PM
Unknown Object (File)
Sep 29 2024, 4:00 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.