net/mlx4: workaround verbs error after plug-out
authorMatan Azrad <matan@mellanox.com>
Wed, 2 Aug 2017 19:00:50 +0000 (22:00 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 3 Aug 2017 21:10:27 +0000 (23:10 +0200)
commit5f4677c6ad5e16e36497afb564a94a5d35fed35a
tree5bc46d4949cc45dc3c46c966d6da50218ef8f0c8
parentf7a58af502e08368a267886535367f205d4a5de6
net/mlx4: workaround verbs error after plug-out

Current mlx4 OFED version has bug which returns error to
ibv destroy functions when the device was plugged out, in
spite of the resources were destroyed correctly.

Hence, failsafe PMD was aborted, only in debug mode, when
it tries to remove the device in plug-out process.

The workaround added option to replace all claim_zero
assertions with debugging messages, by the way, this option
affects non ibv destroy assertions.

DPDK 18.02 release should work with Mellanox OFED-4.2 which will
include the verbs fix to this bug, then, this patch can
be removed.

Signed-off-by: Matan Azrad <matan@mellanox.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
config/common_base
doc/guides/nics/mlx4.rst
drivers/net/mlx4/Makefile
drivers/net/mlx4/mlx4.h