mbox series

[for-next,0/2] create_user_ah introduction fixups

Message ID 20201115103404.48829-1-galpress@amazon.com (mailing list archive)
Headers show
Series create_user_ah introduction fixups | expand

Message

Gal Pressman Nov. 15, 2020, 10:34 a.m. UTC
The first patch fixes the create_ah NULL check to only happen in case of
kernel AH (!udata).
The second patch removes the create_ah callback from EFA as it does not
support kverbs.

Thanks,
Gal

Gal Pressman (2):
  RDMA/core: Check .create_ah is not NULL only in case it's needed
  RDMA/efa: Remove .create_ah callback assignment

 drivers/infiniband/core/verbs.c      | 2 +-
 drivers/infiniband/hw/efa/efa_main.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Jason Gunthorpe Nov. 16, 2020, 8:52 p.m. UTC | #1
On Sun, Nov 15, 2020 at 12:34:01PM +0200, Gal Pressman wrote:
> The first patch fixes the create_ah NULL check to only happen in case of
> kernel AH (!udata).
> The second patch removes the create_ah callback from EFA as it does not
> support kverbs.
> 
> Thanks,
> Gal
> 
> Gal Pressman (2):
>   RDMA/core: Check .create_ah is not NULL only in case it's needed
>   RDMA/efa: Remove .create_ah callback assignment

I squashed them together, thanks

Jason