Several bugs in ring unit tests were identified and fixed. Added data validation on objects after enqueue/dequeue operations for data integration check.
Unit tests were enhanced by checking return value of enqueue/dequeue operations and validating data integrity of objects. v2: 1. add check to validate the dequeued objects in test_ring.c and fix some bugs of it. (David/Honnappa) 2. remove the patch to change the description for the param of rte_ring_[sp/mp]_enqueue APIs. (David/Konstantin/Honnappa) v3: 1. Adjust the 'check dequeued objects' patch from the last to the first in the series. (Honnappa) 2. Add the new function 'test_ring_mem_cmp to replace 'memset' and print information of enqueue/dequeue elements if validation fails. (Honnappa) 3. Add test to validate the whether the enqueue and dequeue operation is successful for each time. (Honnappa) 4. Expand the scope of application for the macro TEST_RING_VERIF, and replace all ring APIs check with this macro. (Honnappa) Feifei Wang (6): test/ring: add check to validate dequeued objects test/ring: fix wrong parameter passed to the enqueue APIs test/ring: validate the return value of enq/deq elements test/ring: fix wrong number of enq/deq elements test/ring: fix wrong size used in memcmp test/ring: improve the application of macro app/test/test_ring.c | 382 ++++++++++++++++++++++--------------------- app/test/test_ring.h | 6 +- 2 files changed, 198 insertions(+), 190 deletions(-) -- 2.17.1