Page MenuHomeFreeBSD

ixgbe(4): Fix enabling/disabling and reconfiguration of queues
ClosedPublic

Authored by krzysztof.galazka_intel.com on Jul 1 2019, 5:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 3:40 PM
Unknown Object (File)
Sat, Apr 6, 9:56 AM
Unknown Object (File)
Jan 17 2024, 7:29 AM
Unknown Object (File)
Dec 24 2023, 6:31 PM
Unknown Object (File)
Dec 23 2023, 2:25 AM
Unknown Object (File)
Dec 20 2023, 12:31 PM
Unknown Object (File)
Dec 10 2023, 6:59 PM
Unknown Object (File)
Oct 28 2023, 4:52 PM

Details

Summary
  • Wrong order of casting and bit shift caused that enabling and disabling queues didn't work properly for queues number larger than 32. Use literals with right suffix instead.
  • TX ring tail address was not updated during reinitiailzation of TX structures. It could block sending traffic.
  • Also remove unused variables 'eims' and 'active_queues'.
Test Plan

Respectfully requesting our Validation Team to perform a test pass before committing.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25160
Build 23854: arc lint + arc unit