[dpdk-dev] [PATCH v4 15/21] testpmd: add test command to flush flow director table

2014-10-28 Thread Thomas Monjalon
2014-10-22 09:01, Jingjing Wu: > + "flush_flow_diretor (port_id)\n" Typo: diretor I know it's hard to write so much code in a small timeframe without any typo. Especially when you are not english native. But I'd like such simple errors would have been already reviewed after t

[dpdk-dev] [PATCH v4 15/21] testpmd: add test command to flush flow director table

2014-10-22 Thread Jingjing Wu
add test command to flush flow director table Signed-off-by: Jingjing Wu --- app/test-pmd/cmdline.c | 49 + 1 file changed, 49 insertions(+) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 5705b65..7324783 100644 --- a/app/test-