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.ji...@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.coque...@redhat.com>
Thanks,
Maxime