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)
Thu, Oct 2, 11:19 PM
Unknown Object (File)
Sun, Sep 28, 5:27 PM
Unknown Object (File)
Thu, Sep 25, 11:42 PM
Unknown Object (File)
Sun, Sep 14, 9:55 AM
Unknown Object (File)
Thu, Sep 11, 1:02 AM
Unknown Object (File)
Aug 17 2025, 5:28 PM
Unknown Object (File)
Aug 4 2025, 9:29 AM
Unknown Object (File)
Jul 20 2025, 1:05 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 Not Applicable
Unit
Tests Not Applicable

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.