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