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)
Tue, Apr 9, 11:56 AM
Unknown Object (File)
Thu, Mar 21, 2:55 AM
Unknown Object (File)
Feb 16 2024, 5:43 AM
Unknown Object (File)
Jan 12 2024, 8:53 AM
Unknown Object (File)
Dec 22 2023, 11:11 PM
Unknown Object (File)
Nov 1 2023, 2:26 PM
Unknown Object (File)
Oct 18 2023, 8:48 PM
Unknown Object (File)
Sep 13 2023, 10:48 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

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.