Page MenuHomeFreeBSD

netinet: Remove the IP(V6)_RSS_LISTEN_BUCKET socket option
ClosedPublic

Authored by markj on Feb 28 2023, 2:03 PM.
Tags
None
Referenced Files
F87094025: D38822.diff
Sat, Jun 29, 6:33 AM
Unknown Object (File)
May 22 2024, 3:07 PM
Unknown Object (File)
May 22 2024, 4:55 AM
Unknown Object (File)
May 21 2024, 8:05 PM
Unknown Object (File)
May 21 2024, 8:05 PM
Unknown Object (File)
May 21 2024, 2:35 PM
Unknown Object (File)
May 4 2024, 8:38 PM
Unknown Object (File)
May 2 2024, 10:55 PM
Subscribers

Details

Summary

It has no effect, and an exp-run revealed that it is not in use.

No functional change intended.

PR: 261398 (exp-run)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 50062
Build 46954: arc lint + arc unit

Event Timeline

markj requested review of this revision.Feb 28 2023, 2:03 PM
mjg added inline comments.
sys/netinet/in_pcb.h
674

unused opts are denoted with an explicit comment, so this should be

/*                              0x00000080 */

something to that extent should probably be also slapped in the IP_RSS_LISTEN_BUCKET case

sys/netinet/in_pcb.h
674

same with IPV6_RSS_LISTEN_BUCKET even though that one already has unannotated gaps

markj marked an inline comment as done.

Add comments for removed socket options and inpcb flags.

This revision is now accepted and ready to land.Feb 28 2023, 2:21 PM

Remove a case that I missed.

This revision now requires review to proceed.Feb 28 2023, 2:28 PM
This revision is now accepted and ready to land.Feb 28 2023, 4:14 PM