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

2023-06-12 Thread Stephen Hemminger
On Mon, 23 Mar 2020 12:16:17 +0800 Phil Yang wrote: > The MCS lock performance test takes more than 10 seconds and leads > to meson test timeout on some platforms. Move the performance test > into perf tests. > > Signed-off-by: Phil Yang > Reviewed-by: Gavin Hu > --- No, fix the test. There i

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

2020-07-23 Thread Aaron Conole
I'd love to hear your > thoughts. In general, I'm always happy to see perf tests more appropriately put under perf area. I don't have much opinion on this specific patch, though. > Thanks, > Phil > > > >> Subject: [dpdk-dev] [PATCH 1/2] test/mcslock: move

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

2020-07-22 Thread Phil Yang
these two patches can resolve this issue. I'd love to hear your thoughts. Thanks, Phil > Subject: [dpdk-dev] [PATCH 1/2] test/mcslock: move performance test to > perf tests > > The MCS lock performance test takes more than 10 seconds and leads > to meson test timeout on some

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

2020-03-22 Thread Phil Yang
The MCS lock performance test takes more than 10 seconds and leads to meson test timeout on some platforms. Move the performance test into perf tests. Signed-off-by: Phil Yang Reviewed-by: Gavin Hu --- MAINTAINERS | 1 + app/test/Makefile| 1 + app/test/autotest