]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/rdma/rdma_user_cm.h
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-linus
[karo-tx-linux.git] / include / rdma / rdma_user_cm.h
index c55705460b87f1f57995798c6f2aa6a63bc71aaf..1d165022c02d55880b16b42111ba590983141bab 100644 (file)
@@ -215,12 +215,14 @@ struct rdma_ucm_event_resp {
 
 /* Option levels */
 enum {
-       RDMA_OPTION_ID          = 0
+       RDMA_OPTION_ID          = 0,
+       RDMA_OPTION_IB          = 1
 };
 
 /* Option details */
 enum {
-       RDMA_OPTION_ID_TOS      = 0
+       RDMA_OPTION_ID_TOS      = 0,
+       RDMA_OPTION_IB_PATH     = 1
 };
 
 struct rdma_ucm_set_option {