Hi,
I have found a work-around to achieve fail-over through IB bonding. I
am using OFED_1.5.2.
In the SDP module, sdp_cma_handler gets the
RDMA_CM_EVENT_ADDR_CHANGE(14) event at the time of link failure. At
present no handling is defined for this event so it goes to the
default switch case:
default:
printk(KERN_ERR "SDP: Unexpected CMA event: %d\n",
event->event);
rc = -ECONNABORTED;
break;
If I just comment out the "rc = -ECONNABORTED;" line and then load
this module, fail-over is functioning properly. But then I think that
if it is so easy then why is it not implemented yet?
Please provide your inputs on this.
Thanks,
Bhavin
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html