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: [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

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

[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

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

2023-12-14 Thread Zhichao Zeng
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 --- v3: fix judgment on ipv6 addresses v2: implemented by switch filter --- drivers/net