Re: [dpdk-dev] [PATCH v1 04/12] test/stack_perf: use compiler atomics for lcore sync

2021-11-09 Thread Honnappa Nagarahalli
> > Convert rte_atomic usages to compiler atomic built-ins for lcore sync in > stack_perf test cases. > > Signed-off-by: Joyce Kong > Reviewed-by: Ruifeng Wang Looks good Reviewed-by: Honnappa Nagarahalli > --- > app/test/test_stack_perf.c | 14 ++ > 1 file changed, 6 insertion

[dpdk-dev] [PATCH v1 04/12] test/stack_perf: use compiler atomics for lcore sync

2021-08-02 Thread Joyce Kong
Convert rte_atomic usages to compiler atomic built-ins for lcore sync in stack_perf test cases. Signed-off-by: Joyce Kong Reviewed-by: Ruifeng Wang --- app/test/test_stack_perf.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/app/test/test_stack_perf.c b/app/