Re: [dpdk-dev] [PATCH] build: add meson support for cortex a55 and a76 platforms

2019-03-01 Thread Bruce Richardson
On Fri, Mar 01, 2019 at 02:29:50PM +0100, Thomas Monjalon wrote: > 31/01/2019 11:11, Phil Yang: > > Enable native/cross compiling for Cortex-A55 and Cortex-A76 on meson. > > > > Signed-off-by: Phil Yang > > Reviewed-by: Ola Liljedahl > > Reviewed-by: Gavin Hu > > --- > > config/arm/arm64_armv8

Re: [dpdk-dev] [PATCH] build: add meson support for cortex a55 and a76 platforms

2019-03-01 Thread Thomas Monjalon
31/01/2019 11:11, Phil Yang: > Enable native/cross compiling for Cortex-A55 and Cortex-A76 on meson. > > Signed-off-by: Phil Yang > Reviewed-by: Ola Liljedahl > Reviewed-by: Gavin Hu > --- > config/arm/arm64_armv8_linuxapp_gcc | 2 ++ > config/arm/meson.build | 2 ++ > 2 files cha

[dpdk-dev] [PATCH] build: add meson support for cortex a55 and a76 platforms

2019-01-31 Thread Phil Yang
Enable native/cross compiling for Cortex-A55 and Cortex-A76 on meson. Signed-off-by: Phil Yang Reviewed-by: Ola Liljedahl Reviewed-by: Gavin Hu --- config/arm/arm64_armv8_linuxapp_gcc | 2 ++ config/arm/meson.build | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/arm/