Page MenuHomeFreeBSD

cxgbe: set iq flags only after it has been initialized
ClosedPublic

Authored by gallatin on May 25 2021, 9:39 PM.
Tags
None
Referenced Files
F137359484: D30460.diff
Sat, Nov 22, 6:57 PM
Unknown Object (File)
Thu, Nov 13, 9:19 AM
Unknown Object (File)
Thu, Nov 13, 2:29 AM
Unknown Object (File)
Sat, Nov 1, 7:31 AM
Unknown Object (File)
Thu, Oct 30, 10:33 PM
Unknown Object (File)
Oct 15 2025, 9:06 PM
Unknown Object (File)
Oct 10 2025, 4:34 PM
Unknown Object (File)
Oct 8 2025, 9:28 AM
Subscribers

Details

Summary

Recent changes caused iq flags, like LRO, to be set before init_iq(). However, init_iq() clears those flags, so they are effectively impossible to set now. This prevented LRO from working for us.

Diff Detail

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