summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/health.c
diff options
context:
space:
mode:
authorShay Drory <shayd@nvidia.com>2022-12-18 12:42:14 +0200
committerSaeed Mahameed <saeedm@nvidia.com>2022-12-28 11:38:49 -0800
commit44aee8ea15ac205490a41b00cbafcccbf9f7f82b (patch)
tree3f6175ca4b81e072aaf4da6ff7b0acbdead51454 /drivers/net/ethernet/mellanox/mlx5/core/health.c
parent2a35b2c2e6a252eda2134aae6a756861d9299531 (diff)
downloadlinux-stable-44aee8ea15ac205490a41b00cbafcccbf9f7f82b.tar.gz
linux-stable-44aee8ea15ac205490a41b00cbafcccbf9f7f82b.tar.bz2
linux-stable-44aee8ea15ac205490a41b00cbafcccbf9f7f82b.zip
net/mlx5: Fix io_eq_size and event_eq_size params validation
io_eq_size and event_eq_size params are of param type DEVLINK_PARAM_TYPE_U32. But, the validation callback is addressing them as DEVLINK_PARAM_TYPE_U16. This cause mismatch in validation in big-endian systems, in which values in range were rejected while 268500991 was accepted. Fix it by checking the U32 value in the validation callback. Fixes: 0844fa5f7b89 ("net/mlx5: Let user configure io_eq_size param") Signed-off-by: Shay Drory <shayd@nvidia.com> Reviewed-by: Moshe Shemesh <moshe@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5/core/health.c')
0 files changed, 0 insertions, 0 deletions