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

2024-10-15 Thread Stephen Hemminger
On Mon, 25 Mar 2024 17:01:41 + Ian Stokes wrote: > From: Ananth S > > 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. > > This patch additionally contains

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

2024-03-25 Thread Ian Stokes
From: Ananth S 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. This patch additionally contains the fixes for the issues identified in the patch [21.11.5 v2]. This