Hi,
I have to enable MSI-X in my miniport driver. So in HW_INITIALIZATION_DATA, i will set .HwInterrupt = NULL and in PORT_CONFIG_INFO, .HwMSInterruptRoutine = msi_func() function.
- Is this enough to tell the OS that my driver will support MSI-X interrupt?
- Or should i set any thing else in pci config space?
- Who will write the message data and message address in the registers related to MSI capability in pci config space?
Thanks,
Amogha