DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: Ibtisam Tariq <ibtisam.tariq@emumba.com>
Cc: Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
	 "Singh, Jasvinder" <jasvinder.singh@intel.com>,
	dev <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] example/qos_sched: fix option -i in usage
Date: Thu, 5 Nov 2020 09:57:53 +0100	[thread overview]
Message-ID: <CAJFAV8wGzTwQ9sxs=JRuQm-zK5xKnV=uK2pDwBgKoyNU8kh9tg@mail.gmail.com> (raw)
In-Reply-To: <20201102114303.5639-1-ibtisam.tariq@emumba.com>

On Mon, Nov 2, 2020 at 12:59 PM Ibtisam Tariq <ibtisam.tariq@emumba.com> wrote:
>
> The short option written for interactive mode is --i in usage of
> this qos_sched example. Actually, it is -i.
>
> Fixes: cfd5c971e5e ("examples/qos_sched: add stats")
>
> Signed-off-by: Ibtisam Tariq <ibtisam.tariq@emumba.com>
> ---
>  examples/qos_sched/args.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/examples/qos_sched/args.c b/examples/qos_sched/args.c
> index c62719623..c369ba9b4 100644
> --- a/examples/qos_sched/args.c
> +++ b/examples/qos_sched/args.c
> @@ -39,7 +39,7 @@ static const char usage[] =
>         "           multiple pfc can be configured in command line                      \n"
>         "                                                                               \n"
>         "Application optional parameters:                                               \n"
> -        "    --i     : run in interactive mode (default value is %u)                    \n"
> +       "    -i      : run in interactive mode (default value is %u)                    \n"
>         "    --mnc I : main core index (default value is %u)                            \n"
>         "    --rsz \"A, B, C\" :   Ring sizes                                           \n"
>         "           A = Size (in number of buffer descriptors) of each of the NIC RX    \n"
> --
> 2.17.1
>

Reviewed-by: David Marchand <david.marchand@redhat.com>


-- 
David Marchand


  reply	other threads:[~2020-11-05  8:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02 11:43 Ibtisam Tariq
2020-11-05  8:57 ` David Marchand [this message]
2020-11-13 13:23   ` David Marchand

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='CAJFAV8wGzTwQ9sxs=JRuQm-zK5xKnV=uK2pDwBgKoyNU8kh9tg@mail.gmail.com' \
    --to=david.marchand@redhat.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=dev@dpdk.org \
    --cc=ibtisam.tariq@emumba.com \
    --cc=jasvinder.singh@intel.com \
    /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).