Re: [dpdk-dev] [PATCH v2 4/4] net/ice: support switch flow for specific L4 type

2020-06-22 Thread Zhao1, Wei
> -Original Message- > From: Zhang, Qi Z > Sent: Monday, June 22, 2020 11:36 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [PATCH v2 4/4] net/ice: support switch flow for specific L4 type > > > > > -Original Message- > > From: Zhao1, Wei > > Sent: W

Re: [dpdk-dev] [PATCH v2 4/4] net/ice: support switch flow for specific L4 type

2020-06-22 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Wednesday, June 17, 2020 2:14 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z ; Zhao1, Wei > > Subject: [PATCH v2 4/4] net/ice: support switch flow for specific L4 type > > This patch add more specific tunnel type for ipv4/ipv6

[dpdk-dev] [PATCH v2 4/4] net/ice: support switch flow for specific L4 type

2020-06-16 Thread Wei Zhao
This patch add more specific tunnel type for ipv4/ipv6 packet, it enable tcp/udp layer of ipv4/ipv6 as L4 payload but without L4 dst/src port number as input set for the switch filter rule. Fixes: 47d460d63233 ("net/ice: rework switch filter") Cc: sta...@dpdk.org Signed-off-by: Wei Zhao --- dri