Page MenuHomeFreeBSD

tcp: remove TCP_OFFLOAD_DISABLE
ClosedPublic

Authored by tuexen on Sep 13 2024, 8:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 5:42 PM
Unknown Object (File)
Sat, Oct 26, 4:33 AM
Unknown Object (File)
Tue, Oct 15, 8:22 PM
Unknown Object (File)
Tue, Oct 15, 8:21 PM
Unknown Object (File)
Tue, Oct 15, 8:21 PM
Unknown Object (File)
Tue, Oct 15, 8:21 PM
Unknown Object (File)
Oct 8 2024, 5:07 AM
Unknown Object (File)
Oct 5 2024, 9:53 AM

Details

Summary

TCP_OFFLOAD_DISABLE is nowhere else used or defined. So remove it.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I'd be okay with removing the condition entirely. It is useful to have core data structures be a fixed size independent of configuration.

In D46669#1063601, @np wrote:

I'd be okay with removing the condition entirely. It is useful to have core data structures be a fixed size independent of configuration.

I'm not sure about the usefulness of having a fixed size. I'll bring that up on the fortnightly transport VC (agenda). The corresponding change would be a separate commit.

This revision is now accepted and ready to land.Sep 16 2024, 10:52 AM
This revision was automatically updated to reflect the committed changes.