Re: [PATCH 1/2] ksmbd: fix possibly wrong init value for RDMA buffer size

From: Namjae Jeon
Date: Mon Jan 06 2025 - 03:30:38 EST


On Mon, Jan 6, 2025 at 12:40 PM He Wang <xw897002528@xxxxxxxxx> wrote:
>
> Field `initiator_depth` is for incoming request.
>
> According to the man page, `max_qp_rd_atom` is the maximum number of
> outstanding packaets, and `max_qp_init_rd_atom` is the maximum depth of
> incoming requests.
>
> Signed-off-by: He Wang <xw897002528@xxxxxxxxx>
Applied your two patches to #ksmbd-for-next-next.
Thanks!