Page MenuHomeFreeBSD

tcp: remove TCP_OFFLOAD_DISABLE
ClosedPublic

Authored by tuexen on Fri, Sep 13, 8:47 PM.
Tags
None
Referenced Files
F95783274: D46669.diff
Sun, Sep 22, 3:00 PM
Unknown Object (File)
Sun, Sep 22, 8:08 AM
Unknown Object (File)
Fri, Sep 20, 1:24 AM
Unknown Object (File)
Mon, Sep 16, 12:24 PM
Unknown Object (File)
Mon, Sep 16, 12:24 PM
Unknown Object (File)
Mon, Sep 16, 12:24 PM
Unknown Object (File)
Mon, Sep 16, 12:23 PM
Unknown Object (File)
Mon, Sep 16, 10:57 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.Mon, Sep 16, 10:52 AM
This revision was automatically updated to reflect the committed changes.