> Subject: [PATCH v2 3/4] test/ring: fix the wrong number of enq/deq elements
>
> The actual capacity of ring should be the (RING_SIZE - 1), thus only
> (RING_SIZE
> - 1) elements can be enqueued into the ring.
>
> Fixes: a9fe152363e2 ("test/ring: add custom element size functional tests")
Thi
The actual capacity of ring should be the (RING_SIZE - 1), thus only
(RING_SIZE - 1) elements can be enqueued into the ring.
Fixes: a9fe152363e2 ("test/ring: add custom element size functional tests")
Cc: honnappa.nagaraha...@arm.com
Cc: sta...@dpdk.org
Signed-off-by: Feifei Wang
Reviewed-by: Ru
2 matches
Mail list logo