The QEMU version requirement of >= 2.7 is for vhost-user-client ports specifically.
Signed-off-by: Cian Ferriter <[email protected]> --- Documentation/topics/dpdk/vhost-user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst index 97e66a99e..5d97495da 100644 --- a/Documentation/topics/dpdk/vhost-user.rst +++ b/Documentation/topics/dpdk/vhost-user.rst @@ -233,7 +233,7 @@ vhost-user-client .. important:: - Use of vhost-user ports requires QEMU >= 2.7 + Use of vhost-user-client ports requires QEMU >= 2.7 To use vhost-user-client ports, you must first add said ports to the switch. Like DPDK vhost-user ports, DPDK vhost-user-client ports can have mostly -- 2.25.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
