| #
1794c395 |
| 05-Jul-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
nvme/rdma: Allocate memory domain in rdma provider
Next patches add data_transfer function to a memory domain, for mlx5_dv provider, that means we can't use a memory domain created via rdma_utils. I
nvme/rdma: Allocate memory domain in rdma provider
Next patches add data_transfer function to a memory domain, for mlx5_dv provider, that means we can't use a memory domain created via rdma_utils. In future, memory domain will hold a qpair pointer, to minize changes we create a memory domain per qpair in this patch The verbs provider still uses rdma_utils library.
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I53c20b70901c1061c8a067c612dc4ce6b9a3999a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24692 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <ben@nvidia.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com>
show more ...
|
| #
cf151d60 |
| 11-Apr-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
lib/rdma: Rename lib to rdma_provider
The new name better reflects purpose of this library Next patch moves part of functions to a dedicated lib and the new name helps to avoid confusion
Signed-off
lib/rdma: Rename lib to rdma_provider
The new name better reflects purpose of this library Next patch moves part of functions to a dedicated lib and the new name helps to avoid confusion
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: If7296ed77a07f7084bce66971d6937d7671b3a91 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23071 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
show more ...
|