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(-) -- 2.31.1