RE: [PATCH v6 2/2] examples/vhost: unconfigure DMA vchannel

2022-10-18 Thread Ling, WeiX
> Subject: [PATCH v6 2/2] examples/vhost: unconfigure DMA vchannel > > 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

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

2022-10-18 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(+)