Re: [dpdk-dev] [PATCH v2 4/4] dma/cnxk: add copy_sg function

2021-11-02 Thread fengchengwen
On 2021/11/2 11:40, Radha Mohan Chintakuntla wrote: > Add the copy_sg function that will do the multiple DMA transfers of > different sizes and different source/destination as well. > ... > > +static int > +cnxk_dmadev_copy_sg(void *dev_private, uint16_t vchan, > + const struct

[dpdk-dev] [PATCH v2 4/4] dma/cnxk: add copy_sg function

2021-11-01 Thread Radha Mohan Chintakuntla
Add the copy_sg function that will do the multiple DMA transfers of different sizes and different source/destination as well. Signed-off-by: Radha Mohan Chintakuntla --- drivers/dma/cnxk/cnxk_dmadev.c | 68 +- 1 file changed, 67 insertions(+), 1 deletion(-) diff