mbox series

[for-rc,0/6] EFA updates 2019-05-28

Message ID 20190528124618.77918-1-galpress@amazon.com (mailing list archive)
Headers show
Series EFA updates 2019-05-28 | expand

Message

Gal Pressman May 28, 2019, 12:46 p.m. UTC
Hi,

This series introduces misc updates that were discussed on-list to the
EFA driver.

I've sent this series to for-rc as EFA is a new driver and there's no
real regression danger here, but I'm fine with applying these changes to
for-next instead.

Thanks,
Gal

Gal Pressman (6):
  RDMA/efa: Remove MAYEXEC flag check from mmap flow
  RDMA/efa: Use kvzalloc instead of kzalloc with fallback
  RDMA/efa: Remove unneeded admin commands abort flow
  RDMA/efa: Use API to get contiguous memory blocks aligned to device
    supported page size
  RDMA/efa: Use rdma block iterator in chunk list creation
  RDMA/efa: Remove unused includes

 drivers/infiniband/hw/efa/efa.h         |   2 -
 drivers/infiniband/hw/efa/efa_com.c     |  74 +----------
 drivers/infiniband/hw/efa/efa_com.h     |   1 -
 drivers/infiniband/hw/efa/efa_com_cmd.c |   1 -
 drivers/infiniband/hw/efa/efa_verbs.c   | 157 ++++++++----------------
 5 files changed, 49 insertions(+), 186 deletions(-)

Comments

Jason Gunthorpe May 29, 2019, 4:21 p.m. UTC | #1
On Tue, May 28, 2019 at 03:46:12PM +0300, Gal Pressman wrote:
> Hi,
> 
> This series introduces misc updates that were discussed on-list to the
> EFA driver.
> 
> I've sent this series to for-rc as EFA is a new driver and there's no
> real regression danger here, but I'm fine with applying these changes to
> for-next instead.
> 
> Thanks,
> Gal
> 
> Gal Pressman (6):
>   RDMA/efa: Remove MAYEXEC flag check from mmap flow

This is the only one worth going to -rc

>   RDMA/efa: Use kvzalloc instead of kzalloc with fallback
>   RDMA/efa: Remove unneeded admin commands abort flow
>   RDMA/efa: Use rdma block iterator in chunk list creation
>   RDMA/efa: Remove unused includes

This went to for-next

>   RDMA/efa: Use API to get contiguous memory blocks aligned to device
>     supported page size

This one needs some discussion

Thanks,
Jason