All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] examples/l2fwd-jobstats: Fix a typo.
@ 2016-04-21 18:16 Rami Rosen
  2016-06-08 20:19 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2016-04-21 18:16 UTC (permalink / raw)
  To: dev; +Cc: Rami Rosen

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 examples/l2fwd-jobstats/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/l2fwd-jobstats/main.c b/examples/l2fwd-jobstats/main.c
index 9f3a77d..dc17f28 100644
--- a/examples/l2fwd-jobstats/main.c
+++ b/examples/l2fwd-jobstats/main.c
@@ -990,7 +990,7 @@ main(int argc, char **argv)
 			struct rte_jobstats *job = &qconf->port_fwd_jobs[i];
 
 			portid = qconf->rx_port_list[i];
-			printf("Setting forward jon for port %u\n", portid);
+			printf("Setting forward job for port %u\n", portid);
 
 			snprintf(name, RTE_DIM(name), "port %u fwd", portid);
 			/* Setup forward job.
-- 
2.5.5

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

* Re: [PATCH] examples/l2fwd-jobstats: Fix a typo.
  2016-04-21 18:16 [PATCH] examples/l2fwd-jobstats: Fix a typo Rami Rosen
@ 2016-06-08 20:19 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-06-08 20:19 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dev

2016-04-21 21:16, Rami Rosen:
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied, thanks

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

end of thread, other threads:[~2016-06-08 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-21 18:16 [PATCH] examples/l2fwd-jobstats: Fix a typo Rami Rosen
2016-06-08 20:19 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.