]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Fix the calling of update_buffer_lossy() API
authorMark Zhang <markzhang@nvidia.com>
Wed, 6 Apr 2022 07:30:21 +0000 (10:30 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 4 May 2022 07:00:03 +0000 (00:00 -0700)
commit84b7336f4cbd6041e91ae4c8560558b8bc111252
tree60b864db317e803854b6984d2c54d1b346ac33e3
parentfa41ba83fc4c05a592e90148bf0f71cc7c59cef8
net/mlx5e: Fix the calling of update_buffer_lossy() API

The arguments of update_buffer_lossy() is in a wrong order. Fix it.

Fixes: a631f8accc83 ("net/mlx5e: Fix port buffers cell size value")
Signed-off-by: Mark Zhang <markzhang@nvidia.com>
Reviewed-by: Maor Gottlieb <maorg@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/port_buffer.c