On Tue, Mar 07, 2023 at 06:29:23PM +0800, Cheng Xu wrote: > Hardware's page size is 4096, but the kernel's page size may vary. Driver > should use hardware's page size when communicating with hardware. > > Fixes: 155055771704 ("RDMA/erdma: Add verbs implementation") > Signed-off-by: Cheng Xu <chengyou@xxxxxxxxxxxxxxxxx> > --- > drivers/infiniband/hw/erdma/erdma_hw.h | 4 ++++ > drivers/infiniband/hw/erdma/erdma_verbs.c | 17 +++++++++-------- > 2 files changed, 13 insertions(+), 8 deletions(-) This patch applied to for-next Thanks, Jason