DDI interrupt resource management support needed to support drivers who need more than the default MSI-X allocations for their operation.
Work Around
N/A
Comments
This RFE introduces new interfaces allowing device drivers that
use MSI-X to request and receive more interrupt vectors. In order
to qualify for more interrupts, such drivers must be flexible enough
to dynamically change their interrupt allocations at any time after
they have attached. They must register a new DDI callback function
which will be used to process these changes. This RFE introduces
the new interfaces for registering such a callback function, as well
as a new interface for setting the total number of interrupts that
the driver is requesting.
See PSARC/2008/628 for more details on the new interfaces.