Re: [dpdk-dev] [PATCH v2] net/iavf: support FDIR TCP/UDP pattern without input set

2021-01-06 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Yuying > Sent: Wednesday, January 6, 2021 6:49 PM > To: dev@dpdk.org; Zhang, Qi Z ; Wu, Jingjing > ; Yigit, Ferruh > Cc: Zhang, Yuying > Subject: [PATCH v2] net/iavf: support FDIR TCP/UDP pattern without input set > > This patch adds an input set r

[dpdk-dev] [PATCH v2] net/iavf: support FDIR TCP/UDP pattern without input set

2021-01-06 Thread Yuying Zhang
This patch adds an input set refinement function to support outer and inner TCP/UDP patterns without input set for flow director filter. 1. flow create 0 ingress pattern eth / ipv4 / udp / end actions rss queues 0 1 2 3 end / end 2. flow create 0 ingress pattern eth / ipv6 / tcp / end action