mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
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
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user