Re: [dpdk-dev] [PATCH v1] config: enable c11 memory model for ARMv8 meson

2018-12-18 Thread Honnappa Nagarahalli
> > > > I see no issues with this, it's just setting flags for arm platforms. > > > > Acked-by: Bruce Richardson > > Applied, thanks. > > Note: according to the wording explained by Honnappa, I change ARMv8 to > armv8 in the title. > Please apply the official spelling in your updates, thanks. >

Re: [dpdk-dev] [PATCH v1] config: enable c11 memory model for ARMv8 meson

2018-12-18 Thread Thomas Monjalon
12/12/2018 11:13, Bruce Richardson: > On Tue, Dec 11, 2018 at 06:02:01AM +, Honnappa Nagarahalli wrote: > > + Bruce > > > > From: Gavin Hu > > > > > > This patch makes the configuration based on makefile and the configuration > > > based on meson to be the same. > > > > > > Fixes: c6e536e38

Re: [dpdk-dev] [PATCH v1] config: enable c11 memory model for ARMv8 meson

2018-12-12 Thread Bruce Richardson
On Tue, Dec 11, 2018 at 06:02:01AM +, Honnappa Nagarahalli wrote: > + Bruce > > > -Original Message- > > From: Gavin Hu > > Sent: Monday, December 10, 2018 9:56 PM > > To: dev@dpdk.org > > Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com; > > hemant.agra...@nxp.com; Honnappa Na

Re: [dpdk-dev] [PATCH v1] config: enable c11 memory model for ARMv8 meson

2018-12-10 Thread Honnappa Nagarahalli
+ Bruce > -Original Message- > From: Gavin Hu > Sent: Monday, December 10, 2018 9:56 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com; > hemant.agra...@nxp.com; Honnappa Nagarahalli > ; Gavin Hu (Arm Technology China) > ; sta...@dpdk.org > Subject: [PATCH v1

[dpdk-dev] [PATCH v1] config: enable c11 memory model for ARMv8 meson

2018-12-10 Thread Gavin Hu
This patch makes the configuration based on makefile and the configuration based on meson to be the same. Fixes: c6e536e38437 ("build: add more implementers IDs and PNs for ARM") Cc: sta...@dpdk.org Signed-off-by: Gavin Hu Reviewed-by: Ruifeng Wang Reviewed-by: Honnappa Nagarahalli --- config