Hi Amit, On 2023/9/28 19:50, Amit Prakash Shukla wrote: > Add a test case to validate the functionality of drivers' dma > source buffer offload free. As part of dmadev_autotest, test case > will be executed only if the driver supports source buffer offload > free and if the test is exported by env variable DPDK_ADD_DMA_TEST.
Why should under control by the env variable? > > Signed-off-by: Amit Prakash Shukla <amitpraka...@marvell.com> > --- > app/test/test_dmadev.c | 166 ++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 165 insertions(+), 1 deletion(-) > ...