Searched hist:"8 a187ee52b043f8201e7089e5e538974142722e0" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | diff 8a187ee52b043f8201e7089e5e538974142722e0 Tue Oct 13 11:11:26 CDT 2015 Sagi Grimberg <sagig@mellanox.com> IB/mlx5: Support the new memory registration API
Support the new memory registration API by allocating a private page list array in mlx5_ib_mr and populate it when mlx5_ib_map_mr_sg is invoked. Also, support IB_WR_REG_MR by setting the exact WQE as IB_WR_FAST_REG_MR, just take the needed information from different places: - page_size, iova, length, access flags (ib_mr) - page array (mlx5_ib_mr) - key (ib_reg_wr)
The IB_WR_FAST_REG_MR handlers will be removed later when all the ULPs will be converted.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Doug Ledford <dledford@redhat.com>
|
H A D | mr.c | diff 8a187ee52b043f8201e7089e5e538974142722e0 Tue Oct 13 11:11:26 CDT 2015 Sagi Grimberg <sagig@mellanox.com> IB/mlx5: Support the new memory registration API
Support the new memory registration API by allocating a private page list array in mlx5_ib_mr and populate it when mlx5_ib_map_mr_sg is invoked. Also, support IB_WR_REG_MR by setting the exact WQE as IB_WR_FAST_REG_MR, just take the needed information from different places: - page_size, iova, length, access flags (ib_mr) - page array (mlx5_ib_mr) - key (ib_reg_wr)
The IB_WR_FAST_REG_MR handlers will be removed later when all the ULPs will be converted.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Doug Ledford <dledford@redhat.com>
|
H A D | mlx5_ib.h | diff 8a187ee52b043f8201e7089e5e538974142722e0 Tue Oct 13 11:11:26 CDT 2015 Sagi Grimberg <sagig@mellanox.com> IB/mlx5: Support the new memory registration API
Support the new memory registration API by allocating a private page list array in mlx5_ib_mr and populate it when mlx5_ib_map_mr_sg is invoked. Also, support IB_WR_REG_MR by setting the exact WQE as IB_WR_FAST_REG_MR, just take the needed information from different places: - page_size, iova, length, access flags (ib_mr) - page array (mlx5_ib_mr) - key (ib_reg_wr)
The IB_WR_FAST_REG_MR handlers will be removed later when all the ULPs will be converted.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Doug Ledford <dledford@redhat.com>
|
H A D | qp.c | diff 8a187ee52b043f8201e7089e5e538974142722e0 Tue Oct 13 11:11:26 CDT 2015 Sagi Grimberg <sagig@mellanox.com> IB/mlx5: Support the new memory registration API
Support the new memory registration API by allocating a private page list array in mlx5_ib_mr and populate it when mlx5_ib_map_mr_sg is invoked. Also, support IB_WR_REG_MR by setting the exact WQE as IB_WR_FAST_REG_MR, just take the needed information from different places: - page_size, iova, length, access flags (ib_mr) - page array (mlx5_ib_mr) - key (ib_reg_wr)
The IB_WR_FAST_REG_MR handlers will be removed later when all the ULPs will be converted.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Doug Ledford <dledford@redhat.com>
|
H A D | main.c | diff 8a187ee52b043f8201e7089e5e538974142722e0 Tue Oct 13 11:11:26 CDT 2015 Sagi Grimberg <sagig@mellanox.com> IB/mlx5: Support the new memory registration API
Support the new memory registration API by allocating a private page list array in mlx5_ib_mr and populate it when mlx5_ib_map_mr_sg is invoked. Also, support IB_WR_REG_MR by setting the exact WQE as IB_WR_FAST_REG_MR, just take the needed information from different places: - page_size, iova, length, access flags (ib_mr) - page array (mlx5_ib_mr) - key (ib_reg_wr)
The IB_WR_FAST_REG_MR handlers will be removed later when all the ULPs will be converted.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Doug Ledford <dledford@redhat.com>
|