[dpdk-dev] [PATCH] mk: fix EXTRA_LDFLAGS override

2013-11-15 Thread Julien Courtat
The GCC prefix -Wl was ignored because the command line value has higher priority. It ended in impossibilty for GCC to pass parameters to LD. The prefixed value must override the command line one. Signed-off-by: Julien Courtat --- mk/rte.app.mk|2 +- mk/rte.shared.mk |2 +- 2 files

[dpdk-dev] [PATCH] pci: fix probing blacklisted device with RTE_PCI_DRV_MULTIPLE flag

2013-04-16 Thread Julien Courtat
RTE_PCI_DRV_MULTIPLE set. Acked-by: Adrien Mazarguil Signed-off-by: Julien Courtat --- lib/librte_eal/common/eal_common_pci.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/lib/librte_eal/common/eal_common_pci.c b/lib/librte_eal/common/eal_common_pci.c index 3a6ab70..4e1a944