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

Maxime Coquelin maxime.coquelin at redhat.com
Fri Oct 23 13:08:59 CEST 2020



On 10/22/20 10:59 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 or CPU for
> enqueue operation and bind vhost device with specific CBDMA channel
> to accelerate data copy.
> 
> Signed-off-by: Cheng Jiang <Cheng1.jiang at intel.com>
> ---
>  examples/vhost/ioat.c      | 101 +++++++++++++++++++++++++++++++++++++
>  examples/vhost/ioat.h      |  33 ++++++++++++
>  examples/vhost/main.c      |  36 ++++++++++++-
>  examples/vhost/meson.build |   5 ++
>  4 files changed, 174 insertions(+), 1 deletion(-)
>  create mode 100644 examples/vhost/ioat.c
>  create mode 100644 examples/vhost/ioat.h
> 

Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks,
Maxime



More information about the dev mailing list