Page MenuHomeFreeBSD

mbuf: Remove UDP_IPV4_EX, which is never defined.
ClosedPublic

Authored by sepherosa_gmail.com on Sep 22 2017, 5:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 21 2024, 6:37 PM
Unknown Object (File)
Oct 16 2024, 9:29 AM
Unknown Object (File)
Sep 20 2024, 8:58 AM
Unknown Object (File)
Sep 19 2024, 6:23 PM
Unknown Object (File)
Sep 18 2024, 6:00 PM
Unknown Object (File)
Sep 17 2024, 3:38 AM
Unknown Object (File)
Sep 2 2024, 2:03 PM
Unknown Object (File)
Sep 1 2024, 5:21 PM
Subscribers
None

Details

Summary
Add comment to explain the IPV6_EX suffix.  The confusion about
these RSS hash type probably stems from the facts that they were
never widely implemented by hardwares.

Diff Detail

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

Event Timeline

This seems generally sensible.

I'm not quite sure about keeping the "Non-standard RSS hash types" comment, as M_HASHTYPE_OPAQUE is basically intended to be a catch-all for any other model, and is not specifically intended to be RSS (hence not having RSS in its name). So I'd be tempted to drop that comment.

This revision is now accepted and ready to land.Sep 22 2017, 12:21 PM

This seems generally sensible.

I'm not quite sure about keeping the "Non-standard RSS hash types" comment, as M_HASHTYPE_OPAQUE is basically intended to be a catch-all for any other model, and is not specifically intended to be RSS (hence not having RSS in its name). So I'd be tempted to drop that comment.

OK, sure.

This revision was automatically updated to reflect the committed changes.