提交 25bf14d6 编写于 作者: A Artemy Kovalyov 提交者: Doug Ledford

IB/core: Add implicit MR flag

Add flag IB_ODP_SUPPORT_IMPLICIT indicating implicit MR supported.
Signed-off-by: NArtemy Kovalyov <artemyko@mellanox.com>
Signed-off-by: NLeon Romanovsky <leon@kernel.org>
Signed-off-by: NDoug Ledford <dledford@redhat.com>
上级 4be6da1e
...@@ -243,7 +243,8 @@ enum ib_atomic_cap { ...@@ -243,7 +243,8 @@ enum ib_atomic_cap {
}; };
enum ib_odp_general_cap_bits { 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 { enum ib_odp_transport_cap_bits {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册