Re: [dpdk-dev] [PATCH v2] net/mlx4: workaround to verbs wrong error return

2017-08-03 Thread Thomas Monjalon
02/08/2017 21:00, Matan Azrad: > 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

[dpdk-dev] [PATCH v2] net/mlx4: workaround to verbs wrong error return

2017-08-02 Thread Matan Azrad
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 opt