numam-dpdk/drivers/net/mlx4
Matan Azrad 5f4677c6ad 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>
2017-08-03 23:10:27 +02:00
..
Makefile net/mlx4: workaround verbs error after plug-out 2017-08-03 23:10:27 +02:00
mlx4_flow.c net/mlx4: fix flow creation before start 2017-07-31 19:58:41 +02:00
mlx4_flow.h net/mlx4: support flow API RSS action 2017-07-06 15:00:57 +02:00
mlx4.c net/mlx4: fix probe failure report 2017-07-31 19:58:41 +02:00
mlx4.h net/mlx4: workaround verbs error after plug-out 2017-08-03 23:10:27 +02:00
rte_pmd_mlx4_version.map mlx4: move to drivers/net/ 2015-05-22 16:06:22 +02:00