Re: [PATCH v7 2/2] examples/vhost: unconfigure DMA vchannel

2022-10-21 Thread Maxime Coquelin
On 10/20/22 11:11, xuan.d...@intel.com wrote: From: Xuan Ding This patch applies rte_vhost_async_dma_unconfigure() to manually free DMA vchannels. Before unconfiguration, make sure the specified DMA device is no longer used by any vhost ports. Signed-off-by: Xuan Ding --- examples/vhost/

[PATCH v7 2/2] examples/vhost: unconfigure DMA vchannel

2022-10-20 Thread xuan . ding
From: Xuan Ding This patch applies rte_vhost_async_dma_unconfigure() to manually free DMA vchannels. Before unconfiguration, make sure the specified DMA device is no longer used by any vhost ports. Signed-off-by: Xuan Ding --- examples/vhost/main.c | 8 1 file changed, 8 insertions(+)