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
F97554863: D26334.diff
Mon, Sep 30, 1:23 AM
Unknown Object (File)
Fri, Sep 27, 3:51 AM
Unknown Object (File)
Fri, Sep 27, 3:50 AM
Unknown Object (File)
Fri, Sep 27, 3:46 AM
Unknown Object (File)
Fri, Sep 27, 3:20 AM
Unknown Object (File)
Thu, Sep 26, 10:16 PM
Unknown Object (File)
Thu, Sep 26, 2:03 AM
Unknown Object (File)
Sat, Sep 21, 2:28 AM
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

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

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.