[dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new sample for vDPA
Shahaf Shuler
shahafs at mellanox.com
Thu Jan 17 15:37:24 CET 2019
Hi,
Going back to this merged commit,
Saturday, September 29, 2018 12:48 AM, Xiaolong Ye:
> Subject: [dpdk-dev] [PATCH v8 2/2] examples/vdpa: introduce a new sample
> for vDPA
>
> The vdpa sample application creates vhost-user sockets by using the vDPA
> backend. vDPA stands for vhost Data Path Acceleration which utilizes virtio
> ring compatible devices to serve virtio driver directly to enable datapath
> acceleration. As vDPA driver can help to set up vhost datapath, this
> application doesn't need to launch dedicated worker threads for vhost
> enqueue/dequeue operations.
>
> Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
> Acked-by: Xiao Wang <xiao.w.wang at intel.com>
> Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> ---
[...]
> +
> +Start the VMs
> +~~~~~~~~~~~~~
> +
> +.. code-block:: console
> +
> + qemu-system-x86_64 -cpu host -enable-kvm \
> + <snip>
> + -mem-prealloc \
> + -chardev socket,id=char0,path=<socket_file created in above steps> \
> + -netdev type=vhost-user,id=vdpa,chardev=char0 \
> + -device
> + virtio-net-pci,netdev=vdpa,mac=00:aa:bb:cc:dd:ee,page-per-vq=on \
It doesn't seems like qemu has the id=vdpa and netdev=vdpa options.
Grepping vdpa on qemu returns empty.
Am using QEMU v3.1.0-513-gfb177a0. Commit head is fb177a036f2e ("MAINTAINERS: Mark RISC-V as Supported").
Did I missed anything?
More information about the dev
mailing list