Commit Graph

3 Commits

Author SHA1 Message Date
Mohammad Kabat 1d3efea5bd RDMA/mlx5: Attach ndescs to mlx5_ib_mkey
Bugzilla: https://bugzilla.redhat.com/2049449
Upstream-status: v5.16-rc1

commit ae0579acde812bc1efd074086ae3bc5eae170f20
Author: Aharon Landau <aharonl@nvidia.com>
Date:   Tue Oct 12 13:26:35 2021 +0300

    RDMA/mlx5: Attach ndescs to mlx5_ib_mkey

    Generalize the use of ndescs by adding it to mlx5_ib_mkey.

    Signed-off-by: Aharon Landau <aharonl@nvidia.com>
    Reviewed-by: Shay Drory <shayd@nvidia.com>
    Acked-by: Michael S. Tsirkin <mst@redhat.com>
    Signed-off-by: Leon Romanovsky <leonro@nvidia.com>

Signed-off-by: Mohammad Kabat <mkabat@redhat.com>
2022-08-11 06:31:12 -04:00
Leon Romanovsky d8b7515e25 RDMA/mlx5: Cleanup DEVX initialization flow
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 14:05:51 -03:00
Leon Romanovsky f7c4ffda0c RDMA/mlx5: Separate flow steering logic from main.c
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>
2020-07-07 14:05:51 -03:00