From: mdroth <mdroth@linux.vnet.ibm.com>
To: Jason Wang <jasowang@redhat.com>
Cc: aliguori@us.ibm.com, qemu-stable@nongnu.org, armbru@redhat.com,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] help: add docs for missing 'queues' option of tap
Date: Tue, 2 Apr 2013 10:42:54 -0500 [thread overview]
Message-ID: <20130402154254.GC11564@vm> (raw)
In-Reply-To: <1361545072-30426-1-git-send-email-jasowang@redhat.com>
On Fri, Feb 22, 2013 at 10:57:52PM +0800, Jason Wang wrote:
> Cc: Markus Armbruster <armbru@redhat.com>
> Cc: qemu-stable@nongnu.org
> Signed-off-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Documentation is still missing upstream. Looking to pull this in for stable.
> ---
> qapi-schema.json | 2 ++
> qemu-options.hx | 3 ++-
> 2 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/qapi-schema.json b/qapi-schema.json
> index cd7ea25..b3844e6 100644
> --- a/qapi-schema.json
> +++ b/qapi-schema.json
> @@ -2526,6 +2526,8 @@
> #
> # @vhostforce: #optional vhost on for non-MSIX virtio guests
> #
> +# @queues: #optional number of queues to be created for multiqueue capable tap
> +#
> # Since 1.2
> ##
> { 'type': 'NetdevTapOptions',
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 2832d82..3928620 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -1354,7 +1354,7 @@ DEF("net", HAS_ARG, QEMU_OPTION_net,
> "-net tap[,vlan=n][,name=str],ifname=name\n"
> " connect the host TAP network interface to VLAN 'n'\n"
> #else
> - "-net tap[,vlan=n][,name=str][,fd=h][,fds=x:y:...:z][,ifname=name][,script=file][,downscript=dfile][,helper=helper][,sndbuf=nbytes][,vnet_hdr=on|off][,vhost=on|off][,vhostfd=h][,vhostfds=x:y:...:z][,vhostforce=on|off]\n"
> + "-net tap[,vlan=n][,name=str][,fd=h][,fds=x:y:...:z][,ifname=name][,script=file][,downscript=dfile][,helper=helper][,sndbuf=nbytes][,vnet_hdr=on|off][,vhost=on|off][,vhostfd=h][,vhostfds=x:y:...:z][,vhostforce=on|off][,queues=n]\n"
> " connect the host TAP network interface to VLAN 'n'\n"
> " use network scripts 'file' (default=" DEFAULT_NETWORK_SCRIPT ")\n"
> " to configure it and 'dfile' (default=" DEFAULT_NETWORK_DOWN_SCRIPT ")\n"
> @@ -1373,6 +1373,7 @@ DEF("net", HAS_ARG, QEMU_OPTION_net,
> " use vhostforce=on to force vhost on for non-MSIX virtio guests\n"
> " use 'vhostfd=h' to connect to an already opened vhost net device\n"
> " use 'vhostfds=x:y:...:z to connect to multiple already opened vhost net devices\n"
> + " use 'queues=n' to specify the number of queues to be created for multiqueue TAP\n"
> "-net bridge[,vlan=n][,name=str][,br=bridge][,helper=helper]\n"
> " connects a host TAP network interface to a host bridge device 'br'\n"
> " (default=" DEFAULT_BRIDGE_INTERFACE ") using the program 'helper'\n"
> --
> 1.7.1
>
>
next parent reply other threads:[~2013-04-02 15:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1361545072-30426-1-git-send-email-jasowang@redhat.com>
2013-04-02 15:42 ` mdroth [this message]
2013-04-05 12:51 ` [Qemu-devel] [PATCH] help: add docs for missing 'queues' option of tap Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130402154254.GC11564@vm \
--to=mdroth@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=armbru@redhat.com \
--cc=jasowang@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.