[v4,0/2] offload support to auto free dma buffer

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

Message

Amit Prakash Shukla Oct. 9, 2023, 12:02 p.m. UTC
  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(-)
  

Comments

Thomas Monjalon Oct. 17, 2023, 8:47 a.m. UTC | #1
09/10/2023 14:02, Amit Prakash Shukla:
> This series adds offload support to auto free buffer in dma library
> and adds a test support in dmadev_autotest to validate the functionality.
> 
> Amit Prakash Shukla (2):
>   dmadev: offload to auto free DMA buffer
>   test/dma: auto free offload test to free DMA buffer

Squashed and applied, thanks.