On Wed, Feb 05, 2020 at 10:13:54AM +0200, Kamal Heib wrote: > Make sure to set the active_mtu attribute to avoid report the following > invalid value: > > $ ibv_devinfo -d siw0 | grep active_mtu > active_mtu: invalid MTU (0) > > Fixes: 303ae1cdfdf7 ("rdma/siw: application interface") > Signed-off-by: Kamal Heib <kamalheib1@xxxxxxxxx> > Reviewed-by: Gal Pressman <galpress@xxxxxxxxxx> > Reviewed-by: Bernard Metzler <bmt@xxxxxxxxxxxxxx> > --- > drivers/infiniband/sw/siw/siw_verbs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This isn't really rc worthy as it has always been broken Applied to for-next, thanks Jason