[dpdk-dev] [PATCH v3] app/testpmd: list forwarding engines

2014-05-16 Thread Thomas Monjalon
> > Having a function to list forwarding engines helps to show them > > in cli help and in parameters usage witout duplicating code. > > > > Signed-off-by: Thomas Monjalon > > Acked by: Ivan Boule Applied for version 1.7.0. -- Thomas

[dpdk-dev] [PATCH v3] app/testpmd: list forwarding engines

2014-05-16 Thread Ivan Boule
On 05/15/2014 06:08 PM, Thomas Monjalon wrote: > Having a function to list forwarding engines helps to show them > in cli help and in parameters usage witout duplicating code. > > Signed-off-by: Thomas Monjalon > --- > app/test-pmd/cmdline.c| 52 > +++

[dpdk-dev] [PATCH v3] app/testpmd: list forwarding engines

2014-05-15 Thread Thomas Monjalon
Having a function to list forwarding engines helps to show them in cli help and in parameters usage witout duplicating code. Signed-off-by: Thomas Monjalon --- app/test-pmd/cmdline.c| 52 +++ app/test-pmd/config.c | 19 + app/te