[dpdk-dev] [PATCH v2 3/4] testpmd: extend commands

2015-10-28 Thread Jingjing Wu
This patch extends commands to support filtering in VFs of flow director. Signed-off-by: Jingjing Wu --- app/test-pmd/cmdline.c | 41 + 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 0f8

[dpdk-dev] [PATCH v2 3/4] testpmd: extend commands

2015-06-16 Thread Jingjing Wu
This patch extends flow director commands to support l2_payload flow type. Signed-off-by: Jingjing Wu --- app/test-pmd/cmdline.c | 48 +--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c i