Re: [PATCH] net/ice: fix flow creation failure

2025-05-15 Thread Bruce Richardson
On Wed, May 14, 2025 at 06:15:26PM +, Dhanya Pillai wrote: > In non-pipeline mode, priority is ignored, a flow rule can be created > as a flow director rule or a switch rule depends on its pattern/action. > Hence removing the priority field check from ice_fdir_parse which is > causing valid flo

[PATCH] net/ice: fix flow creation failure

2025-05-14 Thread Dhanya Pillai
In non-pipeline mode, priority is ignored, a flow rule can be created as a flow director rule or a switch rule depends on its pattern/action. Hence removing the priority field check from ice_fdir_parse which is causing valid flow creation to return failure. Signed-off-by: Dhanya Pillai --- drive