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

2025-05-21 Thread Bruce Richardson
On Thu, May 15, 2025 at 11:23:44AM +, 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 v2] net/ice: fix flow creation failure

2025-05-15 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