Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-19 | RDMA/mlx5: Attach ndescs to mlx5_ib_mkey | Aharon Landau | 1 | -1/+1 | |
Generalize the use of ndescs by adding it to mlx5_ib_mkey. Signed-off-by: Aharon Landau <[email protected]> Reviewed-by: Shay Drory <[email protected]> Acked-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]> | |||||
2020-07-07 | RDMA/mlx5: Cleanup DEVX initialization flow | Leon Romanovsky | 1 | -0/+19 | |
Move DEVX initialization and cleanup flows to the devx.c instead of having almost empty functions in main.c Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]> | |||||
2020-07-07 | RDMA/mlx5: Separate flow steering logic from main.c | Leon Romanovsky | 1 | -0/+26 | |
Move flow steering logic to be in separate file and rename flow.c to be fs.c because it is better describe the content. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]> |