[PATCH v7 1/2] vhost: introduce DMA vchannel unconfiguration
Ding, Xuan
xuan.ding at intel.com
Fri Oct 21 10:22:21 CEST 2022
Hi Maxime,
> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin at redhat.com>
> Sent: Friday, October 21, 2022 4:10 PM
> To: Ding, Xuan <xuan.ding at intel.com>; Xia, Chenbo <chenbo.xia at intel.com>
> Cc: dev at dpdk.org; Hu, Jiayu <jiayu.hu at intel.com>; He, Xingguang
> <xingguang.he at intel.com>; Yang, YvonneX <yvonnex.yang at intel.com>;
> Jiang, Cheng1 <cheng1.jiang at intel.com>; Wang, YuanX
> <yuanx.wang at intel.com>; Ma, WenwuX <wenwux.ma at intel.com>
> Subject: Re: [PATCH v7 1/2] vhost: introduce DMA vchannel unconfiguration
>
>
>
> On 10/20/22 11:11, xuan.ding at intel.com wrote:
> > From: Xuan Ding <xuan.ding at 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.ding at 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.coquelin at 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
More information about the dev
mailing list