]> git.ipfire.org Git - thirdparty/linux.git/commit
net/mlx5: Warn when write combining is not supported
authorMaor Gottlieb <maorg@nvidia.com>
Tue, 8 Jul 2025 21:16:26 +0000 (00:16 +0300)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Jul 2025 02:47:43 +0000 (19:47 -0700)
commitd980f371b134d5d66d082161171a6be613975dfc
tree4b7b973c5b3c998d1acee8186baada6186141daa
parentc0ca344d796cf00c169f63f09eea0f4905778be1
net/mlx5: Warn when write combining is not supported

Warn if write combining is not supported, as it can impact latency.
Add the warning message to be printed only when the driver actually
run the test and detect unsupported state, rather than when
inheriting parent's result for SFs.

Signed-off-by: Maor Gottlieb <maorg@nvidia.com>
Reviewed-by: Michael Guralnik <michaelgur@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/1752009387-13300-5-git-send-email-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/wc.c