Re: [dpdk-dev] [PATCH v6] net/i40e: support cloud filter with L4 port

2020-07-08 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Xing, Beilei > Sent: Wednesday, July 8, 2020 4:20 PM > To: Sun, GuinanX ; dev@dpdk.org > Cc: Guo, Jia > Subject: Re: [dpdk-dev] [PATCH v6] net/i40e: support cloud filter with L4 > port > > > > >

Re: [dpdk-dev] [PATCH v6] net/i40e: support cloud filter with L4 port

2020-07-08 Thread Xing, Beilei
> -Original Message- > From: Sun, GuinanX > Sent: Wednesday, July 8, 2020 3:41 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Guo, Jia ; Sun, > GuinanX > Subject: [PATCH v6] net/i40e: support cloud filter with L4 port > > This patch enables cloud filter for IPv4/6_UDP/TCP/SCTP with SRC po

[dpdk-dev] [PATCH v6] net/i40e: support cloud filter with L4 port

2020-07-08 Thread Guinan Sun
This patch enables cloud filter for IPv4/6_UDP/TCP/SCTP with SRC port only or DST port only. This supports different filter types for the same packet type. E.g. one IPv4_UDP rules with SRC port only and another IPv4_UDP rule with DST port only. Signed-off-by: Guinan Sun --- v6: * Modify commit lo