Re: [dpdk-dev] [PATCH] test: add missing ticketlock test to fast tests

2021-01-19 Thread Thomas Monjalon
18/01/2021 14:29, Aaron Conole: > Stephen Hemminger writes: > > > On Sun, 17 Jan 2021 18:57:56 +0100 > > Thomas Monjalon wrote: > > > >> 14/01/2021 17:58, Stephen Hemminger: > >> > The ticketlock test is fast and should be run all the time. > >> > >> I think it was not added because it includ

Re: [dpdk-dev] [PATCH] test: add missing ticketlock test to fast tests

2021-01-18 Thread Aaron Conole
Stephen Hemminger writes: > On Sun, 17 Jan 2021 18:57:56 +0100 > Thomas Monjalon wrote: > >> 14/01/2021 17:58, Stephen Hemminger: >> > The ticketlock test is fast and should be run all the time. >> >> I think it was not added because it includes a perf test. >> Cc'ing more people for comments

Re: [dpdk-dev] [PATCH] test: add missing ticketlock test to fast tests

2021-01-17 Thread Stephen Hemminger
On Sun, 17 Jan 2021 18:57:56 +0100 Thomas Monjalon wrote: > 14/01/2021 17:58, Stephen Hemminger: > > The ticketlock test is fast and should be run all the time. > > I think it was not added because it includes a perf test. > Cc'ing more people for comments. > > Other lock code (rwlock is ve

Re: [dpdk-dev] [PATCH] test: add missing ticketlock test to fast tests

2021-01-17 Thread Thomas Monjalon
14/01/2021 17:58, Stephen Hemminger: > The ticketlock test is fast and should be run all the time. I think it was not added because it includes a perf test. Cc'ing more people for comments.

[dpdk-dev] [PATCH] test: add missing ticketlock test to fast tests

2021-01-14 Thread Stephen Hemminger
The ticketlock test is fast and should be run all the time. Signed-off-by: Stephen Hemminger --- app/test/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test/meson.build b/app/test/meson.build index 94fd39fecb82..90c4d05814f1 100644 --- a/app/test/meson.build +++ b/app/test/