12/05/2019 19:17, Shahaf Shuler: > Sunday, May 12, 2019 3:15 PM, Shahaf Shuler: > > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: fix device removal handler for > > multiport device > > > > Sunday, May 12, 2019 11:32 AM, Viacheslav Ovsiienko: > > > Subject: [dpdk-dev] [PATCH v2] net/mlx5: fix device removal handler > > > for multiport device > > > > > > 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 for. > > > > > > Fixes: 028b2a28c3cb ("net/mlx5: update event handler for multiport IB > > > devices") > > > > > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@mellanox.com> > > > > Acked-by: Shahaf Shuler <shah...@mellanox.com> > > > > Thomas, Ferruh, > > This one is a critical fix for mlx5. w/o it will break the support for > > failsafe at > > azure. > > > > Can you consider to integrate it? > > Applied it also to next-net-mlx, thanks.
Pulled in master