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 <[email protected]> --- app/test/test_dmadev.c | 142 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 140 insertions(+), 2 deletions(-)
Reviewed-by: Kevin Laatz <[email protected]>

