Page MenuHomeFreeBSD

cxgbe: Apply more checks for INET and INET6
ClosedPublic

Authored by np on Sep 5 2020, 12:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 7:53 AM
Unknown Object (File)
Fri, Oct 10, 7:45 PM
Unknown Object (File)
Fri, Oct 10, 7:45 PM
Unknown Object (File)
Fri, Oct 10, 7:45 PM
Unknown Object (File)
Fri, Oct 10, 2:26 PM
Unknown Object (File)
Tue, Sep 30, 6:34 PM
Unknown Object (File)
Mon, Sep 22, 12:06 AM
Unknown Object (File)
Sep 12 2025, 11:56 PM
Subscribers

Details

Summary

Currently a NOINET LINT kernels complains about 5 unsued static
functions. Properly hide them behind appropriate #if defined checks
for INET or INET6 to make the kernel compile without warnings.

Reviwed by: ...

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33408
Build 30706: arc lint + arc unit

Event Timeline

bz requested review of this revision.Sep 5 2020, 12:18 AM
This revision is now accepted and ready to land.Oct 19 2020, 5:27 PM

It seems by now there is also needs_inner_tcp_csum() ?
Can you possibly incorporate this in your next driver update and do it yourself @np ?

np edited reviewers, added: bz; removed: np.

okay, I'll take care of this.

This revision now requires review to proceed.Oct 19 2020, 6:39 PM
In D26334#598980, @np wrote:

okay, I'll take care of this.

Great, thanks! :)

This revision was not accepted when it landed; it landed in state Needs Review.May 22 2021, 3:50 AM
This revision was automatically updated to reflect the committed changes.