mbox series

[for-next,0/5] RDMA/rxe: Fix rxe_alloc() bug

Message ID 20210122042313.3336-1-rpearson@hpe.com (mailing list archive)
Headers show
Series RDMA/rxe: Fix rxe_alloc() bug | expand

Message

Bob Pearson Jan. 22, 2021, 4:23 a.m. UTC
This short series of patches corrects a bug introduced and
then addresses several issues raised during discussion
of the bug and the proposed fix.

The first patch fixes a real bug but the other four are
stylistic and cleanup changes.

Signed-off-by: Bob Pearson <rpearson@hpe.com>
*** BLURB HERE ***

Bob Pearson (5):
  RDMA/rxe: Fix bug in rxe_alloc
  RDMA/rxe: Fix misleading comments and names
  RDMA/rxe: Remove RXE_POOL_ATOMIC
  RDMA/rxe: Remove calls to ib_device_try_get/put
  RDMA/rxe: Remove unneeded pool->flag

 drivers/infiniband/sw/rxe/rxe_mcast.c |  8 +--
 drivers/infiniband/sw/rxe/rxe_pool.c  | 90 ++++++++++-----------------
 drivers/infiniband/sw/rxe/rxe_pool.h  | 62 ++++++++----------
 3 files changed, 63 insertions(+), 97 deletions(-)