Page MenuHomeFreeBSD

tcp_lro: remove backup for non-inlined flsll
ClosedPublic

Authored by dougm on Jun 21 2023, 6:00 PM.
Tags
None
Referenced Files
F153550002: D40704.id123627.diff
Tue, Apr 21, 8:15 PM
Unknown Object (File)
Mon, Apr 20, 6:10 PM
Unknown Object (File)
Mon, Apr 20, 2:31 PM
Unknown Object (File)
Fri, Apr 17, 11:22 AM
Unknown Object (File)
Wed, Apr 15, 1:54 AM
Unknown Object (File)
Tue, Apr 14, 5:13 AM
Unknown Object (File)
Fri, Apr 10, 9:56 PM
Unknown Object (File)
Thu, Apr 2, 6:29 PM

Details

Summary

After D40698 is committed, flsll will be inlined, or replaced by a smart binary search implementation, on all architectures, and HAVE_INLINE_FLSLL will be #defined always. So remove code the the #undefined case.

Diff Detail

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

Event Timeline

dougm requested review of this revision.Jun 21 2023, 6:00 PM

Why is this blocked by 'transport'?

Why is this blocked by 'transport'?

It is some configured phabricator rule that applies to this file. Let this be a ping to any interested transport members.

@dougm if you do not hear within a day or two I do not think there is a problem with committing anyway.

This revision is now accepted and ready to land.Jul 6 2023, 7:42 PM
This revision was automatically updated to reflect the committed changes.