]> 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:16 +0000 (10:48 -0400)
commitdceece21245efbf1a919f33fe0eaf9747a99628b
treeb91712a78c8c031e4c4371592d8a77ed447d4732
parentc381fa3d7f6e89d2089299843198ec55ab9ba212
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