[0/2] dma/skeleton: add support for SG copy and fill ops

Message ID 20240126085726.54581-1-fengchengwen@huawei.com (mailing list archive)
Headers
Series dma/skeleton: add support for SG copy and fill ops |

Message

fengchengwen Jan. 26, 2024, 8:57 a.m. UTC
  This patchset adds support for SG copy and fill ops. And test passed by
[1].

[1] https://patchwork.dpdk.org/project/dpdk/cover/cover.1700156485.git.gmuthukrishn@marvell.com/

Chengwen Feng (2):
  dma/skeleton: support SG copy ops
  dma/skeleton: support fill ops

 drivers/dma/skeleton/skeleton_dmadev.c | 147 +++++++++++++++++++++++--
 drivers/dma/skeleton/skeleton_dmadev.h |  44 ++++++--
 2 files changed, 171 insertions(+), 20 deletions(-)
  

Comments

Thomas Monjalon March 6, 2024, 8:49 p.m. UTC | #1
> Chengwen Feng (2):
>   dma/skeleton: support SG copy ops
>   dma/skeleton: support fill ops

Applied, thanks.