Re: [dpdk-dev] [PATCH] net/mlx5: activate Verbs cleanup on removal

2018-07-03 Thread Shahaf Shuler
Monday, July 2, 2018 9:58 PM, Yongseok Koh: > Subject: Re: [dpdk-dev] [PATCH] net/mlx5: activate Verbs cleanup on > removal > > > > On Jul 1, 2018, at 10:13 PM, Matan Azrad wrote: > > > > Starting from rdma-core v19, Mellanox OFED 4.4, the Verbs resources > &

Re: [dpdk-dev] [PATCH] net/mlx5: activate Verbs cleanup on removal

2018-07-02 Thread Yongseok Koh
> On Jul 1, 2018, at 10:13 PM, Matan Azrad wrote: > > Starting from rdma-core v19, Mellanox OFED 4.4, the Verbs resources > cleanup is properly activated in plug-out process while setting the > MLX5_DEVICE_FATAL_CLEANUP environment variable to 1. > > Set the aforementioned variable to 1. > >

[dpdk-dev] [PATCH] net/mlx5: activate Verbs cleanup on removal

2018-07-01 Thread Matan Azrad
Starting from rdma-core v19, Mellanox OFED 4.4, the Verbs resources cleanup is properly activated in plug-out process while setting the MLX5_DEVICE_FATAL_CLEANUP environment variable to 1. Set the aforementioned variable to 1. Signed-off-by: Matan Azrad --- drivers/net/mlx5/mlx5.c | 5 + 1