Re: [dpdk-dev] [PATCH 1/2] pci: deprecate PCI detach

2017-05-10 Thread Gaƫtan Rivet
On Wed, May 10, 2017 at 03:02:51PM +0200, Thomas Monjalon wrote: 10/05/2017 14:52, Gaetan Rivet: This patch deprecates the function rte_eal_pci_detach in 17.05, which will be removed in 17.08. The generic detach bus method should be used instead. Can we wait to have a new generic detach metho

Re: [dpdk-dev] [PATCH 1/2] pci: deprecate PCI detach

2017-05-10 Thread Thomas Monjalon
10/05/2017 14:52, Gaetan Rivet: > This patch deprecates the function rte_eal_pci_detach in 17.05, > which will be removed in 17.08. > > The generic detach bus method should be used instead. Can we wait to have a new generic detach method for deprecating this one?