Re: [dpdk-dev] [PATCH v3 4/5] test/ring: add functional tests for zero copy APIs

2020-10-23 Thread Honnappa Nagarahalli
> > > > Add functional tests for zero copy APIs. Test enqueue/dequeue > > functions are created using the zero copy APIs to fit into the > > existing testing method. > > > > Signed-off-by: Honnappa Nagarahalli > > Reviewed-by: Dharmik Thakkar > > --- > > app/test/test_ring.c | 196 > >

Re: [dpdk-dev] [PATCH v3 4/5] test/ring: add functional tests for zero copy APIs

2020-10-23 Thread Ananyev, Konstantin
> > Add functional tests for zero copy APIs. Test enqueue/dequeue > functions are created using the zero copy APIs to fit into > the existing testing method. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Dharmik Thakkar > --- > app/test/test_ring.c | 196

[dpdk-dev] [PATCH v3 4/5] test/ring: add functional tests for zero copy APIs

2020-10-22 Thread Honnappa Nagarahalli
Add functional tests for zero copy APIs. Test enqueue/dequeue functions are created using the zero copy APIs to fit into the existing testing method. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Dharmik Thakkar --- app/test/test_ring.c | 196 +++ app/