Re: Re: [PATCH] RDMA/rxe: Fix mismatched max_msg_sz

From: Leon Romanovsky
Date: Tue Dec 17 2024 - 09:38:34 EST


On Tue, Dec 17, 2024 at 11:37:45AM +0800, zhenwei pi wrote:
>
>
> On 12/17/24 00:47, Zhu Yanjun wrote:
> > 在 2024/12/16 13:19, zhenwei pi 写道:
> > > User mode queries max_msg_sz as 0x800000 by command 'ibv_devinfo -v',
> > > however ibv_post_send/ibv_post_recv has a limit of 2^31. Fix this
> > > mismatched information.
> > >
> >
> > This is a buf fix. Perhaps Fixes tag is needed?
> >
>
> Hi,
>
> Please amend this on applying patch:
> Fixes: f605f26ea196 ("RDMA/rxe: Protect QP state with qp->state_lock")
> Fixes: 5bf944f24129 ("RDMA/rxe: Add error messages")
>
> If v2 is needed, please let me know.

There is no need, I added them manually.

Thanks