Re: [dpdk-dev] [PATCH v2 4/4] test/ring: add check to validate the dequeued objects

2020-08-26 Thread Honnappa Nagarahalli
Hi Feifei, Can you add this at the head of the series? It will help with proving that the test case fails and hence we need subsequent fixes. > -Original Message- > From: Feifei Wang > Sent: Wednesday, August 5, 2020 1:14 AM > To: Honnappa Nagarahalli ; Konstantin > Ananyev > Cc

[dpdk-dev] [PATCH v2 4/4] test/ring: add check to validate the dequeued objects

2020-08-04 Thread Feifei Wang
For the single element enqueue and dequeue in test_ring_basic_ex and test_ring_with_exact_size, add check to validate the dequeued objects. Signed-off-by: Feifei Wang Reviewed-by: Ruifeng Wang Reviewed-by: Honnappa Nagarahalli --- app/test/test_ring.c | 145