We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbf9cb commit b4a816cCopy full SHA for b4a816c
src/vma/dev/qp_mgr_eth_mlx5.cpp
@@ -90,13 +90,6 @@ static bool is_bf(struct ibv_context *ib_ctx)
90
static off_t offset = VMA_MLX5_MMAP_GET_WC_PAGES_CMD << VMA_MLX5_IB_MMAP_CMD_SHIFT;
91
char *env;
92
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
-
100
env = getenv("MLX5_SHUT_UP_BF");
101
if (!env || !strcmp(env, "0")) {
102
/*
0 commit comments