aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorHadar Hen Zion <hadarh@mellanox.com>2013-08-14 06:58:30 -0400
committerRoland Dreier <roland@purestorage.com>2013-08-28 12:53:14 -0400
commit436f2ad05a0b65b1467ddf51bc68171c381bf844 (patch)
treea013d7f58085a5a89b237172354e011206107eae /include/rdma
parent400dbc96583ff3b8ad4c09bd7e9dcd35a6215922 (diff)
IB/core: Export ib_create/destroy_flow through uverbs
Implement ib_uverbs_create_flow() and ib_uverbs_destroy_flow() to support flow steering for user space applications. Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_verbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 6f874b00491a..274205d4df97 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -954,6 +954,7 @@ struct ib_ucontext {
954 struct list_head srq_list; 954 struct list_head srq_list;
955 struct list_head ah_list; 955 struct list_head ah_list;
956 struct list_head xrcd_list; 956 struct list_head xrcd_list;
957 struct list_head rule_list;
957 int closing; 958 int closing;
958}; 959};
959 960