]> git.baikalelectronics.ru Git - kernel.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)
commit3a2f00f6e0ad580c2574ca7419f69f34f93e2af1
treef808d3eb26e767e1f756fa58caef7656bcb70239
parent5290cbc814f7641e9bfb2f12ab71dc4c9c0926ef
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: 1e39d780db50 ("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