[dpdk-dev] [PATCH v4 21/21] testpmd: add test command to configure flexible masks

2014-10-29 Thread Wu, Jingjing
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, October 28, 2014 10:18 PM > To: Wu, Jingjing > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 21/21] testpmd: add test command to > configure flexible masks

[dpdk-dev] [PATCH v4 21/21] testpmd: add test command to configure flexible masks

2014-10-28 Thread Thomas Monjalon
2014-10-22 09:01, Jingjing Wu: > add test command to configure flexible masks for each flow type [...] > --- a/app/test-pmd/cmdline.c > +++ b/app/test-pmd/cmdline.c > + "flow_director_flex_mask (port_id)" > + " flow (ether|ip4|tcp4|udp4|sctp4|ip6|tcp6|udp6|sc

[dpdk-dev] [PATCH v4 21/21] testpmd: add test command to configure flexible masks

2014-10-22 Thread Jingjing Wu
add test command to configure flexible masks for each flow type Signed-off-by: Jingjing Wu --- app/test-pmd/cmdline.c | 173 + 1 file changed, 173 insertions(+) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 1caca54..e7f9ce5 10