Re: [dpdk-dev] [PATCH v3 3/4] ppc: change cpuflag macros to compiler macros

2020-10-05 Thread David Christensen
On 9/24/20 1:18 AM, Radu Nicolau wrote: Replace use of RTE_MACHINE_CPUFLAG macros with regular compiler macros, which are more complete than those provided by DPDK, and as such it allows new instruction sets to be leveraged without having to do extra work to set them up in DPDK. Signed-off-by

[dpdk-dev] [PATCH v3 3/4] ppc: change cpuflag macros to compiler macros

2020-09-24 Thread Radu Nicolau
Replace use of RTE_MACHINE_CPUFLAG macros with regular compiler macros, which are more complete than those provided by DPDK, and as such it allows new instruction sets to be leveraged without having to do extra work to set them up in DPDK. Signed-off-by: Sean Morrissey Signed-off-by: Radu Nicolau