Searched hist:beb205dd67aaa4315dedf5c40b47c6e9dee5a469 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_verbs.c | diff beb205dd67aaa4315dedf5c40b47c6e9dee5a469 Wed Feb 05 02:13:54 CST 2020 Kamal Heib <kamalheib1@gmail.com> RDMA/siw: Fix setting active_mtu attribute
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") Link: https://lore.kernel.org/r/20200205081354.30438-1-kamalheib1@gmail.com Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Reviewed-by: Gal Pressman <galpress@amazon.com> Reviewed-by: Bernard Metzler <bmt@zurich.ibm.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|