Re: [dpdk-dev] [PATCH] examples: make Linux environment check consistent

2018-07-12 Thread Thomas Monjalon
06/06/2018 15:50, Thomas Monjalon: > Some Makefiles are using CONFIG_RTE_EXEC_ENV and others > are using CONFIG_RTE_EXEC_ENV_LINUXAPP. > Use the latter one for consistency. > We could remove CONFIG_RTE_EXEC_ENV later if considered useless. > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] examples: make Linux environment check consistent

2018-06-06 Thread Thomas Monjalon
Some Makefiles are using CONFIG_RTE_EXEC_ENV and others are using CONFIG_RTE_EXEC_ENV_LINUXAPP. Use the latter one for consistency. We could remove CONFIG_RTE_EXEC_ENV later if considered useless. Signed-off-by: Thomas Monjalon --- examples/ethtool/Makefile | 2 +