pci: remove flag for multiple devices with single id
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 26 Sep 2014 15:46:38 +0000 (17:46 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 29 Sep 2014 13:05:00 +0000 (15:05 +0200)
commitb10eef348d1a2919e0b1cc06743256a73548da63
tree726230489efc30d58bf5cc5c906066b17ec849fd
parent3185322809c1ae1b46192c5eb1447b11527720c3
pci: remove flag for multiple devices with single id

The flag RTE_PCI_DRV_MULTIPLE was used to register an eth_driver allowing
multiples devices with a single PCI id.
It is now possible to register a pci_driver and create ethdev objects
using rte_eth_dev_allocate().

Suggested-by: David Marchand <david.marchand@6wind.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/common/eal_common_pci.c
lib/librte_eal/common/include/rte_pci.h