Re: [dpdk-dev] [PATCH v2 38/42] ethdev: remove unused ethdev PCI probe/remove

2017-04-12 Thread Neil Horman
On Wed, Apr 12, 2017 at 07:24:26AM -0400, Neil Horman wrote: > On Tue, Apr 11, 2017 at 05:44:45PM +0200, Gaetan Rivet wrote: > > From: Jan Blunck > > > > This removes the now unused rte_eth_dev_pci_probe() and > > rte_eth_dev_pci_remove() functions. > > > > Signed-off-by: Jan Blunck > > --- > >

Re: [dpdk-dev] [PATCH v2 38/42] ethdev: remove unused ethdev PCI probe/remove

2017-04-12 Thread Neil Horman
On Tue, Apr 11, 2017 at 05:44:45PM +0200, Gaetan Rivet wrote: > From: Jan Blunck > > This removes the now unused rte_eth_dev_pci_probe() and > rte_eth_dev_pci_remove() functions. > > Signed-off-by: Jan Blunck > --- > lib/librte_ether/rte_ethdev.c | 97 > --

[dpdk-dev] [PATCH v2 38/42] ethdev: remove unused ethdev PCI probe/remove

2017-04-11 Thread Gaetan Rivet
From: Jan Blunck This removes the now unused rte_eth_dev_pci_probe() and rte_eth_dev_pci_remove() functions. Signed-off-by: Jan Blunck --- lib/librte_ether/rte_ethdev.c | 97 -- lib/librte_ether/rte_ethdev.h | 15 -- lib/librte_ether/rte_et