[v2,0/2] offload support to free dma source buffer

Message ID 20230926121747.4037154-1-amitprakashs@marvell.com (mailing list archive)
Headers
Series offload support to free dma source buffer |

Message

Amit Prakash Shukla Sept. 26, 2023, 12:17 p.m. UTC
  This series adds offload support to free source buffer in dma library
and adds a test support in dmadev_autotest to validate the
functionality.

v2:
- Resolved review comments.
- Fixed compilation issue.

v1:
- Implementation from RFC.
- Add test support to validate functionality.

Amit Prakash Shukla (2):
  dmadev: offload to free source buffer
  test/dma: add source buffer offload free test

 app/test/test_dmadev.c  | 167 +++++++++++++++++++++++++++++++++++++++-
 lib/dmadev/rte_dmadev.h |  27 +++++++
 2 files changed, 193 insertions(+), 1 deletion(-)