numam-dpdk/lib/librte_eal
Cunming Liang b13bfab4cd eal: reserve VFIO vector zero for misc interrupt
During VFIO_DEVICE_SET_IRQS, the previous order is
{Q0_fd, ... Qn_fd, misc_fd}.
The vector number of misc is indeterminable which is
ugly to some NIC (e.g. i40e, fm10k).
The patch adjusts the order in {misc_fd, Q0_fd, ... Qn_fd},
always reserve the first vector to misc interrupt.

Signed-off-by: Cunming Liang <cunming.liang@intel.com>
Acked-by: David Marchand <david.marchand@6wind.com>
2015-11-04 14:20:36 +01:00
..
bsdapp eal: reserve VFIO vector zero for misc interrupt 2015-11-04 14:20:36 +01:00
common doc: fix doxygen syntax of some comments 2015-11-04 11:56:37 +01:00
linuxapp eal: reserve VFIO vector zero for misc interrupt 2015-11-04 14:20:36 +01:00
Makefile eal: no more bare metal environment 2014-11-27 13:09:51 +01:00