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)
Tue, Apr 15, 4:39 PM
Unknown Object (File)
Mar 18 2025, 2:35 PM
Unknown Object (File)
Feb 25 2025, 3:57 AM
Unknown Object (File)
Feb 23 2025, 10:31 PM
Unknown Object (File)
Dec 7 2024, 3:05 AM
Unknown Object (File)
Nov 29 2024, 5:37 AM
Unknown Object (File)
Nov 3 2024, 7:09 PM
Unknown Object (File)
Oct 14 2024, 1:27 AM
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