Re: [dpdk-dev] [PATCH 1/2] lib/ethdev: replace full barrier with relaxed barrier

2020-10-13 Thread Ananyev, Konstantin
> From: Phil Yang > > While registering the call back functions full write barrier > can be replaced with one-way write barrier. > > Signed-off-by: Phil Yang > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Ruifeng Wang > --- > lib/librte_ethdev/rte_ethdev.c | 9 ++--- > 1 file ch

Re: [dpdk-dev] [PATCH 1/2] lib/ethdev: replace full barrier with relaxed barrier

2020-10-13 Thread Ferruh Yigit
On 10/2/2020 1:07 AM, Honnappa Nagarahalli wrote: From: Phil Yang While registering the call back functions full write barrier can be replaced with one-way write barrier. Signed-off-by: Phil Yang Signed-off-by: Honnappa Nagarahalli Reviewed-by: Ruifeng Wang +Konstantin & Jerin, Can you p

[dpdk-dev] [PATCH 1/2] lib/ethdev: replace full barrier with relaxed barrier

2020-10-01 Thread Honnappa Nagarahalli
From: Phil Yang While registering the call back functions full write barrier can be replaced with one-way write barrier. Signed-off-by: Phil Yang Signed-off-by: Honnappa Nagarahalli Reviewed-by: Ruifeng Wang --- lib/librte_ethdev/rte_ethdev.c | 9 ++--- 1 file changed, 6 insertions(+), 3