Re: [dpdk-dev] [PATCH v2 4/6] app/test: add more comprehensive dmadev copy tests

2021-09-03 Thread Kevin Laatz
On 01/09/2021 17:32, Bruce Richardson wrote: Add unit tests for various combinations of use for dmadev, copying bursts of packets in various formats, e.g. 1. enqueuing two smaller bursts and completing them as one burst 2. enqueuing one burst and gathering completions in smaller bursts 3. using

Re: [dpdk-dev] [PATCH v2 4/6] app/test: add more comprehensive dmadev copy tests

2021-09-03 Thread Conor Walsh
Add unit tests for various combinations of use for dmadev, copying bursts of packets in various formats, e.g. 1. enqueuing two smaller bursts and completing them as one burst 2. enqueuing one burst and gathering completions in smaller bursts 3. using completed_status() function to gather compl

[dpdk-dev] [PATCH v2 4/6] app/test: add more comprehensive dmadev copy tests

2021-09-01 Thread Bruce Richardson
Add unit tests for various combinations of use for dmadev, copying bursts of packets in various formats, e.g. 1. enqueuing two smaller bursts and completing them as one burst 2. enqueuing one burst and gathering completions in smaller bursts 3. using completed_status() function to gather completio