]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit00dbe4e6e04f1cdaab57478037f72aa56ff1fc08
tree021e855ec65bfcddc393f00faa9b0c40eae3e98f
parent2f69e9c83dd40d3782259db536eadf51e95857cc
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