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

Kevin Laatz kevin.laatz at intel.com
Fri Sep 3 18:11:45 CEST 2021


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 completed_status() function to gather completions rather than
>     just completed()
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
>   app/test/test_dmadev.c | 142 ++++++++++++++++++++++++++++++++++++++++-
>   1 file changed, 140 insertions(+), 2 deletions(-)
>

Reviewed-by: Kevin Laatz <kevin.laatz at intel.com>



More information about the dev mailing list