Re: [dpdk-dev] [PATCH 2/2] net/i40e: remove compiler barrier for aarch64

2019-08-30 Thread Gavin Hu (Arm Technology China)
Hi Honnappa, > -Original Message- > From: Honnappa Nagarahalli > Sent: Thursday, August 29, 2019 6:49 AM > To: Gavin Hu (Arm Technology China) ; > dev@dpdk.org > Cc: nd ; tho...@monjalon.net; jer...@marvell.com; > pbhagavat...@marvell.com; qi.z.zh...@intel.com; > bruce.richard...@intel.co

Re: [dpdk-dev] [PATCH 2/2] net/i40e: remove compiler barrier for aarch64

2019-08-28 Thread Honnappa Nagarahalli
> > As packet length extraction code was simplified,the ordering was not > necessary any more.[1] IMO, there is no relationship between the compiler barrier and [1] at least on Arm platforms. I suggest we just say 'there is no reason for the compiler barrier'. I think this compiler barrier is no