]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rds: Add Automatic Path Migration support
authorDotan Barak <dotanb@dev.mellanox.co.il>
Mon, 24 Sep 2012 18:25:51 +0000 (20:25 +0200)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Wed, 8 Jul 2015 19:26:00 +0000 (12:26 -0700)
commit0450787ea5432e4243c9e751d65ab692bfa6a427
tree0ad0f2b4786d26fdef30df35eaf9a4f81e0d4680
parent20de32da9b954686543a719c2644f483948a405e
rds: Add Automatic Path Migration support

RDS APM supports automatic connection failover in case of path
failure, and connection failback when the path recovers.

RDS APM is enabled by module parameter rds_ib_enable_apm (disabled by
default).

Signed-off-by: Bang Nguyen <bang.nguyen@oracle.com>
15 files changed:
include/linux/rds.h
net/rds/af_rds.c
net/rds/connection.c
net/rds/ib.c
net/rds/ib.h
net/rds/ib_cm.c
net/rds/ib_rdma.c
net/rds/ib_recv.c
net/rds/ib_ring.c
net/rds/ib_stats.c
net/rds/rdma_transport.c
net/rds/rds.h
net/rds/recv.c
net/rds/send.c
net/rds/threads.c