Re: [dpdk-dev] [PATCH v3 21/25] app/testpmd: add items ipv4/ipv6 to flow command

2016-12-20 Thread Adrien Mazarguil
Hi Yulong, On Tue, Dec 20, 2016 at 09:21:28AM +, Pei, Yulong wrote: > Hi adrien, > > Is it possible to support to set ipv4 TOS, ipv4 PROTO, ipv4 TTL and ipv6 tc, > ipv6 next-header, ipv6 hop-limits since > previous FDIR for i40e already support it. I suggest we add them later (like for SCT

Re: [dpdk-dev] [PATCH v3 21/25] app/testpmd: add items ipv4/ipv6 to flow command

2016-12-20 Thread Pei, Yulong
Sent: Tuesday, December 20, 2016 1:49 AM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH v3 21/25] app/testpmd: add items ipv4/ipv6 to flow command Add the ability to match basic fields from IPv4 and IPv6 headers (source and destination addresses only). Signed-off-by: Adrien Mazarguil Acked-by: Olga

[dpdk-dev] [PATCH v3 21/25] app/testpmd: add items ipv4/ipv6 to flow command

2016-12-19 Thread Adrien Mazarguil
Add the ability to match basic fields from IPv4 and IPv6 headers (source and destination addresses only). Signed-off-by: Adrien Mazarguil Acked-by: Olga Shern --- app/test-pmd/cmdline_flow.c | 177 +++ 1 file changed, 177 insertions(+) diff --git a/app/test-