Re: [dpdk-dev] [PATCH] test: fix build when pdump config is disabled

2019-03-20 Thread Rami Rosen
pdump unit test has dependency on pthread code in test.c and process.h to run send_pkts(), this code should be enabled only when CONFIG_RTE_LIBRTE_PDUMP is enabled. Bugzilla ID: 222 Fixes: 086eb64db3 ("test/pdump: add unit test for pdump library") CC: sta...@dpdk.org Signed-off-by: Reshma Pattan

[dpdk-dev] [PATCH] test: fix build when pdump config is disabled

2019-03-20 Thread Reshma Pattan
pdump unit test has dependency on pthread code in test.c and process.h to run send_pkts(), this code should be enabled only when CONFIG_RTE_LIBRTE_PDUMP is enabled. Bugzilla ID: 222 Fixes: 086eb64db3 ("test/pdump: add unit test for pdump library") CC: sta...@dpdk.org Signed-off-by: Reshma Pattan