On 10/12/2022 11:04 AM, Davidlohr Bueso wrote:
Introduce a generic irq table for CXL components/features that can have
standard irq support - DOE requires dynamic vector sizing and is not
considered here.
Create an infrastructure to query the max vectors required for the CXL
device.
Signed-off-by: Davidlohr Bueso <dave@xxxxxxxxxxxx>
LGTM. Although it would be nice to see the other half of the picture.
i.e. having the mailbox consuming the vector via request_irq() as an
example.
Reviewed-by: Dave Jiang <dave.jiang@xxxxxxxxx>