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
F81660504: D30460.diff
Fri, Apr 19, 2:48 PM
Unknown Object (File)
Feb 11 2024, 9:18 PM
Unknown Object (File)
Dec 29 2023, 12:13 PM
Unknown Object (File)
Dec 27 2023, 1:42 AM
Unknown Object (File)
Dec 20 2023, 5:47 AM
Unknown Object (File)
Dec 12 2023, 5:47 PM
Unknown Object (File)
Oct 9 2023, 3:55 AM
Unknown Object (File)
Sep 13 2023, 6:40 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