Page MenuHomeFreeBSD

Add support for CONFIG_IRQ_MAP VC message
ClosedPublic

Authored by rstone on Jan 24 2015, 10:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 20 2024, 6:20 PM
Unknown Object (File)
Feb 6 2024, 3:29 PM
Unknown Object (File)
Dec 19 2023, 10:11 PM
Unknown Object (File)
Aug 7 2023, 10:20 PM
Unknown Object (File)
Jul 23 2023, 10:54 AM
Unknown Object (File)
Jun 2 2023, 11:43 AM
Unknown Object (File)
Mar 3 2023, 4:42 PM
Unknown Object (File)
Feb 1 2023, 5:48 PM
Subscribers

Details

Reviewers
jfv
Summary

This message is used by the VF to request that its RX and TX
queues be associated with particular MSI-X vectors. This
configuration is performed via a fairly complicated linked-list
mechanism in the hardware. The linked list is built up backwards
(from the tail to the head) as it turns out to simplify the logic
significantly.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rstone retitled this revision from to Add support for CONFIG_IRQ_MAP VC message.
rstone edited the test plan for this revision. (Show Details)
rstone added a reviewer: jfv.
rstone updated this object.
rstone added a subscriber: Unknown Object (MLST).
jfv edited edge metadata.
This revision is now accepted and ready to land.Jan 29 2015, 12:20 AM