Skip to content

Commit

Permalink
UCT/IB/MLX5: Accel requires AV
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemy-Mellanox committed Oct 11, 2018
1 parent 61d1c6c commit d56b499
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/m4/ib.m4
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ AS_IF([test "x$with_ib" == xyes],
AC_CHECK_DECLS([ibv_alloc_td],
[has_res_domain=yes], [], [[#include <infiniband/verbs.h>]])])
AS_IF([test "x$has_res_domain" == xyes], [], [
AC_MSG_WARN([Cannot use mlx5 accel because resource domains are not supported])
AC_MSG_WARN([Please upgrade MellanoxOFED to 3.1 or above])
AS_IF([test "x$has_res_domain" == xyes -a "x$has_get_av" == xyes ], [], [
with_mlx5_hw=no])
AS_IF([test "x$with_mlx5_hw" == xyes],
Expand Down

0 comments on commit d56b499

Please sign in to comment.