On Fri, Nov 04, 2022 at 06:49:57PM -0500, Shiraz Saleem wrote: > The active link speed is currently hard-coded in irdma_query_port due > to which the port rate in ibstatus does reflect the active link speed. > > Call ib_get_eth_speed in irdma_query_port to get the active link speed. > > Fixes: b48c24c2d710 ("RDMA/irdma: Implement device supported verb APIs") > Reported-by: Kamal Heib <kamalheib1@xxxxxxxxx> > Signed-off-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> > --- > drivers/infiniband/hw/irdma/verbs.c | 34 ++-------------------------------- > 1 file changed, 2 insertions(+), 32 deletions(-) I fixed title to be "RDMA/irdma ..." and applied to -next and not to -rc. Thanks