RDS: TCP: Hooks to set up a single connection path
This patch adds ->conn_path_connect callbacks in the rds_transport that are used to set up a single connection path. Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
2da43c4a1b
commit
b04e8554f7
@@ -328,7 +328,7 @@ extern struct list_head ib_nodev_conns;
|
||||
/* ib_cm.c */
|
||||
int rds_ib_conn_alloc(struct rds_connection *conn, gfp_t gfp);
|
||||
void rds_ib_conn_free(void *arg);
|
||||
int rds_ib_conn_connect(struct rds_connection *conn);
|
||||
int rds_ib_conn_path_connect(struct rds_conn_path *cp);
|
||||
void rds_ib_conn_path_shutdown(struct rds_conn_path *cp);
|
||||
void rds_ib_state_change(struct sock *sk);
|
||||
int rds_ib_listen_init(void);
|
||||
|
Reference in New Issue
Block a user