OSDN Git Service

RDS: Pass rds_conn_path to rds_send_xmit()
authorSowmini Varadhan <sowmini.varadhan@oracle.com>
Mon, 13 Jun 2016 16:44:34 +0000 (09:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 06:50:43 +0000 (23:50 -0700)
commit1f9ecd7eacfd9ee52a114b87292bfe885aafdb1f
tree021e855ec65bfcddc393f00faa9b0c40eae3e98f
parent780a6d9e16d1827eb97c2497d7814fe34d280c15
RDS: Pass rds_conn_path to rds_send_xmit()

Pass a struct rds_conn_path to rds_send_xmit so that MP capable
transports can transmit packets on something other than c_path[0].
The eventual goal for MP capable transports is to hash the rds
socket to a path based on the bound local address/port, and use
this path as the argument to rds_send_xmit()

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib_cm.c
net/rds/rds.h
net/rds/send.c
net/rds/threads.c