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, Feb 25, 2:36 AM
Unknown Object (File)
Mon, Feb 24, 11:49 PM
Unknown Object (File)
Mon, Feb 24, 6:26 AM
Unknown Object (File)
Sun, Feb 23, 4:04 PM
Unknown Object (File)
Sat, Feb 22, 3:06 PM
Unknown Object (File)
Fri, Feb 21, 5:45 AM
Unknown Object (File)
Thu, Feb 20, 10:46 PM
Unknown Object (File)
Tue, Feb 18, 8:19 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