diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 62fb9c61b3547df7c8feffca35f4be63fe68ad51..22a71397db010a588d6ee1be09df63b97b235558 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -243,7 +243,8 @@ enum ib_atomic_cap { }; enum ib_odp_general_cap_bits { - IB_ODP_SUPPORT = 1 << 0, + IB_ODP_SUPPORT = 1 << 0, + IB_ODP_SUPPORT_IMPLICIT = 1 << 1, }; enum ib_odp_transport_cap_bits {