summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENTMaor Dickman1-15/+3
2022-10-03net/mlx5: E-switch, Don't update group if qos is not enabledChris Mi1-1/+5
2022-02-23net/mlx5e: Fix VF min/max rate parameters interchange mistakeGal Pressman1-1/+1
2021-12-02net/mlx5: Fix error return code in esw_qos_create()Wei Yongjun1-0/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-11-30net/mlx5: E-Switch, Check group pointer before reading bw_share valueDmytro Linkin1-1/+1
2021-11-30net/mlx5: E-switch, Respect BW share of the new groupDmytro Linkin1-1/+1
2021-11-16net/mlx5: E-switch, Create QoS on demandDmytro Linkin1-51/+101
2021-11-16net/mlx5: E-switch, Enable vport QoS on demandDmytro Linkin1-25/+57
2021-10-20net/mlx5: E-switch, Return correct error code on group creation failureDmytro Linkin1-4/+3
2021-08-19net/mlx5: E-switch, Add QoS tracepointsDmytro Linkin1-1/+12
2021-08-19net/mlx5: E-switch, Allow to add vports to rate groupsDmytro Linkin1-23/+183
2021-08-19net/mlx5: E-switch, Allow setting share/max tx rate limits of rate groupsDmytro Linkin1-39/+218
2021-08-19net/mlx5: E-switch, Introduce rate limiting groups APIDmytro Linkin1-5/+136
2021-08-19net/mlx5: E-switch, Enable devlink port tx_{share|max} rate controlDmytro Linkin1-24/+117
2021-08-19net/mlx5: E-switch, Move QoS related code to dedicated fileDmytro Linkin1-0/+295