X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Frdma%2Frdma_cm_ib.h;h=9b176df1d66706d2eef11daff8409a93464365fa;hb=refs%2Fheads%2Fvserver;hp=e8c3af1804d469e84053d9232897296fca587f65;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/rdma/rdma_cm_ib.h b/include/rdma/rdma_cm_ib.h index e8c3af180..9b176df1d 100644 --- a/include/rdma/rdma_cm_ib.h +++ b/include/rdma/rdma_cm_ib.h @@ -44,4 +44,7 @@ int rdma_set_ib_paths(struct rdma_cm_id *id, struct ib_sa_path_rec *path_rec, int num_paths); +/* Global qkey for UD QPs and multicast groups. */ +#define RDMA_UD_QKEY 0x01234567 + #endif /* RDMA_CM_IB_H */