DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] example/qos_sched: fix option -i in usage
@ 2020-11-02 11:43 Ibtisam Tariq
  2020-11-05  8:57 ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: Ibtisam Tariq @ 2020-11-02 11:43 UTC (permalink / raw)
  To: cristian.dumitrescu, jasvinder.singh; +Cc: dev, Ibtisam Tariq

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] example/qos_sched: fix option -i in usage
  2020-11-02 11:43 [dpdk-dev] [PATCH] example/qos_sched: fix option -i in usage Ibtisam Tariq
@ 2020-11-05  8:57 ` David Marchand
  2020-11-13 13:23   ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2020-11-05  8:57 UTC (permalink / raw)
  To: Ibtisam Tariq; +Cc: Cristian Dumitrescu, Singh, Jasvinder, dev

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] example/qos_sched: fix option -i in usage
  2020-11-05  8:57 ` David Marchand
@ 2020-11-13 13:23   ` David Marchand
  0 siblings, 0 replies; 3+ messages in thread
From: David Marchand @ 2020-11-13 13:23 UTC (permalink / raw)
  To: Ibtisam Tariq; +Cc: Cristian Dumitrescu, Singh, Jasvinder, dev

On Thu, Nov 5, 2020 at 9:57 AM David Marchand <david.marchand@redhat.com> wrote:
>
> 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")
Cc: stable@dpdk.org

> >
> > Signed-off-by: Ibtisam Tariq <ibtisam.tariq@emumba.com>
> Reviewed-by: David Marchand <david.marchand@redhat.com>

Applied, thanks.

-- 
David Marchand


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-13 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02 11:43 [dpdk-dev] [PATCH] example/qos_sched: fix option -i in usage Ibtisam Tariq
2020-11-05  8:57 ` David Marchand
2020-11-13 13:23   ` David Marchand

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).