On 11/06/2018 05:21 PM, Jason Gunthorpe wrote: > On Mon, Nov 05, 2018 at 03:07:30PM +0100, Ursula Braun wrote: >> The mlx4 driver does not trigger an IB_EVENT_PORT_ACTIVE when the >> RoCE network interface is activated. When SMC determines the RoCE >> device port to be used, it checks the port states. >> This patch triggers IB events for NETDEV_UP and NETDEV_DOWN. >> >> Signed-off-by: Ursula Braun <ubraun@xxxxxxxxxxxxx> >> --- >> drivers/infiniband/hw/mlx4/main.c | 27 +++++++++++++++++++++++++++ >> drivers/infiniband/hw/mlx4/mlx4_ib.h | 1 + >> 2 files changed, 28 insertions(+) > > Change log? I am going to resend the patch as V3 with change log. > > You never answered Leon in the v1 discussion either. I answered late, see: 09/05/2018: Re: [PATCH 1/1] mlx4: trigger IB events needed by SMC 09/05/2018: Re: [RFC PATCH 1/1] mlx4: trigger IB events needed by SMC and Leons reply: 09/11/2018: Re: [RFC PATCH 1/1] mlx4: trigger IB events needed by SMC > > Jason >