[dpdk-dev] [PATCH] pci: remove flag for multiple devices with single id

2014-09-29 Thread Thomas Monjalon
> 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 > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] pci: remove flag for multiple devices with single id

2014-09-29 Thread Thomas Monjalon
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 Signed-off-by: Thomas Monjalon --- lib/librte_eal/co