[dpdk-dev] [PATCH] mk:fix second compile error

2016-08-09 Thread xu,huilong
when compile different targets on a same environment. The second compile will failed, because test_resource obj file can't auto clearn by makfile. Signed-off-by: xu,huilong --- mk/rte.app.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/rte.app.mk b/mk/rte.a

[dpdk-dev] [PATCH v1] change log level for check when add port in blacklist

2016-05-31 Thread xu,huilong
maybe we should change log level, when add port in blacklist,for check it easy. and it not influence performance and function Signed-off-by: xu,huilong --- lib/librte_eal/common/eal_common_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common