Re: [dpdk-dev] [PATCH v3 3/8] app/test: add basic dmadev instance tests

2021-09-08 Thread Kevin Laatz
On 07/09/2021 17:49, Bruce Richardson wrote: Run basic sanity tests for configuring, starting and stopping a dmadev instance to help validate drivers. This also provides the framework for future tests for data-path operation. Signed-off-by: Bruce Richardson Reviewed-by: Conor Walsh --- app/t

[dpdk-dev] [PATCH v3 3/8] app/test: add basic dmadev instance tests

2021-09-07 Thread Bruce Richardson
Run basic sanity tests for configuring, starting and stopping a dmadev instance to help validate drivers. This also provides the framework for future tests for data-path operation. Signed-off-by: Bruce Richardson Reviewed-by: Conor Walsh --- app/test/test_dmadev.c | 72 +