Re: [dpdk-dev] [PATCH] net/mlx5: fix device removal handler for multiport device

2019-05-10 Thread Yongseok Koh
> On May 10, 2019, at 7:36 AM, Viacheslav Ovsiienko > wrote: > > IBV_EVENT_DEVICE_FATAL event is generated by the driver once for > the entire multiport Infiniband device, not for each existing ports. > The port index is zero and it causes dropping the device removal > event. We should invoke

[dpdk-dev] [PATCH] net/mlx5: fix device removal handler for multiport device

2019-05-10 Thread Viacheslav Ovsiienko
IBV_EVENT_DEVICE_FATAL event is generated by the driver once for the entire multiport Infiniband device, not for each existing ports. The port index is zero and it causes dropping the device removal event. We should invoke the removal event processing routine for each port we have installed handler