Re: [dpdk-dev] [PATCH] use config flags for target OS checks

2019-01-15 Thread Ferruh Yigit
On 12/5/2016 5:50 PM, thomas.monjalon at 6wind.com (Thomas Monjalon) wrote: > Clean up the code to always use the flags RTE_EXEC_ENV_*APP > set up in the DPDK configuration instead of the native ones. > > Signed-off-by: Thomas Monjalon Hi Thomas, This one is similar, there is not comment on the

[dpdk-dev] [PATCH] use config flags for target OS checks

2016-12-05 Thread Thomas Monjalon
Clean up the code to always use the flags RTE_EXEC_ENV_*APP set up in the DPDK configuration instead of the native ones. Signed-off-by: Thomas Monjalon --- app/test-pmd/cmdline.c | 4 ++-- app/test/commands.c | 4 ++-- app/test/test_cmdline_ipaddr.c