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)
Sun, Oct 13, 2:40 AM
Unknown Object (File)
Sun, Oct 13, 2:12 AM
Unknown Object (File)
Sun, Oct 13, 2:11 AM
Unknown Object (File)
Sep 10 2024, 1:24 PM
Unknown Object (File)
Sep 8 2024, 5:58 AM
Unknown Object (File)
Sep 1 2024, 11:47 AM
Unknown Object (File)
Sep 1 2024, 11:47 AM
Unknown Object (File)
Sep 1 2024, 11:47 AM

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.