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

2022-10-07 Thread Ding, Xuan
ng > > ; Yang, YvonneX ; > > Jiang, > > Cheng1 ; Wang, YuanX > ; > > Ma, WenwuX ; Ding, Xuan > > > Subject: [PATCH v3 2/2] examples/vhost: unconfigure DMA vchannel > > > > From: Xuan Ding > > > > This patch applies rte_vhost_asy

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

2022-09-29 Thread Xia, Chenbo
> Subject: [PATCH v3 2/2] examples/vhost: unconfigure DMA vchannel > > From: Xuan Ding > > This patch applies rte_vhost_async_dma_unconfigure() API > to manually free DMA vchannels instead of waiting > until the program ends to be released. > > Signed-off

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

2022-09-28 Thread xuan . ding
From: Xuan Ding This patch applies rte_vhost_async_dma_unconfigure() API to manually free DMA vchannels instead of waiting until the program ends to be released. Signed-off-by: Xuan Ding --- examples/vhost/main.c | 45 ++- examples/vhost/main.h | 1 + 2