mbox series

[for-rc,0/4] RDMA/erdma: erdma fixes 3-20-2023

Message ID 20230320084652.16807-1-chengyou@linux.alibaba.com (mailing list archive)
Headers show
Series RDMA/erdma: erdma fixes 3-20-2023 | expand

Message

Cheng Xu March 20, 2023, 8:46 a.m. UTC
Though there is an ongoing patch waiting Jason to take a look, this
series with small changes may be accepted with less discussion. So I
submit them first.

This series has some fixes for erdma driver:
- #1 fixes some typos.
- #2 updates the default EQ depth and max_send_wr for SQ.
- #3 inlines 4 mtt entries for FRMR to achieve the HW limitation.
- #4 defers probing flow if netdevice does not exist temporarily.

Thanks,
Cheng Xu

Cheng Xu (4):
  RDMA/erdma: Fix some typos
  RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192
  RDMA/erdma: Inline mtt entries into WQE if supported
  RDMA/erdma: Defer probing if netdevice can not be found

 drivers/infiniband/hw/erdma/erdma_cq.c    | 2 +-
 drivers/infiniband/hw/erdma/erdma_hw.h    | 4 ++--
 drivers/infiniband/hw/erdma/erdma_main.c  | 2 +-
 drivers/infiniband/hw/erdma/erdma_qp.c    | 4 ++--
 drivers/infiniband/hw/erdma/erdma_verbs.h | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

Comments

Leon Romanovsky March 20, 2023, 10:53 a.m. UTC | #1
On Mon, 20 Mar 2023 16:46:48 +0800, Cheng Xu wrote:
> Though there is an ongoing patch waiting Jason to take a look, this
> series with small changes may be accepted with less discussion. So I
> submit them first.
> 
> This series has some fixes for erdma driver:
> - #1 fixes some typos.
> - #2 updates the default EQ depth and max_send_wr for SQ.
> - #3 inlines 4 mtt entries for FRMR to achieve the HW limitation.
> - #4 defers probing flow if netdevice does not exist temporarily.
> 
> [...]

Applied, thanks!

[1/4] RDMA/erdma: Fix some typos
      https://git.kernel.org/rdma/rdma/c/3fe26c0493e4c2
[2/4] RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192
      https://git.kernel.org/rdma/rdma/c/6256aa9ae955d1
[3/4] RDMA/erdma: Inline mtt entries into WQE if supported
      https://git.kernel.org/rdma/rdma/c/0dd83a4d775671
[4/4] RDMA/erdma: Defer probing if netdevice can not be found
      https://git.kernel.org/rdma/rdma/c/6bd1bca858f173

Best regards,