]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/mlx5e: Change the warning when ignore_flow_level is not supported
authorJianbo Liu <jianbol@nvidia.com>
Mon, 25 Dec 2023 01:47:05 +0000 (01:47 +0000)
committerSasha Levin <sashal@kernel.org>
Fri, 15 Mar 2024 14:48:15 +0000 (10:48 -0400)
commit6d6bb522d74b3e02d7f05ab42c3d18380b7b3408
treeb631f4f2861c8d11d314e90c97f8dfa4d226bc1f
parentc11138f0172f8558539676f43a1b1f0eb17c5389
net/mlx5e: Change the warning when ignore_flow_level is not supported

[ Upstream commit dd238b702064b21d25b4fc39a19699319746d655 ]

Downgrade the print from mlx5_core_warn() to mlx5_core_dbg(), as it
is just a statement of fact that firmware doesn't support ignore flow
level.

And change the wording to "firmware flow level support is missing", to
make it more accurate.

Fixes: ae2ee3be99a8 ("net/mlx5: CT: Remove warning of ignore_flow_level support for VFs")
Signed-off-by: Jianbo Liu <jianbol@nvidia.com>
Suggested-by: Elliott, Robert (Servers) <elliott@hpe.com>
Reviewed-by: Roi Dayan <roid@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/en/tc/post_act.c