aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/rl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-10net/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2021-04-02net/mlx5: Pair mutex_destory with mutex_init for rate limit tableParav Pandit1-1/+3
2021-04-02net/mlx5: Allocate rate limit table when rate is configuredParav Pandit1-9/+37
2021-04-02net/mlx5: Use helper to increment, decrement rate entry refcountParav Pandit1-16/+18
2021-04-02net/mlx5: Use helpers to allocate and free rl table entriesParav Pandit1-19/+36
2021-04-02net/mlx5: Do not hold mutex while reading table constantsParav Pandit1-4/+6
2020-04-23net/mlx5: Update rl.c new cmd interfaceLeon Romanovsky1-12/+9
2020-04-19net/mlx5: Delete not-used cmd headerLeon Romanovsky1-1/+0
2020-03-05net/mlx5: Expose raw packet pacing APIsYishai Hadas1-32/+98
2019-08-02mlx5: Fix formats with line continuation whitespaceJoe Perches1-4/+2
2018-03-19net/mlx5: Packet pacing enhancementBodong Wang1-22/+41
2017-12-19net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha1-11/+11
2016-10-30net/mlx5: Introduce TSAR manipulation firmware commandsMohamad Haj Yahia1-0/+65
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed1-8/+3
2016-06-27net/mlx5: Rate limit tables supportYevgeny Petrilin1-0/+209