[PATCH v7 1/2] vhost: introduce DMA vchannel unconfiguration
Maxime Coquelin
maxime.coquelin at redhat.com
Fri Oct 21 10:09:32 CEST 2022
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>
Thanks,
Maxime
More information about the dev
mailing list