On Thu, Oct 13, 2022 at 10:47:23AM +0900, Daisuke Matsuda wrote: > Currently, responder can reply packets with invalid payloads if it fails to > copy messages to the packets. Add an error handling in read_reply() to > inform a requesting node of the failure. > > Suggested-by: Li Zhijian <lizhijian@xxxxxxxxxxx> > Signed-off-by: Daisuke Matsuda <matsuda-daisuke@xxxxxxxxxxx> > Reviewed-by: Li Zhijian <lizhijian@xxxxxxxxxxx> > --- > FOR REVIEWERS: > I referred to IB Specification Vol 1-Revision-1.5 to make this patch. > Please see Ch.9.7.5.2.4, Ch.9.7.4.1.5 and Ch.9.7.5.1.3. > > drivers/infiniband/sw/rxe/rxe_resp.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) Both applied to for-next Thanks, Jason