summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/selq.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: HTB, move htb functions to a new fileMoshe Tal2022-07-191-0/+1
* net/mlx5e: HTB, change functions name to follow conventionMoshe Tal2022-07-191-1/+1
* net/mlx5e: HTB, remove priv from htb function callsMoshe Tal2022-07-191-1/+1
* net/mlx5e: HTB, move ids to selq_params structMoshe Tal2022-07-191-7/+41
* net/mlx5e: Optimize the common case condition in mlx5e_select_queueMaxim Mikityanskiy2022-02-141-3/+8
* net/mlx5e: Optimize modulo in mlx5e_select_queueMaxim Mikityanskiy2022-02-141-3/+4
* net/mlx5e: Optimize mlx5e_select_queueMaxim Mikityanskiy2022-02-141-16/+42
* net/mlx5e: Use READ_ONCE/WRITE_ONCE for DCBX trust stateMaxim Mikityanskiy2022-02-141-1/+1
* net/mlx5e: Move repeating code that gets TC prio into a functionMaxim Mikityanskiy2022-02-141-21/+15
* net/mlx5e: Use select queue parameters to sync with control flowMaxim Mikityanskiy2022-02-141-27/+25
* net/mlx5e: Move mlx5e_select_queue to en/selq.cMaxim Mikityanskiy2022-02-141-0/+112
* net/mlx5e: Introduce select queue parametersMaxim Mikityanskiy2022-02-141-0/+95