]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rds: tcp: canonical connection order for all paths with index > 0
authorSowmini Varadhan <sowmini.varadhan@oracle.com>
Wed, 31 May 2017 19:11:20 +0000 (12:11 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Sat, 10 Jun 2017 00:48:14 +0000 (17:48 -0700)
commit411f45d3d00b20a29098c5763e61cabdb7d86cb4
treed5a17b2952297c0bf4de43b6b631c4f5690118ac
parent25636838019db7e8eb2ac505125e2741911be070
rds: tcp: canonical connection order for all paths with index > 0

The rds_connect_worker() has a bug in the check that enforces the
canonical connection order described in the comments of
rds_tcp_state_change(). The intention is to make sure that all
the multipath connections are always initiated by the smaller IP
address via rds_start_mprds. To achieve this, rds_connection_worker
should check that cp_index > 0.

Orabug: 26241322

(Cherry-pick of upstream 087d975353d0cc9b7536d6ef46cd9303fceb2e17)

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/threads.c