This series adds offload support to auto free buffer in dma library and adds a test support in dmadev_autotest to validate the functionality.
v4: - Resolved review comments. v3: - Removed unwanted comment from code. v2: - Resolved review comments. - Fixed compilation issue. v1: - Implementation from RFC. - Add test support to validate functionality. Amit Prakash Shukla (2): dmadev: offload to auto free DMA buffer test/dma: auto free offload test to free DMA buffer app/test/test_dmadev.c | 167 +++++++++++++++++++++++++++++++++++++++- lib/dmadev/rte_dmadev.h | 43 +++++++++++ 2 files changed, 209 insertions(+), 1 deletion(-) -- 2.25.1