[dpdk-dev] [dpdk-stable] [PATCH] test: fix build when pdump	config is disabled
    Thomas Monjalon 
    thomas at monjalon.net
       
    Wed Mar 27 01:08:58 CET 2019
    
    
  
20/03/2019 16:17, 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: stable at dpdk.org
> 
> Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>
> 
> +1
> 
> Checked when CONFIG_RTE_LIBRTE_PDUMP=n
> with latest code from master, build completes succesfully
> 
> Reviewed-by: Rami Rosen <ramirose at gmail.com>
Applied, thanks
Note that such #ifdef will be removed when the "make build system"
will be removed from DPDK (far target).
    
    
More information about the dev
mailing list