On 16/01/2023 17:37, Bruce Richardson wrote:
The copy tests for dmadev had separate blocks in the test function for single copy and burst copies. Separate out the single-copy block to its own function so that it can be re-used if necessary.Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> --- app/test/test_dmadev.c | 120 ++++++++++++++++++++++------------------- 1 file changed, 64 insertions(+), 56 deletions(-)
Acked-by: Kevin Laatz <kevin.la...@intel.com>