Re: [dpdk-dev] [PATCH] use generated flags for SSE and AVX checks

2019-01-15 Thread Ferruh Yigit
On 12/5/2016 3:59 PM, thomas.monjalon at 6wind.com (Thomas Monjalon) wrote: > 2016-12-05 16:34, Thomas Monjalon: >> Clean up the code to always use the flags RTE_MACHINE_CPUFLAG_* >> generated by the DPDK makefile rte.cpuflags.mk. > > This patch does not work because RTE_MACHINE_CPUFLAG_* are gene

Re: [dpdk-dev] [PATCH] use generated flags for SSE and AVX checks

2016-12-05 Thread Thomas Monjalon
2016-12-05 16:34, Thomas Monjalon: > Clean up the code to always use the flags RTE_MACHINE_CPUFLAG_* > generated by the DPDK makefile rte.cpuflags.mk. This patch does not work because RTE_MACHINE_CPUFLAG_* are generated for the whole library when including rte.vars.mk. So the flags are not accurat

[dpdk-dev] [PATCH] use generated flags for SSE and AVX checks

2016-12-05 Thread Thomas Monjalon
Clean up the code to always use the flags RTE_MACHINE_CPUFLAG_* generated by the DPDK makefile rte.cpuflags.mk. Signed-off-by: Thomas Monjalon --- examples/l3fwd/l3fwd_em.c | 8 examples/l3fwd/l3fwd_lpm.c| 6 +++--- examples/performance-