Re: [dpdk-dev] [RFC PATCH 4/7] app/test: add basic dmadev copy tests

2021-08-27 Thread Bruce Richardson
On Fri, Aug 27, 2021 at 12:44:17PM +0530, Jerin Jacob wrote: > On Fri, Aug 27, 2021 at 12:03 AM Bruce Richardson > wrote: > > > > For each dmadev instance, perform some basic copy tests to validate that > > functionality. > > > > Signed-off-by: Bruce Richardson > > --- > > app/test/test_dmadev.c

Re: [dpdk-dev] [RFC PATCH 4/7] app/test: add basic dmadev copy tests

2021-08-27 Thread Jerin Jacob
On Fri, Aug 27, 2021 at 12:03 AM Bruce Richardson wrote: > > For each dmadev instance, perform some basic copy tests to validate that > functionality. > > Signed-off-by: Bruce Richardson > --- > app/test/test_dmadev.c | 157 + > 1 file changed, 157 inserti

[dpdk-dev] [RFC PATCH 4/7] app/test: add basic dmadev copy tests

2021-08-26 Thread Bruce Richardson
For each dmadev instance, perform some basic copy tests to validate that functionality. Signed-off-by: Bruce Richardson --- app/test/test_dmadev.c | 157 + 1 file changed, 157 insertions(+) diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c inde