commit | 1f9ecd7eacfd9ee52a114b87292bfe885aafdb1f | [log] [tgz] |
---|---|---|
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | Mon Jun 13 09:44:34 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 14 23:50:43 2016 -0700 |
tree | 021e855ec65bfcddc393f00faa9b0c40eae3e98f | |
parent | 780a6d9e16d1827eb97c2497d7814fe34d280c15 [diff] |
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>