DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] usertools/telemetry: fix instance help text
@ 2021-10-18 10:39 Conor Walsh
  2021-10-18 10:59 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Conor Walsh @ 2021-10-18 10:39 UTC (permalink / raw)
  To: bruce.richardson, ciara.power, david.marchand; +Cc: dev, Conor Walsh

The instance option help text was incorrect, this patch corrects it.

Fixes: 11435aae2089 ("usertools/telemetry: connect to separate instances")

Signed-off-by: Conor Walsh <conor.walsh@intel.com>
---
 usertools/dpdk-telemetry.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usertools/dpdk-telemetry.py b/usertools/dpdk-telemetry.py
index 4d9f2d9787..5b3bf83356 100755
--- a/usertools/dpdk-telemetry.py
+++ b/usertools/dpdk-telemetry.py
@@ -165,7 +165,7 @@ def readline_complete(text, state):
 parser.add_argument('-f', '--file-prefix', default=DEFAULT_PREFIX,
                     help='Provide file-prefix for DPDK runtime directory')
 parser.add_argument('-i', '--instance', default='0', type=int,
-                    help='Provide file-prefix for DPDK runtime directory')
+                    help='Provide instance number for DPDK application')
 parser.add_argument('-l', '--list', action="store_true", default=False,
                     help='List all possible file-prefixes and exit')
 args = parser.parse_args()
-- 
2.25.1


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

* Re: [dpdk-dev] [PATCH] usertools/telemetry: fix instance help text
  2021-10-18 10:39 [dpdk-dev] [PATCH] usertools/telemetry: fix instance help text Conor Walsh
@ 2021-10-18 10:59 ` Bruce Richardson
  2021-10-19 13:33   ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2021-10-18 10:59 UTC (permalink / raw)
  To: Conor Walsh; +Cc: ciara.power, david.marchand, dev

On Mon, Oct 18, 2021 at 10:39:29AM +0000, Conor Walsh wrote:
> The instance option help text was incorrect, this patch corrects it.
> 
> Fixes: 11435aae2089 ("usertools/telemetry: connect to separate instances")
> 
> Signed-off-by: Conor Walsh <conor.walsh@intel.com>
> ---
>  usertools/dpdk-telemetry.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/usertools/dpdk-telemetry.py b/usertools/dpdk-telemetry.py
> index 4d9f2d9787..5b3bf83356 100755
> --- a/usertools/dpdk-telemetry.py
> +++ b/usertools/dpdk-telemetry.py
> @@ -165,7 +165,7 @@ def readline_complete(text, state):
>  parser.add_argument('-f', '--file-prefix', default=DEFAULT_PREFIX,
>                      help='Provide file-prefix for DPDK runtime directory')
>  parser.add_argument('-i', '--instance', default='0', type=int,
> -                    help='Provide file-prefix for DPDK runtime directory')
> +                    help='Provide instance number for DPDK application')

Good catch, thanks for fixing.

Acked-by: Bruce Richardson <bruce.richardson@intel.com>

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

* Re: [dpdk-dev] [PATCH] usertools/telemetry: fix instance help text
  2021-10-18 10:59 ` Bruce Richardson
@ 2021-10-19 13:33   ` David Marchand
  0 siblings, 0 replies; 3+ messages in thread
From: David Marchand @ 2021-10-19 13:33 UTC (permalink / raw)
  To: Conor Walsh; +Cc: Bruce Richardson, Ciara Power, dev

On Mon, Oct 18, 2021 at 12:59 PM Bruce Richardson
<bruce.richardson@intel.com> wrote:
> > The instance option help text was incorrect, this patch corrects it.
> >
> > Fixes: 11435aae2089 ("usertools/telemetry: connect to separate instances")
> >
> > Signed-off-by: Conor Walsh <conor.walsh@intel.com>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks.


-- 
David Marchand


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

end of thread, other threads:[~2021-10-19 13:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 10:39 [dpdk-dev] [PATCH] usertools/telemetry: fix instance help text Conor Walsh
2021-10-18 10:59 ` Bruce Richardson
2021-10-19 13:33   ` 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).