[dpdk-dev] [PATCH 2/3] pci: move RTE_PCI_DRV_FORCE_UNBIND handling out of #ifdef

2014-04-15 Thread Burakov, Anatoly
> Move RTE_PCI_DRV_FORCE_UNBIND flag handling out of > RTE_EAL_UNBIND_PORTS section. > This had nothing to do with RTE_EAL_UNBIND_PORTS anyway. > > Signed-off-by: David Marchand Acked-by: Anatoly Burakov Best regards, Anatoly Burakov DPDK SW Engineer --

[dpdk-dev] [PATCH 2/3] pci: move RTE_PCI_DRV_FORCE_UNBIND handling out of #ifdef

2014-04-14 Thread David Marchand
Move RTE_PCI_DRV_FORCE_UNBIND flag handling out of RTE_EAL_UNBIND_PORTS section. This had nothing to do with RTE_EAL_UNBIND_PORTS anyway. Signed-off-by: David Marchand --- lib/librte_eal/linuxapp/eal/eal_pci.c | 92 - 1 file changed, 46 insertions(+), 46 deletio