Re: [PATCH v3] net/iavf: support rte flow with mask for FDIR

2025-01-21 Thread Bruce Richardson
On Thu, Aug 29, 2024 at 10:14:38AM +0200, David Marchand wrote: > Hello, > > On Fri, Dec 15, 2023 at 4:19 AM Zhichao Zeng > wrote: > > > > This patch supports rte flow with mask for FDIR, including > > eth/ipv4/ipv6/tcp/udp flow items, where src/dst for ipv4/ipv6 and > > sport/dport for tcp/udp a

Re: [PATCH v3] net/iavf: support rte flow with mask for FDIR

2024-08-29 Thread David Marchand
Hello, On Fri, Dec 15, 2023 at 4:19 AM Zhichao Zeng wrote: > > This patch supports rte flow with mask for FDIR, including > eth/ipv4/ipv6/tcp/udp flow items, where src/dst for ipv4/ipv6 > and sport/dport for tcp/udp are realized by switch filter. > > Signed-off-by: Zhichao Zeng Is this supposed