[dpdk-dev] [PATCH] app/testpmd: fix wrong fdir help and doc

2015-11-10 Thread Thomas Monjalon
> > After implementing the fdir new modes for x550, the CLIs are modified. > > Forgot to update the related help info and doc. > > > > Fixes: 53b2bb9b7ea7 ("app/testpmd: new flow director commands") > > Signed-off-by: Wenzhuo Lu > > Acked-by: Pablo de Lara Applied, thanks

[dpdk-dev] [PATCH] app/testpmd: fix wrong fdir help and doc

2015-11-06 Thread Wenzhuo Lu
After implementing the fdir new modes for x550, the CLIs are modified. Forgot to update the related help info and doc. Fixes: 53b2bb9b7ea7 ("app/testpmd: new flow director commands") Signed-off-by: Wenzhuo Lu --- app/test-pmd/cmdline.c | 35 +++- doc/guid

[dpdk-dev] [PATCH] app/testpmd: fix wrong fdir help and doc

2015-11-06 Thread De Lara Guarch, Pablo
> -Original Message- > From: Lu, Wenzhuo > Sent: Friday, November 06, 2015 7:50 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Lu, Wenzhuo > Subject: [PATCH] app/testpmd: fix wrong fdir help and doc > > After implementing the fdir new modes for x550, the CLIs are modified. > Forgo