Re: [dpdk-dev] [PATCH v2] test/mcslock: move performance test to perf tests

2020-09-17 Thread Juraj Linkeš
ct: [dpdk-dev] [PATCH v2] test/mcslock: move performance test to perf > tests > > Move the MCS lock performance test into perf tests. > > Signed-off-by: Phil Yang > Reviewed-by: Gavin Hu > --- > v2: > 1. Rebase code. > 2. Split from the original patchset. > >

[dpdk-dev] [PATCH v2] test/mcslock: move performance test to perf tests

2020-07-27 Thread Phil Yang
Move the MCS lock performance test into perf tests. Signed-off-by: Phil Yang Reviewed-by: Gavin Hu --- v2: 1. Rebase code. 2. Split from the original patchset. MAINTAINERS | 1 + app/test/Makefile| 1 + app/test/autotest_data.py| 6 +++ app/test/meson.bui