Re: [dpdk-dev] [PATCH v2 1/2] test/ring: add stress test for ST peek API

2020-07-02 Thread Honnappa Nagarahalli
> -Original Message- > From: Konstantin Ananyev > Sent: Thursday, July 2, 2020 9:10 AM > To: dev@dpdk.org > Cc: Honnappa Nagarahalli ; Feifei Wang > ; Konstantin Ananyev > > Subject: [PATCH v2 1/2] test/ring: add stress test for ST peek API > > Introduce new test case to test ST peek

[dpdk-dev] [PATCH v2 1/2] test/ring: add stress test for ST peek API

2020-07-02 Thread Konstantin Ananyev
Introduce new test case to test ST peek API. Signed-off-by: Konstantin Ananyev --- app/test/Makefile | 1 + app/test/meson.build| 1 + app/test/test_ring_st_peek_stress.c | 54 + app/test/test_ring_stress.c | 3 ++ app/test