On Mon, Aug 29, 2022 at 04:12:18PM +0900, Daisuke Matsuda wrote: > An incoming Read request causes multiple Read responses. If a user MR to > copy data from is unavailable or responder cannot send a reply, then the > error messages can be printed for each response attempt, resulting in > message overflow. > > Signed-off-by: Daisuke Matsuda <matsuda-daisuke@xxxxxxxxxxx> > --- > v2 > Stop passing unused value to 'err', as commented by Cheng Xu > > drivers/infiniband/sw/rxe/rxe_resp.c | 10 +++------- > 1 file changed, 3 insertions(+), 7 deletions(-) > Thanks, applied.