On 7/1/20 4:24 AM, Cindy Lu wrote:
This patch set introduces a new net client type: vhost-vdpa.
vhost-vdpa net client will set up a vDPA device which is specified
by a "vhostdev" parameter.

Signed-off-by: Lingshan Zhu <[email protected]>
Signed-off-by: Tiwei Bie <[email protected]>
Signed-off-by: Cindy Lu <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
---

+++ b/qapi/net.json

  ##
  # @NetClientDriver:
  #
  # Available netdev drivers.
  #
-# Since: 2.7
+# Since: 5.1

This should be:

# Since 2.7
# @vhost-vdpa since 5.1

since the enum itself is still available in older releases, it is only the new member that was introduced in this series.

  ##
  { 'enum': 'NetClientDriver',
    'data': [ 'none', 'nic', 'user', 'tap', 'l2tpv3', 'socket', 'vde',
-            'bridge', 'hubport', 'netmap', 'vhost-user' ] }
+            'bridge', 'hubport', 'netmap', 'vhost-user', 'vhost-vdpa' ] }


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org


Reply via email to