aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_icm_pool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-17net/mlx5: DR, Remove num_of_entries byte_size from struct mlx5_dr_icm_chunkRongwei Liu1-12/+22
2022-03-17net/mlx5: DR, Remove icm_addr from mlx5dr_icm_chunk to reduce memoryRongwei Liu1-2/+7
2022-03-17net/mlx5: DR, Remove mr_addr rkey from struct mlx5dr_icm_chunkRongwei Liu1-2/+12
2022-02-23net/mlx5: DR, Fix the threshold that defines when pool sync is initiatedYevgeny Kliteynik1-4/+7
2022-02-23net/mlx5: DR, Cache STE shadow memoryYevgeny Kliteynik1-35/+74
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau1-5/+5
2020-11-05net/mlx5: DR, Free unused buddy ICM memoryYevgeny Kliteynik1-4/+10
2020-11-05net/mlx5: DR, ICM memory pools sync optimizationYevgeny Kliteynik1-16/+6
2020-11-05net/mlx5: DR, Sync chunks only during freeYevgeny Kliteynik1-6/+8
2020-11-05net/mlx5: DR, Handle ICM memory via buddy allocation instead of bucketsYevgeny Kliteynik1-307/+194
2020-04-28net/mlx5: Use aligned variable while allocating ICM memoryErez Shitrit1-28/+25
2020-02-27net/mlx5: DR, Improve log messagesErez Shitrit1-1/+1
2019-10-02mlx5: avoid 64-bit division in dr_icm_pool_mr_create()Michal Kubecek1-1/+2
2019-09-10net/mlx5: Fix addr's type in mlx5dr_icm_dmNathan Chancellor1-1/+1
2019-09-03net/mlx5: DR, ICM pool memory allocatorAlex Vesker1-0/+570