Linux Kernel
3.7.1
|
#include <rdma/rdma_cm.h>
Go to the source code of this file.
Macros | |
#define | RDMA_UDP_QKEY 0x01234567 |
Functions | |
int | rdma_set_ib_paths (struct rdma_cm_id *id, struct ib_sa_path_rec *path_rec, int num_paths) |
#define RDMA_UDP_QKEY 0x01234567 |
Definition at line 52 of file rdma_cm_ib.h.
int rdma_set_ib_paths | ( | struct rdma_cm_id * | id, |
struct ib_sa_path_rec * | path_rec, | ||
int | num_paths | ||
) |
rdma_set_ib_paths - Manually sets the path records used to establish a connection. : Connection identifier associated with the request. : Reference to the path record
This call permits a user to specify routing information for rdma_cm_id's bound to Infiniband devices. It is called on the client side of a connection and replaces the call to rdma_resolve_route.