Re: [dpdk-dev] [PATCH] test: enable bitmap in fast tests

2021-11-10 Thread David Marchand
On Wed, Oct 27, 2021 at 4:55 PM Dumitrescu, Cristian wrote: > > This test was never added to the list of tests to run in CI. > > Its name does not follow the implicit convention of ending with > > _autotest. > > Let's fix this. > > > > Fixes: 5e9647fd5a1a ("test/bitmap: test scan after half cachel

Re: [dpdk-dev] [PATCH] test: enable bitmap in fast tests

2021-10-27 Thread Dumitrescu, Cristian
> -Original Message- > From: David Marchand > Sent: Wednesday, October 27, 2021 3:06 PM > To: dev@dpdk.org > Cc: acon...@redhat.com; Dumitrescu, Cristian > ; Nithin Dabilpuram > > Subject: [PATCH] test: enable bitmap in fast tests > > This test was never added to the list of tests to

[dpdk-dev] [PATCH] test: enable bitmap in fast tests

2021-10-27 Thread David Marchand
This test was never added to the list of tests to run in CI. Its name does not follow the implicit convention of ending with _autotest. Let's fix this. Fixes: 5e9647fd5a1a ("test/bitmap: test scan after half cacheline is cleared") Signed-off-by: David Marchand --- app/test/meson.build | 1 +