[dpdk-dev] [PATCH] cmdline: increase commandline buffer size to 512

2015-11-09 Thread Nélio Laranjeiro
njalon > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PATCH] cmdline: increase commandline buffer size > > to 512 > > > > On Thu, Nov 05, 2015 at 09:58:36AM +, John McNamara wrote: > > > Increase commandline buffer size to 512 to allow for longer >

[dpdk-dev] [PATCH] cmdline: increase commandline buffer size to 512

2015-11-09 Thread Mcnamara, John
> -Original Message- > From: N?lio Laranjeiro [mailto:nelio.laranjeiro at 6wind.com] > Sent: Thursday, November 5, 2015 4:51 PM > To: Mcnamara, John; Olivier Matz; Thomas Monjalon > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] cmdline: increase commandline bu

[dpdk-dev] [PATCH] cmdline: increase commandline buffer size to 512

2015-11-05 Thread Nélio Laranjeiro
On Thu, Nov 05, 2015 at 09:58:36AM +, John McNamara wrote: > Increase commandline buffer size to 512 to allow for longer > commandlines required by testpmd when dealing with flow > director and IPv6 addresses. > > Signed-off-by: John McNamara > --- > lib/librte_cmdline/cmdline_rdline.h | 2 +

[dpdk-dev] [PATCH] cmdline: increase commandline buffer size to 512

2015-11-05 Thread John McNamara
Increase commandline buffer size to 512 to allow for longer commandlines required by testpmd when dealing with flow director and IPv6 addresses. Signed-off-by: John McNamara --- lib/librte_cmdline/cmdline_rdline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_cmd