Re: [dpdk-dev] [PATCH v2 2/6] app/test: add basic dmadev instance tests

2021-09-03 Thread Conor Walsh
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

Re: [dpdk-dev] [PATCH v2 2/6] app/test: add basic dmadev instance tests

2021-09-02 Thread Bruce Richardson
On Wed, Sep 01, 2021 at 09:24:12PM +0200, Mattias Rönnblom wrote: > On 2021-09-01 18:32, 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 oper

Re: [dpdk-dev] [PATCH v2 2/6] app/test: add basic dmadev instance tests

2021-09-01 Thread Mattias Rönnblom
On 2021-09-01 18:32, 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 --- app/test/test_dmadev.c | 81 +++

[dpdk-dev] [PATCH v2 2/6] app/test: add basic dmadev instance tests

2021-09-01 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 --- app/test/test_dmadev.c | 81 ++ 1 file