diff options
author | Leon Romanovsky | 2020-04-07 18:59:51 +0300 |
---|---|---|
committer | Leon Romanovsky | 2020-04-23 21:42:02 +0300 |
commit | 5d1c9a114a6efba2c8391e39d4ac3e4e5c7b6d32 (patch) | |
tree | 0e780709ec6546e015ca7502cc18676f0cfbd498 /include/linux/mlx5 | |
parent | 59e9e8e4fe83f68e599b87c06aaf239dcc64887b (diff) |
net/mlx5: Update vport.c to new cmd interface
Do mass update of vport.c to reuse newly introduced
mlx5_cmd_exec_in*() interfaces.
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r-- | include/linux/mlx5/vport.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mlx5/vport.h b/include/linux/mlx5/vport.h index 16060fb9b5e5..8170da1e9f70 100644 --- a/include/linux/mlx5/vport.h +++ b/include/linux/mlx5/vport.h @@ -127,8 +127,7 @@ int mlx5_query_vport_down_stats(struct mlx5_core_dev *mdev, u16 vport, u8 other_vport, u64 *rx_discard_vport_down, u64 *tx_discard_vport_down); int mlx5_core_query_vport_counter(struct mlx5_core_dev *dev, u8 other_vport, - int vf, u8 port_num, void *out, - size_t out_sz); + int vf, u8 port_num, void *out); int mlx5_core_modify_hca_vport_context(struct mlx5_core_dev *dev, u8 other_vport, u8 port_num, int vf, |