pci: support multiple PCI regions per device
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 30 May 2013 17:12:39 +0000 (19:12 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Sep 2013 12:09:22 +0000 (14:09 +0200)
commiteee16c964cd6b90622c36a7976ad951313b2ccd3
tree138c186cb51c366e497bcbdb67be0033e93771d7
parentc7f4888629bd4a36a34f499f80412369e90a8222
pci: support multiple PCI regions per device

Need to change PCI code to support multiple I/O regions on a single device.
Some devices like VMXNET3 have multiple PCI memory regions, and some
have none.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Intel
app/test-pmd/config.c
app/test-pmd/testpmd.h
lib/librte_eal/common/eal_common_pci.c
lib/librte_eal/common/include/rte_pci.h
lib/librte_eal/linuxapp/eal/eal_pci.c
lib/librte_eal/linuxapp/igb_uio/igb_uio.c
lib/librte_pmd_e1000/em_ethdev.c
lib/librte_pmd_e1000/igb_ethdev.c
lib/librte_pmd_ixgbe/ixgbe_ethdev.c