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)
commitc4d963a588a6e7c4ef31160e80697ae8e5a47746
tree60b864db317e803854b6984d2c54d1b346ac33e3
parentada09af92e621ab500dd80a16d1d0299a18a1180
net/mlx5e: Fix the calling of update_buffer_lossy() API

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

Fixes: 88b3d5c90e96 ("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