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)
Thu, Nov 14, 1:18 PM
Unknown Object (File)
Oct 23 2024, 12:04 PM
Unknown Object (File)
Oct 2 2024, 6:28 AM
Unknown Object (File)
Sep 17 2024, 12:05 PM
Unknown Object (File)
Sep 13 2024, 2:34 AM
Unknown Object (File)
Sep 4 2024, 5:01 PM
Unknown Object (File)
Sep 2 2024, 4:24 AM
Unknown Object (File)
Aug 11 2024, 5:23 AM

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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable