net: enetc: check the index of the SFI rather than the handle
authorWei Fang <wei.fang@nxp.com>
Thu, 4 May 2023 08:03:59 +0000 (16:03 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 May 2023 08:32:36 +0000 (09:32 +0100)
commit299efdc2380aac588557f4d0b2ce7bee05bd0cf2
treeb3710aa5f3b0d152c12e2e8e21bdbb006fb553be
parentc00ce5470a8adeaf681865836085f72633c00a7e
net: enetc: check the index of the SFI rather than the handle

We should check whether the current SFI (Stream Filter Instance) table
is full before creating a new SFI entry. However, the previous logic
checks the handle by mistake and might lead to unpredictable behavior.

Fixes: 888ae5a3952b ("net: enetc: add tc flower psfp offload driver")
Signed-off-by: Wei Fang <wei.fang@nxp.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/enetc/enetc_qos.c