numam-dpdk/drivers/net
Cunming Liang 7ab8500037 ixgbe: fix VF start with PF stopped
When ixgbe runs as a PF, mbox interrupt is prerequisite to make VF
start normally.
And PF sometimes won't 'dev_start', so the mbox interrupt register
during 'dev_init' is required.
The patch rolls back the interrupt register for mbox,lsc to the 'dev_init'.
As UIO doesn't support multiple vector, mbox has to occupy the only one.
It adds condition check on 'dev_start', rxq interrupt is not allowed
when PF running in IOV mode via UIO.

Signed-off-by: Cunming Liang <cunming.liang@intel.com>
2015-11-04 15:27:42 +01:00
..
af_packet af_packet: remove fake pci interface 2015-11-03 18:47:51 +01:00
bnx2x drivers: copy PCI device info to ethdev data 2015-11-03 18:39:26 +01:00
bonding bonding: remove fake pci interface 2015-11-03 18:48:24 +01:00
cxgbe drivers: copy PCI device info to ethdev data 2015-11-03 18:39:26 +01:00
e1000 igb: fix VF start with PF stopped 2015-11-04 15:27:41 +01:00
enic drivers: copy PCI device info to ethdev data 2015-11-03 18:39:26 +01:00
fm10k doc: fix doxygen syntax of some comments 2015-11-04 11:56:37 +01:00
i40e i40e: extend flow director to support VF 2015-11-04 13:40:57 +01:00
ixgbe ixgbe: fix VF start with PF stopped 2015-11-04 15:27:42 +01:00
mlx4 drivers: copy PCI device info to ethdev data 2015-11-03 18:39:26 +01:00
mlx5 mlx5: fix hash Rx queue type in RSS mode 2015-11-03 22:57:32 +01:00
mpipe mpipe: remove fake pci interface 2015-11-03 18:48:12 +01:00
null null: remove fake pci interface 2015-11-03 18:46:52 +01:00
pcap pcap: remove fake pci interface 2015-11-03 18:47:42 +01:00
ring ring: remove fake pci interface 2015-11-03 18:47:30 +01:00
virtio drivers: copy PCI device info to ethdev data 2015-11-03 18:39:26 +01:00
vmxnet3 vmxnet3: support port hotplug 2015-11-03 19:26:31 +01:00
xenvirt xenvirt: remove fake pci interface 2015-11-03 18:48:00 +01:00
Makefile mlx5: introduce new driver for Mellanox ConnectX-4 adapters 2015-10-30 22:03:42 +01:00