Re: [dpdk-dev] [PATCH v24 3/6] dmadev: add data plane API support

2021-10-11 Thread fengchengwen
On 2021/10/11 18:40, Bruce Richardson wrote: > On Sat, Oct 09, 2021 at 05:33:37PM +0800, Chengwen Feng wrote: >> This patch add data plane API for dmadev. >> > > A few initial comments inline. I'll work on rebasing my follow-up patchset > to this, and let you know if I have any more feedback based

Re: [dpdk-dev] [PATCH v24 3/6] dmadev: add data plane API support

2021-10-11 Thread Bruce Richardson
On Sat, Oct 09, 2021 at 05:33:37PM +0800, Chengwen Feng wrote: > This patch add data plane API for dmadev. > A few initial comments inline. I'll work on rebasing my follow-up patchset to this, and let you know if I have any more feedback based on that. /Bruce > diff --git a/lib/dmadev/rte_dmade

Re: [dpdk-dev] [PATCH v24 3/6] dmadev: add data plane API support

2021-10-09 Thread fengchengwen
This patch follows the idea of Konstantin, and introduces rte_dma_fp_object to hide implementation detail. This change modify the first parameter of drivers's dataplane interface: from 'struct rte_dma_dev *dev' to 'void *dev_private'. On 2021/10/9 17:33, Chengwen Feng wrote: > This patch add data

[dpdk-dev] [PATCH v24 3/6] dmadev: add data plane API support

2021-10-09 Thread Chengwen Feng
This patch add data plane API for dmadev. Signed-off-by: Chengwen Feng Acked-by: Bruce Richardson Acked-by: Morten Brørup Reviewed-by: Kevin Laatz Reviewed-by: Conor Walsh --- doc/guides/prog_guide/dmadev.rst | 22 ++ doc/guides/rel_notes/release_21_11.rst | 2 +- lib/dmadev/meson.b