RE: [PATCH] build: add missing arch define for Arm

2022-01-19 Thread Ruifeng Wang
nd ; nd > > Subject: RE: [PATCH] build: add missing arch define for Arm > > > > > -Original Message- > > From: Ruifeng Wang > > Sent: Friday, January 14, 2022 10:05 AM > > To: tho...@monjalon.net > > Cc: dev@dpdk.org; sta...@dpdk.

RE: [PATCH] build: add missing arch define for Arm

2022-01-17 Thread Morten Brørup
> From: Juraj Linkeš [mailto:juraj.lin...@pantheon.tech] > Sent: Monday, 17 January 2022 14.12 > > > From: Ruifeng Wang > > Sent: Friday, January 14, 2022 10:05 AM > > > > > From: Thomas Monjalon > > > Sent: Friday, January 14, 2022 1:33 AM > > > > > > 17/12/2021 09:54, Ruifeng Wang: > > > > As

RE: [PATCH] build: add missing arch define for Arm

2022-01-17 Thread Juraj Linkeš
garahalli > ; nd ; nd > Subject: RE: [PATCH] build: add missing arch define for Arm > > > -Original Message- > > From: Thomas Monjalon > > Sent: Friday, January 14, 2022 1:33 AM > > To: Ruifeng Wang > > Cc: dev@dpdk.org; sta...@dpdk.org; v

Re: [PATCH] build: add missing arch define for Arm

2022-01-14 Thread Thomas Monjalon
14/01/2022 10:05, Ruifeng Wang: > From: Thomas Monjalon > > 17/12/2021 09:54, Ruifeng Wang: > > > As per design document, RTE_ARCH is the name of the architecture. > > > However, the definition was missing on Arm with meson build. > > > It impacts applications that refers to this string. > > > > >

RE: [PATCH] build: add missing arch define for Arm

2022-01-14 Thread Ruifeng Wang
pa Nagarahalli > ; nd > Subject: Re: [PATCH] build: add missing arch define for Arm > > 17/12/2021 09:54, Ruifeng Wang: > > As per design document, RTE_ARCH is the name of the architecture. > > However, the definition was missing on Arm with meson build. > > It impacts app

Re: [PATCH] build: add missing arch define for Arm

2022-01-13 Thread Thomas Monjalon
17/12/2021 09:54, Ruifeng Wang: > As per design document, RTE_ARCH is the name of the architecture. > However, the definition was missing on Arm with meson build. > It impacts applications that refers to this string. > > Added for Arm builds. > > Fixes: b1d48c41189a ("build: support ARM with meso

[PATCH] build: add missing arch define for Arm

2021-12-17 Thread Ruifeng Wang
As per design document, RTE_ARCH is the name of the architecture. However, the definition was missing on Arm with meson build. It impacts applications that refers to this string. Added for Arm builds. Fixes: b1d48c41189a ("build: support ARM with meson") Cc: sta...@dpdk.org Signed-off-by: Ruifen