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
F131885375: D20826.id59272.diff
Sat, Oct 11, 11:26 PM
F131875491: D20826.id60057.diff
Sat, Oct 11, 9:35 PM
F131868088: D20826.diff
Sat, Oct 11, 8:08 PM
F131828330: D20826.diff
Sat, Oct 11, 12:33 PM
Unknown Object (File)
Thu, Oct 9, 10:14 PM
Unknown Object (File)
Wed, Oct 8, 12:39 AM
Unknown Object (File)
Tue, Sep 30, 2:23 AM
Unknown Object (File)
Wed, Sep 24, 1:04 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