[dpdk-dev] [PATCH 3/3] pci: remove deprecated RTE_EAL_UNBIND_PORTS option

2014-04-28 Thread David Marchand
Hello all, I have found some problems with these patches. So NAK. A fd and mem leaks have been revealed and other places needed some cleanup, so I will send new patches that supersede these 3. -- David Marchand On Mon, Apr 14, 2014 at 2:51 PM, David Marchand wrote: > RTE_EAL_UNBIND_PORTS

[dpdk-dev] [PATCH 3/3] pci: remove deprecated RTE_EAL_UNBIND_PORTS option

2014-04-15 Thread Burakov, Anatoly
> RTE_EAL_UNBIND_PORTS was deprecated in DPDK 1.4.0 and removed in > 1.6.0, but the code was not removed. > > The bind/unbind operations should not be handled by the eal. > These operations should be either done outside of dpdk or inside the PMDs > themselves as these are their problems. > >

[dpdk-dev] [PATCH 3/3] pci: remove deprecated RTE_EAL_UNBIND_PORTS option

2014-04-14 Thread David Marchand
RTE_EAL_UNBIND_PORTS was deprecated in DPDK 1.4.0 and removed in 1.6.0, but the code was not removed. The bind/unbind operations should not be handled by the eal. These operations should be either done outside of dpdk or inside the PMDs themselves as these are their problems. Signed-off-by: