Page MenuHomeFreeBSD

ixl(4): Fix errors in queue interrupt setup in MSIX mode.
ClosedPublic

Authored by erj on Feb 5 2016, 11:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 31 2024, 4:15 PM
Unknown Object (File)
Jan 9 2024, 12:59 PM
Unknown Object (File)
Jan 6 2024, 4:44 PM
Unknown Object (File)
Dec 22 2023, 10:30 PM
Unknown Object (File)
Nov 14 2023, 8:58 PM
Unknown Object (File)
Aug 25 2023, 9:26 AM
Unknown Object (File)
Aug 13 2023, 7:41 AM
Unknown Object (File)
Jul 3 2023, 4:03 PM
Subscribers

Details

Summary

One of the registers should be cleared instead of writing
the queue index to it, and the queue linked list for each
vector should only include the queue pair's Rx and Tx queues,
not every single other queue's Tx and Rx pairs.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2405
Build 2421: arc lint + arc unit

Event Timeline

erj retitled this revision from to ixl(4): Fix errors in queue interrupt setup in MSIX mode..
erj updated this object.
sbruno added a reviewer: sbruno.
This revision is now accepted and ready to land.Feb 8 2016, 4:34 PM
jeffrey.e.pieper_intel.com edited edge metadata.

Tested with MSIX queues ranging from 8 to 72.

This revision was automatically updated to reflect the committed changes.