[dpdk-dev] [PATCH] app/testpmd: fix set MTU cmd help string

2016-09-23 Thread Thomas Monjalon
> > Fixes: ae03d0d18adf ("app/testpmd: command to configure MTU") > > > > Signed-off-by: Ferruh Yigit > > Acked-by: Pablo de Lara Applied, thanks

[dpdk-dev] [PATCH] app/testpmd: fix set MTU cmd help string

2016-08-31 Thread Ferruh Yigit
Fixes: ae03d0d18adf ("app/testpmd: command to configure MTU") Signed-off-by: Ferruh Yigit --- 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 +++

[dpdk-dev] [PATCH] app/testpmd: fix set MTU cmd help string

2016-08-31 Thread De Lara Guarch, Pablo
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, August 31, 2016 9:49 AM > To: dev at 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