[PATCH] net/ice: add missing SMAC field mapping in flow input set
Bruce Richardson
bruce.richardson at intel.com
Thu Apr 9 12:52:23 CEST 2026
On Mon, Apr 06, 2026 at 01:44:39PM +0530, Shaiq Wani wrote:
> ice_inset_map[] has no entry for ICE_INSET_SMAC, so source MAC is never
> translated to ICE_FLOW_FIELD_IDX_ETH_SA. flow rules specifying a source
> MAC silently match any source address.
>
> Add the missing {ICE_INSET_SMAC, ICE_FLOW_FIELD_IDX_ETH_SA} entry.
>
> Fixes: 733640dae75e ("net/ice: support L2TPv2 flow pattern matching")
>
> Signed-off-by: Shaiq Wani <shaiq.wani at intel.com>
> ---
> drivers/net/intel/ice/ice_fdir_filter.c | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Applied to dpdk-next-net-intel.
Thanks,
/Bruce
More information about the dev
mailing list