Hi Maxime,

> -----Original Message-----
> From: Maxime Coquelin <maxime.coque...@redhat.com>
> Sent: Friday, October 21, 2022 4:10 PM
> To: Ding, Xuan <xuan.d...@intel.com>; Xia, Chenbo <chenbo....@intel.com>
> Cc: dev@dpdk.org; Hu, Jiayu <jiayu...@intel.com>; He, Xingguang
> <xingguang...@intel.com>; Yang, YvonneX <yvonnex.y...@intel.com>;
> Jiang, Cheng1 <cheng1.ji...@intel.com>; Wang, YuanX
> <yuanx.w...@intel.com>; Ma, WenwuX <wenwux...@intel.com>
> Subject: Re: [PATCH v7 1/2] vhost: introduce DMA vchannel unconfiguration
> 
> 
> 
> On 10/20/22 11:11, xuan.d...@intel.com wrote:
> > From: Xuan Ding <xuan.d...@intel.com>
> >
> > Add a new API rte_vhost_async_dma_unconfigure() to unconfigure DMA
> > vchannels in vhost async data path. Lock protection are also added to
> > protect DMA vchannels configuration and unconfiguration from
> > concurrent calls.
> >
> > Signed-off-by: Xuan Ding <xuan.d...@intel.com>
> > ---
> >   doc/guides/prog_guide/vhost_lib.rst    |  5 ++
> >   doc/guides/rel_notes/release_22_11.rst |  5 ++
> >   lib/vhost/rte_vhost_async.h            | 20 +++++++
> >   lib/vhost/version.map                  |  3 ++
> >   lib/vhost/vhost.c                      | 75 ++++++++++++++++++++++++--
> >   5 files changed, 103 insertions(+), 5 deletions(-)
> >
> 
> Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>

This patch needs mirror changes.
Please help to review and wait until the v8 test passes before merging.
Thanks a lot.

Regards,
Xuan

> 
> Thanks,
> Maxime

Reply via email to