DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/flow-perf: fix typo in usage
@ 2020-07-06  7:58 Wisam Jaddo
  2020-07-19 13:14 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Wisam Jaddo @ 2020-07-06  7:58 UTC (permalink / raw)
  To: thomas, jackmin, david.marchand; +Cc: dev, wisamm

From hairping-rss into hairpin-rss

Fixes: bf3688f1e816 ("app/flow-perf: add insertion rate calculation")
Cc: wisamm@mellanox.com

Signed-off-by: Wisam Jaddo <wisamm@mellanox.com>
---
 app/test-flow-perf/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-flow-perf/main.c b/app/test-flow-perf/main.c
index 8f12ee10f1..cca7785b57 100644
--- a/app/test-flow-perf/main.c
+++ b/app/test-flow-perf/main.c
@@ -136,7 +136,7 @@ usage(char *progname)
 	printf("  --set-tag: add set tag action in flow actions\n");
 	printf("  --drop: add drop action in flow actions\n");
 	printf("  --hairpin-queue=N: add hairpin-queue action in flow actions\n");
-	printf("  --hairpin-rss=N: add hairping-rss action in flow actions\n");
+	printf("  --hairpin-rss=N: add hairpin-rss action in flow actions\n");
 }
 
 static void
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH] app/flow-perf: fix typo in usage
  2020-07-06  7:58 [dpdk-dev] [PATCH] app/flow-perf: fix typo in usage Wisam Jaddo
@ 2020-07-19 13:14 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2020-07-19 13:14 UTC (permalink / raw)
  To: Wisam Jaddo; +Cc: jackmin, david.marchand, dev

06/07/2020 09:58, Wisam Jaddo:
> From hairping-rss into hairpin-rss
> 
> Fixes: bf3688f1e816 ("app/flow-perf: add insertion rate calculation")
> Cc: wisamm@mellanox.com
> 
> Signed-off-by: Wisam Jaddo <wisamm@mellanox.com>

Applied, thanks




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

end of thread, other threads:[~2020-07-19 13:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06  7:58 [dpdk-dev] [PATCH] app/flow-perf: fix typo in usage Wisam Jaddo
2020-07-19 13:14 ` Thomas Monjalon

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