numam-dpdk/drivers/net/e1000
Xiaoyun Li 88e04712f4 net/igb: fix Rx interrupt with VFIO and MSI-X
When using VFIO and MSIX interrupt mode, cannot get Rx interrupts. Because
when enabling the interrupt vectors, the offset is computed in a way which
only supports IGB_UIO. But the offset should be different when using VFIO.
This patch fixes this issue.

Fixes: c3cd3de0ab ("igb: enable Rx queue interrupts for PF")
Cc: stable@dpdk.org

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2017-11-07 10:19:02 +01:00
..
base net/e1000/base: fix multicast setting in VF 2017-04-04 15:52:50 +02:00
e1000_ethdev.h net/e1000: include PCI header directly 2017-07-09 00:03:09 +02:00
e1000_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
em_ethdev.c remove useless memzone includes 2017-11-06 22:12:08 +01:00
em_rxtx.c mbuf: rename data address helpers to IOVA 2017-11-06 22:44:26 +01:00
igb_ethdev.c net/igb: fix Rx interrupt with VFIO and MSI-X 2017-11-07 10:19:02 +01:00
igb_flow.c remove useless memzone includes 2017-11-06 22:12:08 +01:00
igb_pf.c pci: introduce library and driver 2017-10-26 23:17:31 +02:00
igb_regs.h igb: add access to specific device info 2015-07-16 23:56:13 +02:00
igb_rxtx.c mbuf: rename data address helpers to IOVA 2017-11-06 22:44:26 +01:00
Makefile pci: introduce library and driver 2017-10-26 23:17:31 +02:00
rte_pmd_e1000_version.map e1000: move to drivers/net/ 2015-05-22 15:51:38 +02:00