Re: [dpdk-dev] [PATCH v2 6/6] test/ring: use relaxed barriers for ring stress test

2021-10-07 Thread Honnappa Nagarahalli
> > > > wrk_cmd variable is used to signal the worker thread to start or stop > > the stress test loop. Relaxed barriers are used to achieve the same. > > > > Signed-off-by: Honnappa Nagarahalli > > Reviewed-by: Ola Liljedahl > > Reviewed-by: Feifei Wang > > --- > > app/test/test_ring_stress

Re: [dpdk-dev] [PATCH v2 6/6] test/ring: use relaxed barriers for ring stress test

2021-10-07 Thread Ananyev, Konstantin
> wrk_cmd variable is used to signal the worker thread to start > or stop the stress test loop. Relaxed barriers are used > to achieve the same. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Ola Liljedahl > Reviewed-by: Feifei Wang > --- > app/test/test_ring_stress_impl.h | 18 ++

[dpdk-dev] [PATCH v2 6/6] test/ring: use relaxed barriers for ring stress test

2021-09-09 Thread Honnappa Nagarahalli
wrk_cmd variable is used to signal the worker thread to start or stop the stress test loop. Relaxed barriers are used to achieve the same. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Ola Liljedahl Reviewed-by: Feifei Wang --- app/test/test_ring_stress_impl.h | 18 +- 1 fil