X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Frdma%2Frdma_cm_ib.h;h=950424b38f1605b17adc6d41a961e7f629cf0c01;hb=702ed6ef375c19d65f2eeeefd3851476f2c4cee4;hp=9b176df1d66706d2eef11daff8409a93464365fa;hpb=445722f97a0ecd3aed3f53d9f0dcaacaef8c6223;p=linux-2.6 diff --git a/include/rdma/rdma_cm_ib.h b/include/rdma/rdma_cm_ib.h index 9b176df1d6..950424b38f 100644 --- a/include/rdma/rdma_cm_ib.h +++ b/include/rdma/rdma_cm_ib.h @@ -44,7 +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 +/* Global qkey for UDP QPs and multicast groups. */ +#define RDMA_UDP_QKEY 0x01234567 #endif /* RDMA_CM_IB_H */