Re: [dpdk-dev] [PATCH v4 1/4] example/vhost: add async vhost args parsing function

2020-10-14 Thread Jiang, Cheng1
Hi Maxime, The replies are inline. > -Original Message- > From: Maxime Coquelin > Sent: Wednesday, October 14, 2020 5:24 PM > To: Jiang, Cheng1 ; Xia, Chenbo > ; Wang, Zhihong > Cc: dev@dpdk.org; Fu, Patrick > Subject: Re: [PATCH v4 1/4] example/vhost: add async vhost args parsing > fu

Re: [dpdk-dev] [PATCH v4 1/4] example/vhost: add async vhost args parsing function

2020-10-14 Thread Maxime Coquelin
On 10/12/20 6:54 AM, Cheng Jiang wrote: > This patch is to add async vhost driver arguments parsing function > for CBDMA channel, DMA initiation function and args description. > The meson build file is changed to fix dependency problem. With > these arguments vhost device can be set to use CBDMA

[dpdk-dev] [PATCH v4 1/4] example/vhost: add async vhost args parsing function

2020-10-11 Thread Cheng Jiang
This patch is to add async vhost driver arguments parsing function for CBDMA channel, DMA initiation function and args description. The meson build file is changed to fix dependency problem. With these arguments vhost device can be set to use CBDMA or CPU for enqueue operation and bind vhost device