[PATCH v1 0/2] vhost: introduce DMA vchannel unconfiguration
    xuan.ding at intel.com 
    xuan.ding at intel.com
       
    Sun Aug 14 16:04:40 CEST 2022
    
    
  
From: Xuan Ding <xuan.ding at intel.com>
This patchset introduces a new API rte_vhost_async_dma_unconfigure()
to help user to manually free the DMA vchannel finished to use.
Note: this API should be called after async channel unregister.
Xuan Ding (2):
  vhost: introduce DMA vchannel unconfiguration
  example/vhost: unconfigure DMA vchannel
 doc/guides/prog_guide/vhost_lib.rst    |  5 ++++
 doc/guides/rel_notes/release_22_11.rst |  2 ++
 examples/vhost/main.c                  |  7 +++++
 lib/vhost/rte_vhost_async.h            | 17 ++++++++++++
 lib/vhost/version.map                  |  3 +++
 lib/vhost/vhost.c                      | 37 ++++++++++++++++++++++++++
 6 files changed, 71 insertions(+)
-- 
2.17.1
    
    
More information about the dev
mailing list