On Tue, May 28, 2019 at 08:43:20AM +0000, Michal Kalderon wrote: > > From: linux-rdma-owner@xxxxxxxxxxxxxxx <linux-rdma- > > owner@xxxxxxxxxxxxxxx> On Behalf Of Jason Gunthorpe > > > > On Mon, May 20, 2019 at 12:33:20PM +0300, Michal Kalderon wrote: > > > From: Sagiv Ozeri <sagiv.ozeri@xxxxxxxxxxx> > > > > > > Use the correct enum value introduced in commit 12113a35ada6 > > > ("IB/core: Add HDR speed enum") Prior to this change a 50Gbps port > > > would show 40Gbps. > > > > > > This patch also cleaned up the redundant redefiniton of ib speeds for > > > qedr. > > > > > > Fixes: 12113a35ada6 ("IB/core: Add HDR speed enum") > > > Signed-off-by: Sagiv Ozeri <sagiv.ozeri@xxxxxxxxxxx> > > > Signed-off-by: Michal Kalderon <michal.kalderon@xxxxxxxxxxx> > > > v1 --> v2 > > > Removed empty line after "Fixes" > > > > > > drivers/infiniband/hw/qedr/verbs.c | 25 +++++++++---------------- > > > 1 file changed, 9 insertions(+), 16 deletions(-) > > > > Applied to for-next, thanks > > > > Jason > Thanks Jason, this patch was actually intended for rc as it is a bug fix. > Could you please apply it to for-rc branch ? It is sort of too late now, and the commit message is no really -rc quality Jason