Re: [dpdk-dev] [PATCH v2 1/1] net/mlx5: fix sharing context destroy order

2019-04-07 Thread Shahaf Shuler
Friday, April 5, 2019 4:29 PM, Viacheslav Ovsiienko: > Subject: [dpdk-dev] [PATCH v2 1/1] net/mlx5: fix sharing context destroy > order > > At the mlx5 device closing the shared IB context was destroyed before > cleanup routines completion. As it was found on some setups (Netlink f

[dpdk-dev] [PATCH v2 1/1] net/mlx5: fix sharing context destroy order

2019-04-05 Thread Viacheslav Ovsiienko
At the mlx5 device closing the shared IB context was destroyed before cleanup routines completion. As it was found on some setups (Netlink fails with old kernel drivers and we have to use sysfs to retrieve interface index, this requires IB device name, which is stored in shared context) the mlx5_nl