netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: Eli Cohen <elic@nvidia.com>
Cc: "Hemminger, Stephen" <stephen@networkplumber.org>,
	netdev <netdev@vger.kernel.org>,
	Si-Wei Liu <si-wei.liu@oracle.com>,
	Jianbo Liu <jianbol@nvidia.com>
Subject: Re: [PATCH 1/3] vdpa: Remove unsupported command line option
Date: Thu, 10 Feb 2022 15:50:04 +0800	[thread overview]
Message-ID: <CACGkMEtbVdaFDeecZXRUQH6n3xVemf9HAMv0EnX-PJyaB8GNwQ@mail.gmail.com> (raw)
In-Reply-To: <20220207125537.174619-2-elic@nvidia.com>

On Mon, Feb 7, 2022 at 8:56 PM Eli Cohen <elic@nvidia.com> wrote:
>
> "-v[erbose]" option is not supported.
> Remove it.
>
> Reviewed-by: Jianbo Liu <jianbol@nvidia.com>
> Signed-off-by: Eli Cohen <elic@nvidia.com>

Acked-by: Jason Wang <jasowang@redhat.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.34.1
>


  reply	other threads:[~2022-02-10  7:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-07 12:55 [PATCH 0/3] vdpa tool support for configuring max VQs Eli Cohen
2022-02-07 12:55 ` [PATCH 1/3] vdpa: Remove unsupported command line option Eli Cohen
2022-02-10  7:50   ` Jason Wang [this message]
2022-02-07 12:55 ` [PATCH 2/3] virtio: Define bit numbers for device independent features Eli Cohen
2022-02-10  7:54   ` Jason Wang
2022-02-10  8:30     ` Eli Cohen
2022-02-10  8:35       ` Jason Wang
2022-02-10  9:27         ` Eli Cohen
2022-02-14  6:06           ` Jason Wang
2022-02-16  7:15             ` Eli Cohen
2022-02-17  6:06               ` Jason Wang
2022-02-17  8:26                 ` Eli Cohen
2022-02-07 12:55 ` [PATCH 3/3] vdpa: Add support to configure max number of VQs Eli Cohen
2022-02-10  8:07   ` Jason Wang
2022-02-10  8:44     ` Eli Cohen
2022-02-10  8:51       ` Jason Wang

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=CACGkMEtbVdaFDeecZXRUQH6n3xVemf9HAMv0EnX-PJyaB8GNwQ@mail.gmail.com \
    --to=jasowang@redhat.com \
    --cc=elic@nvidia.com \
    --cc=jianbol@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=si-wei.liu@oracle.com \
    --cc=stephen@networkplumber.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).