DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/testpmd: fix set MTU cmd help string
@ 2016-08-31 16:48 Ferruh Yigit
  2016-08-31 17:25 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2016-08-31 16:48 UTC (permalink / raw)
  To: dev; +Cc: Pablo de Lara

Fixes: ae03d0d18adf ("app/testpmd: command to configure MTU")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 app/test-pmd/cmdline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
index f90befc..17d238f 100644
--- a/app/test-pmd/cmdline.c
+++ b/app/test-pmd/cmdline.c
@@ -1367,7 +1367,7 @@ cmdline_parse_token_num_t cmd_config_mtu_value =
 cmdline_parse_inst_t cmd_config_mtu = {
 	.f = cmd_config_mtu_parsed,
 	.data = NULL,
-	.help_str = "port config mtu value",
+	.help_str = "port config mtu port_id value",
 	.tokens = {
 		(void *)&cmd_config_mtu_port,
 		(void *)&cmd_config_mtu_keyword,
-- 
2.7.4

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

* Re: [dpdk-dev] [PATCH] app/testpmd: fix set MTU cmd help string
  2016-08-31 16:48 [dpdk-dev] [PATCH] app/testpmd: fix set MTU cmd help string Ferruh Yigit
@ 2016-08-31 17:25 ` De Lara Guarch, Pablo
  2016-09-23 18:31   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2016-08-31 17:25 UTC (permalink / raw)
  To: Yigit, Ferruh, dev



> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Wednesday, August 31, 2016 9:49 AM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo
> Subject: [PATCH] app/testpmd: fix set MTU cmd help string
> 
> Fixes: ae03d0d18adf ("app/testpmd: command to configure MTU")
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
>  app/test-pmd/cmdline.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
> index f90befc..17d238f 100644
> --- a/app/test-pmd/cmdline.c
> +++ b/app/test-pmd/cmdline.c
> @@ -1367,7 +1367,7 @@ cmdline_parse_token_num_t
> cmd_config_mtu_value =
>  cmdline_parse_inst_t cmd_config_mtu = {
>  	.f = cmd_config_mtu_parsed,
>  	.data = NULL,
> -	.help_str = "port config mtu value",
> +	.help_str = "port config mtu port_id value",
>  	.tokens = {
>  		(void *)&cmd_config_mtu_port,
>  		(void *)&cmd_config_mtu_keyword,
> --
> 2.7.4

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

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

* Re: [dpdk-dev] [PATCH] app/testpmd: fix set MTU cmd help string
  2016-08-31 17:25 ` De Lara Guarch, Pablo
@ 2016-09-23 18:31   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-09-23 18:31 UTC (permalink / raw)
  To: Yigit, Ferruh; +Cc: dev, De Lara Guarch, Pablo

> > Fixes: ae03d0d18adf ("app/testpmd: command to configure MTU")
> > 
> > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied, thanks

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

end of thread, other threads:[~2016-09-23 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31 16:48 [dpdk-dev] [PATCH] app/testpmd: fix set MTU cmd help string Ferruh Yigit
2016-08-31 17:25 ` De Lara Guarch, Pablo
2016-09-23 18:31   ` 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).