commit | 66247fbb280c2a699a8621708c52dae6acd2e4bc | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Fri Apr 03 11:28:28 2020 +0300 |
committer | Leon Romanovsky <leonro@mellanox.com> | Sun Apr 19 15:53:20 2020 +0300 |
tree | 7afe292c6f10fda003f4bf5d1b62c8c08d4a06c7 | |
parent | 57a6c5e992f5d6ab92764a7eaaba855f6d4b2df8 [diff] |
net/mlx5: Remove Q counter low level helper APIs mlx5 core users are encouraged to use low level API (mlx5_cmd_exec) without the need of helper functions, do this for q counters, remove helper functions and call mlx5_cmd_exec directly from users. This will help reduce the total amount of code and reduction of the mlx5_core symbol table. Reviewed-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>