mbox series

[v2,for-next,0/3] irdma for-next updates 11-1-2022

Message ID 20221115011701.1379-1-shiraz.saleem@intel.com (mailing list archive)
Headers show
Series irdma for-next updates 11-1-2022 | expand

Message

Shiraz Saleem Nov. 15, 2022, 1:16 a.m. UTC
This series adds inline support when multiple SGE's are used
as well fixes for WC RQ completion opcodes and to not use level 2
PBLEs for virtual CQs.

v0-->v1:
-Fix 0-day warnings in Patch #2

v1->v2:
-Run the patches via clang and clear out 80 col and incorrect indentation hits
-Move static inline functions in Patch #2 to a header
-Use a local variable for the sge_list.length to avoid modifying the passed in parameter
in irdma_copy_inline_data & irdma_copy_inline_data_gen_1


Mustafa Ismail (3):
  RDMA/irdma: Fix inline for multiple SGE's
  RDMA/irdma: Fix RQ completion opcode
  RDMA/irdma: Do not request 2-level PBLEs for CQ alloc

 drivers/infiniband/hw/irdma/uk.c    | 170 +++++++++++++++++++++++-------------
 drivers/infiniband/hw/irdma/user.h  |  20 +----
 drivers/infiniband/hw/irdma/utils.c |   2 +
 drivers/infiniband/hw/irdma/verbs.c | 109 +++++++----------------
 drivers/infiniband/hw/irdma/verbs.h |  53 +++++++++++
 5 files changed, 195 insertions(+), 159 deletions(-)

Comments

Leon Romanovsky Nov. 17, 2022, 9:12 a.m. UTC | #1
On Mon, 14 Nov 2022 19:16:58 -0600, Shiraz Saleem wrote:
> This series adds inline support when multiple SGE's are used
> as well fixes for WC RQ completion opcodes and to not use level 2
> PBLEs for virtual CQs.
> 
> v0-->v1:
> -Fix 0-day warnings in Patch #2
> 
> [...]

Applied, thanks!

[1/3] RDMA/irdma: Fix inline for multiple SGE's
      https://git.kernel.org/rdma/rdma/c/4f44e519b6a945
[2/3] RDMA/irdma: Fix RQ completion opcode
      https://git.kernel.org/rdma/rdma/c/24419777e94311
[3/3] RDMA/irdma: Do not request 2-level PBLEs for CQ alloc
      https://git.kernel.org/rdma/rdma/c/8f7e2daa6336f9

Best regards,