Re: [dpdk-dev] [PATCH v3 0/4] Use correct memory ordering in eal functions

2021-10-25 Thread David Marchand
On Mon, Oct 25, 2021 at 6:53 AM Honnappa Nagarahalli wrote: > > v3: > a) Added Fixes, Cc:stable#dpdk.org in 1/6 > b) Merged 3/6 & 4/6 and moved after the first commit in the series > c) Merged 2/6 & 5/6 as they need to be in a single commit > d) Removed use of volatile in 6/6 (Konstantin) > > rte_

[dpdk-dev] [PATCH v3 0/4] Use correct memory ordering in eal functions

2021-10-24 Thread Honnappa Nagarahalli
v3: a) Added Fixes, Cc:stable#dpdk.org in 1/6 b) Merged 3/6 & 4/6 and moved after the first commit in the series c) Merged 2/6 & 5/6 as they need to be in a single commit d) Removed use of volatile in 6/6 (Konstantin) rte_eal_remote_launch and rte_eal_wait_lcore need to provide correct memory orde