diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2018-01-26 15:16:46 -0700 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-01-29 12:58:34 -0700 |
commit | beb801ac51be3e024edef435333198d59ccfbb8f (patch) | |
tree | d713ebb4cecea250eb02841cadd91d3306035456 /include/rdma | |
parent | 0812ed13217827d3c84cb7e5cb267c787d94d0a4 (diff) | |
download | linux-stable-beb801ac51be3e024edef435333198d59ccfbb8f.tar.gz linux-stable-beb801ac51be3e024edef435333198d59ccfbb8f.tar.bz2 linux-stable-beb801ac51be3e024edef435333198d59ccfbb8f.zip |
RDMA: Move enum ib_cq_creation_flags to uapi headers
The flags field the enum is used with comes directly from the uapi
so it belongs in the uapi headers for clarity and so userspace can
use it.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_verbs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 5e32fe781ca3..0b2942586840 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -300,11 +300,6 @@ struct ib_tm_caps { u32 max_sge; }; -enum ib_cq_creation_flags { - IB_CQ_FLAGS_TIMESTAMP_COMPLETION = 1 << 0, - IB_CQ_FLAGS_IGNORE_OVERRUN = 1 << 1, -}; - struct ib_cq_init_attr { unsigned int cqe; int comp_vector; |