netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eli Cohen <elic@nvidia.com>
To: <dsahern@kernel.org>, <stephen@networkplumber.org>,
	<netdev@vger.kernel.org>,
	<virtualization@lists.linux-foundation.org>,
	<jasowang@redhat.com>, <si-wei.liu@oracle.com>
Cc: <mst@redhat.com>, <lulu@redhat.com>, <parav@nvidia.com>,
	Eli Cohen <elic@nvidia.com>, Jianbo Liu <jianbol@mellanox.com>
Subject: [PATCH v5 1/4] vdpa: Remove unsupported command line option
Date: Wed, 9 Mar 2022 18:46:06 +0200	[thread overview]
Message-ID: <20220309164609.7233-2-elic@nvidia.com> (raw)
In-Reply-To: <20220309164609.7233-1-elic@nvidia.com>

"-v[erbose]" option is not supported.
Remove it.

Reviewed-by: Parav Pandit <parav@nvidia.com>
Reviewed-by: Jianbo Liu <jianbol@mellanox.com>
Reviewed-by: Si-Wei Liu <si-wei.liu@oracle.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Eli Cohen <elic@nvidia.com>
---
 vdpa/vdpa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vdpa/vdpa.c b/vdpa/vdpa.c
index f048e470c929..4ccb564872a0 100644
--- a/vdpa/vdpa.c
+++ b/vdpa/vdpa.c
@@ -711,7 +711,7 @@ static void help(void)
 	fprintf(stderr,
 		"Usage: vdpa [ OPTIONS ] OBJECT { COMMAND | help }\n"
 		"where  OBJECT := { mgmtdev | dev }\n"
-		"       OPTIONS := { -V[ersion] | -n[o-nice-names] | -j[son] | -p[retty] | -v[erbose] }\n");
+		"       OPTIONS := { -V[ersion] | -n[o-nice-names] | -j[son] | -p[retty] }\n");
 }
 
 static int vdpa_cmd(struct vdpa *vdpa, int argc, char **argv)
-- 
2.35.1


  reply	other threads:[~2022-03-09 16:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-09 16:46 [PATCH v5 0/4] vdpa tool enhancements Eli Cohen
2022-03-09 16:46 ` Eli Cohen [this message]
2022-03-09 16:46 ` [PATCH v5 2/4] vdpa: Allow for printing negotiated features of a device Eli Cohen
2022-03-10  4:58   ` David Ahern
2022-03-09 16:46 ` [PATCH v5 3/4] vdpa: Support for configuring max VQ pairs for " Eli Cohen
2022-03-09 18:48   ` Stephen Hemminger
2022-03-10  5:00   ` David Ahern
2022-03-10  5:59     ` Eli Cohen
2022-03-10 16:47       ` David Ahern
2022-03-09 16:46 ` [PATCH v5 4/4] vdpa: Support reading device features Eli Cohen

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=20220309164609.7233-2-elic@nvidia.com \
    --to=elic@nvidia.com \
    --cc=dsahern@kernel.org \
    --cc=jasowang@redhat.com \
    --cc=jianbol@mellanox.com \
    --cc=lulu@redhat.com \
    --cc=mst@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=parav@nvidia.com \
    --cc=si-wei.liu@oracle.com \
    --cc=stephen@networkplumber.org \
    --cc=virtualization@lists.linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).