]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/mlx4_en: Don't allow aRFS for encapsulated packets
authorAya Levin <ayal@nvidia.com>
Thu, 23 Sep 2021 06:51:45 +0000 (09:51 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Sep 2021 08:09:23 +0000 (10:09 +0200)
commitd0f4a2eeebbe0cbdb0e493733f8578e334074cb4
treef808d3eb26e767e1f756fa58caef7656bcb70239
parentae7b957ef0032bc0267aac9476dec7cfd00a9dde
net/mlx4_en: Don't allow aRFS for encapsulated packets

[ Upstream commit fdbccea419dc782079ce5881d2705cc9e3881480 ]

Driver doesn't support aRFS for encapsulated packets, return early error
in such a case.

Fixes: 1eb8c695bda9 ("net/mlx4_en: Add accelerated RFS support")
Signed-off-by: Aya Levin <ayal@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/mellanox/mlx4/en_netdev.c