Skip to content

Commit b4a816c

Browse files
committed
issue: 1557652 BF is supported for upstream on VMs"
This reverts commit cf04c89.
1 parent 2cbf9cb commit b4a816c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/vma/dev/qp_mgr_eth_mlx5.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ static bool is_bf(struct ibv_context *ib_ctx)
9090
static off_t offset = VMA_MLX5_MMAP_GET_WC_PAGES_CMD << VMA_MLX5_IB_MMAP_CMD_SHIFT;
9191
char *env;
9292

93-
#if defined(DEFINED_VERBS_VERSION) && (DEFINED_VERBS_VERSION == 3)
94-
/* This limitation is done for RM: 1557652 */
95-
if (safe_mce_sys().hypervisor != mce_sys_var::HYPER_NONE) {
96-
return false;
97-
}
98-
#endif
99-
10093
env = getenv("MLX5_SHUT_UP_BF");
10194
if (!env || !strcmp(env, "0")) {
10295
/*

0 commit comments

Comments
 (0)