On Tue, Jul 05, 2022 at 06:08:36PM -0500, Shiraz Saleem wrote: > From: Mustafa Ismail <mustafa.ismail@xxxxxxxxx> > > x722 does not support 1GB page size but the irdma driver > incorrectly advertises 1GB page size support for x722 device > to ib_core to compute the best page size to use on this MR. > This could lead to incorrect start offsets computed by > hardware on the MR. > > Fixes: b48c24c2d710 ("RDMA/irdma: Implement device supported verb APIs") > Signed-off-by: Mustafa Ismail <mustafa.ismail@xxxxxxxxx> > Signed-off-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> > --- > drivers/infiniband/hw/irdma/i40iw_hw.c | 1 + > drivers/infiniband/hw/irdma/icrdma_hw.c | 1 + > drivers/infiniband/hw/irdma/irdma.h | 1 + > drivers/infiniband/hw/irdma/verbs.c | 4 ++-- > 4 files changed, 5 insertions(+), 2 deletions(-) Applied to for-rc, thanks Jason