]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rds-multipath-datastructures'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 20:45:24 +0000 (16:45 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 20:45:24 +0000 (16:45 -0400)
commitdd1ce7489f2098ae60fc975abf05cebd08a7efa8
treeb5eba2ec540563f39e3932d070f3acbc79b92e20
parent9fe48ef32ce95b5bad005766c8351d43697ac49a
parenta01919027dbfac1395d7348d4b5e0210e5381172
Merge branch 'rds-multipath-datastructures'

Sowmini Varadhan says:

====================
RDS:TCP data structure changes for multipath support

The second installment of changes to enable multipath support in
RDS-TCP. This series implements the changes in rds-tcp so that the
rds_conn_path has a pointer to the rds_tcp_connection in cp_transport_data.
Struct rds_tcp_connection keeps track of the inet_sk per path in
t_sock. The ->sk_user_data in turn is a pointer to the rds_conn_path.
With this set of changes, rds_tcp has the needed plumbing to handle
multiple paths(socket) per rds_connection.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>