Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-07 | RDMA/mlx5: Cleanup DEVX initialization flow | Leon Romanovsky | |
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/20200702081809.423482-6-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> | |||
2020-07-07 | RDMA/mlx5: Separate flow steering logic from main.c | Leon Romanovsky | |
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/20200702081809.423482-5-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> |