[dpdk-dev] [PATCH] testpmd: remove incorrect parameter limits in help command line

2015-02-15 Thread Thomas Monjalon
> > Ring threshold parameters an RX/TX queue (pthresh, wthresh and hthresh) > > had an incorrect range of values shown in help command line. > > > > Signed-off-by: Pablo de Lara > > > Acked-by: Sergio Gonzalez Monroy Applied, thanks

[dpdk-dev] [PATCH] testpmd: remove incorrect parameter limits in help command line

2015-02-11 Thread Gonzalez Monroy, Sergio
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, February 6, 2015 2:23 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] testpmd: remove incorrect parameter limits in > help command line > > Ring threshold parameters an RX/TX qu

[dpdk-dev] [PATCH] testpmd: remove incorrect parameter limits in help command line

2015-02-06 Thread Pablo de Lara
Ring threshold parameters an RX/TX queue (pthresh, wthresh and hthresh) had an incorrect range of values shown in help command line. Signed-off-by: Pablo de Lara --- app/test-pmd/parameters.c | 18 ++ 1 files changed, 6 insertions(+), 12 deletions(-) diff --git