Page MenuHomeFreeBSD

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

Authored by kgalazka on Jul 1 2019, 5:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 6, 12:51 AM
Unknown Object (File)
Thu, Apr 30, 5:32 PM
Unknown Object (File)
Thu, Apr 30, 6:14 AM
Unknown Object (File)
Thu, Apr 30, 6:14 AM
Unknown Object (File)
Wed, Apr 29, 9:46 AM
Unknown Object (File)
Tue, Apr 28, 3:35 AM
Unknown Object (File)
Mon, Apr 27, 9:22 AM
Unknown Object (File)
Sun, Apr 26, 3:11 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

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