Re: [dpdk-dev] [PATCH v7 11/17] test/ring: modify burst enq/deq perf test cases

2020-01-06 Thread Honnappa Nagarahalli
> > > > Add test cases to test legacy and rte_ring_xxx_elem APIs for burst > > enqueue/dequeue test cases. > > > > Signed-off-by: Honnappa Nagarahalli > > Reviewed-by: Gavin Hu > > --- > > app/test/test_ring_perf.c | 78 > > --- > > 1 file changed, 40 insert

Re: [dpdk-dev] [PATCH v7 11/17] test/ring: modify burst enq/deq perf test cases

2020-01-02 Thread Ananyev, Konstantin
> > Add test cases to test legacy and rte_ring_xxx_elem APIs for > burst enqueue/dequeue test cases. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Gavin Hu > --- > app/test/test_ring_perf.c | 78 --- > 1 file changed, 40 insertions(+), 38 deletio

[dpdk-dev] [PATCH v7 11/17] test/ring: modify burst enq/deq perf test cases

2019-12-19 Thread Honnappa Nagarahalli
Add test cases to test legacy and rte_ring_xxx_elem APIs for burst enqueue/dequeue test cases. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Gavin Hu --- app/test/test_ring_perf.c | 78 --- 1 file changed, 40 insertions(+), 38 deletions(-) diff --git a/ap