summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/qos.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11net/mlx5e: HTB, Fix inconsistencies with QoS SQs numberCarolina Jubran1-16/+17
2024-03-07net/mlx5e: Let channels be SD-awareTariq Toukan1-4/+4
2024-01-08Revert "mlx5 updates 2023-12-20"Jakub Kicinski1-4/+4
2023-12-21net/mlx5e: Let channels be SD-awareTariq Toukan1-4/+4
2023-12-14net/mlx5e: Decouple CQ from privTariq Toukan1-1/+1
2023-12-14net/mlx5: Move TISes from priv to mdev HW resourcesTariq Toukan1-2/+5
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli1-2/+2
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli1-1/+6
2022-07-19net/mlx5e: HTB, move htb functions to a new fileMoshe Tal1-740/+45
2022-07-19net/mlx5e: HTB, change functions name to follow conventionMoshe Tal1-32/+32
2022-07-19net/mlx5e: HTB, remove priv from htb function callsMoshe Tal1-142/+160
2022-07-19net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structureSaeed Mahameed1-23/+64
2022-07-19net/mlx5e: HTB, move stats and max_sqs to privMoshe Tal1-8/+8
2022-07-19net/mlx5e: HTB, move section comment to the right placeMoshe Tal1-2/+2
2022-07-19net/mlx5e: HTB, move ids to selq_params structMoshe Tal1-16/+7
2022-07-19net/mlx5e: HTB, reduce visibility of htb functionsSaeed Mahameed1-17/+67
2022-02-15net/mlx5e: Use select queue parameters to sync with control flowMaxim Mikityanskiy1-1/+5
2022-02-15net/mlx5e: Introduce select queue parametersMaxim Mikityanskiy1-1/+11
2022-02-15net/mlx5e: Sync txq2sq updates with mlx5e_xmit for HTB queuesMaxim Mikityanskiy1-4/+20
2022-02-02net/mlx5e: Don't treat small ceil values as unlimited in HTB offloadMaxim Mikityanskiy1-1/+2
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-10-05net/mlx5e: Add TX max rate support for MQPRIO channel modeTariq Toukan1-0/+99
2021-10-05net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()Tariq Toukan1-1/+2
2021-08-31sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy1-9/+6
2021-08-17net/mlx5e: Abstract MQPRIO paramsTariq Toukan1-1/+1
2021-03-26net/mlx5e: Restrict usage of mlx5e_priv in params logic functionsTariq Toukan1-2/+2
2021-01-23net/mlx5e: Support HTB offloadMaxim Mikityanskiy1-0/+984