[PATCH v4 3/9] net/i40e: move FDIR config to flow create
Medvedkin, Vladimir
vladimir.medvedkin at intel.com
Wed Feb 11 16:38:05 CET 2026
Acked-by: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
On 2/11/2026 1:49 PM, Anatoly Burakov wrote:
> Currently, FDIR filter parsing function will modify FDIR state after a
> successful match. However, this function is called from both flow create
> and flow validate, which results in the driver modifying FDIR state after
> a flow validate call. Move the FDIR config to flow create.
>
> Fixes: 2e67a7fbf3ff ("net/i40e: config flow director automatically")
> Cc: stable at dpdk.org
>
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> ---
> drivers/net/intel/i40e/i40e_flow.c | 51 ++++++++++++++----------------
> 1 file changed, 23 insertions(+), 28 deletions(-)
>
<snip>
--
Regards,
Vladimir
More information about the dev
mailing list