From: Leon Romanovsky <leonro@xxxxxxxxxx> Hi, This series removes existing limitation from DevX UMEM and allows user space to specify the page sizes which it can accept. Thanks Jason Gunthorpe (1): RDMA/mlx5: Allow larger pages in DevX umem Yishai Hadas (2): IB/core: Drop WARN_ON() from ib_umem_find_best_pgsz() IB/core: Split uverbs_get_const/default to consider target type drivers/infiniband/core/umem.c | 4 -- drivers/infiniband/core/uverbs_ioctl.c | 32 ++++++++-- drivers/infiniband/hw/mlx5/devx.c | 64 ++++++++++++++++--- drivers/infiniband/hw/mlx5/main.c | 1 + include/rdma/uverbs_ioctl.h | 80 ++++++++++++++++++++---- include/uapi/rdma/mlx5_user_ioctl_cmds.h | 1 + 6 files changed, 151 insertions(+), 31 deletions(-) -- 2.29.2