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)
Mon, Jun 24, 11:01 AM
Unknown Object (File)
Mon, Jun 24, 10:36 AM
Unknown Object (File)
Mon, Jun 3, 3:18 PM
Unknown Object (File)
Apr 11 2024, 1:32 PM
Unknown Object (File)
Apr 9 2024, 3:12 PM
Unknown Object (File)
Feb 7 2024, 7:59 AM
Unknown Object (File)
Feb 7 2024, 6:45 AM
Unknown Object (File)
Dec 22 2023, 10:04 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.