From 725e090a94d5bd1be08286ce1451223f34575f0a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 28 Aug 2010 07:12:26 +0000 Subject: [PATCH] Print an informational message instead of an error message for MRA (Message Receipt Acknowledgement) messages. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2016 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 418e873d9..96809fc81 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2720,7 +2720,10 @@ static int srpt_cm_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event) srpt_cm_rep_error(cm_id); break; case IB_CM_DREQ_ERROR: - PRINT_INFO("%s", "Received IB_CM_DREQ_ERROR event."); + PRINT_INFO("%s", "Received IB DREQ ERROR event."); + break; + case IB_CM_MRA_RECEIVED: + PRINT_INFO("%s", "Received IB MRA event"); break; default: PRINT_ERROR("received unrecognized IB CM event %d",