mbox series

[v1,0/2] remove smp barriers in app/test

Message ID 20201222063054.44429-1-feifei.wang2@arm.com (mailing list archive)
Headers
Series remove smp barriers in app/test |

Message

Feifei Wang Dec. 22, 2020, 6:30 a.m. UTC
  For smp barriers in app/test, remove the unnecessary barriers and fix
some bugs.

Feifei Wang (2):
  app/test: remove unnecessary barriers for ring stress test
  app/test: collect perf data after worker threads exit

 app/test/test_ring_stress_impl.h | 5 +----
 app/test/test_trace_perf.c       | 5 ++---
 2 files changed, 3 insertions(+), 7 deletions(-)
  

Comments

Feifei Wang March 10, 2021, 2:15 a.m. UTC | #1
For smp barriers in app/test, remove the unnecessary barriers
and fix some bugs.

v2:
1. remove ring stress test patch for that Honnappa will
do some changes for rte_remote_launch APIs

v3:
1. change the patch tag (Jerin)

Feifei Wang (1):
  test/trace: collect perf data after worker threads exit

 app/test/test_trace_perf.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)