mbox series

[for-next,0/5] RDMA/efa: Cleanups and minor improvements

Message ID 20240624160918.27060-1-mrgolin@amazon.com (mailing list archive)
Headers show
Series RDMA/efa: Cleanups and minor improvements | expand

Message

Margolin, Michael June 24, 2024, 4:09 p.m. UTC
This series contains few cleanups and improvements that were laying
around.

Gal Pressman (1):
  RDMA/efa: Use offset_in_page() function

Michael Margolin (2):
  RDMA/efa: Move type conversion helpers to efa.h
  RDMA/efa: Align private func names to a single convention

Yonatan Nachum (2):
  RDMA/efa: Remove duplicate aenq enable macro
  RDMA/efa: Validate EQ array out of bounds reach

 drivers/infiniband/hw/efa/efa.h       |  41 +++-
 drivers/infiniband/hw/efa/efa_main.c  |   2 +-
 drivers/infiniband/hw/efa/efa_verbs.c | 333 +++++++++++---------------
 3 files changed, 174 insertions(+), 202 deletions(-)

Comments

Jason Gunthorpe June 26, 2024, 5:55 p.m. UTC | #1
On Mon, Jun 24, 2024 at 04:09:13PM +0000, Michael Margolin wrote:

>   RDMA/efa: Use offset_in_page() function
>   RDMA/efa: Remove duplicate aenq enable macro

I took these two into for-next. It seems the others have comments.

Thanks,
Jason