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
Unknown Object (File)
Wed, Mar 4, 6:58 AM
Unknown Object (File)
Sun, Feb 22, 11:11 AM
Unknown Object (File)
Sat, Feb 21, 7:54 AM
Unknown Object (File)
Sat, Feb 21, 7:53 AM
Unknown Object (File)
Fri, Feb 20, 8:55 AM
Unknown Object (File)
Fri, Feb 20, 8:55 AM
Unknown Object (File)
Wed, Feb 18, 5:43 PM
Unknown Object (File)
Tue, Feb 17, 1:12 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.