Re: [dpdk-dev] [PATCH v2] build/ppc: enable build support for Power10

2021-10-14 Thread David Marchand
On Tue, Oct 12, 2021 at 8:55 PM Thinh Tran wrote: > > For native build, enabling building the highest cpu_instruction_set > supported by the build host, including the new POWER10. > > For cross compile, verifying that the compiler supports the > cpu_instruction_set specified in the cross-file > >

[dpdk-dev] [PATCH v2] build/ppc: enable build support for Power10

2021-10-12 Thread Thinh Tran
For native build, enabling building the highest cpu_instruction_set supported by the build host, including the new POWER10. For cross compile, verifying that the compiler supports the cpu_instruction_set specified in the cross-file Signed-off-by: Thinh Tran Reviewed-by: David Christensen v2: