[PATCH v8 1/2] vhost: introduce DMA vchannel unconfiguration
Maxime Coquelin
maxime.coquelin at redhat.com
Wed Oct 26 07:13:49 CEST 2022
On 10/25/22 10:25, 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 vChannel 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 | 72 ++++++++++++++++++++++++--
> 5 files changed, 100 insertions(+), 5 deletions(-)
>
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
Thanks,
Maxime
More information about the dev
mailing list