2017-02-09 14:59, Qi Zhang: > The max number of interrupt request is possible > be changed after rte_intr_callback_register, so > in get_max_intr, we need to check if nessesary to > update the max_intr.
So you are using rte_intr_enable() to update the max_intr field in the case of VFIO_MSIX. What about MSI, INTX and UIO cases?