aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/devx.h
AgeCommit message (Collapse)AuthorFilesLines
2020-07-07RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky1-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-07RDMA/mlx5: Separate flow steering logic from main.cLeon Romanovsky1-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]>