On Mon, Aug 27, 2018 at 08:44:12AM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Hi, > > This series from Parav cleans and refactors RXE code grouped together > by being related to RXE. For more deep explanation see relevant commit > messages. > > Thanks > > Parav Pandit (5): > IB/rxe: Simplify rxe_find_route() to avoid GID query for netdev > IB/rxe: Replace spinlock with rwlock > IB/rxe: Change pool state enums to capital letters > IB/rxe: Avoid NULL check when search is successful > IB/rxe: Refactor lookup memory function For the set, FWIW: Tested-by: Yuval Shaia <yuval.shaia@xxxxxxxxxx> > > drivers/infiniband/sw/rxe/rxe_mr.c | 35 ++++++++--------------- > drivers/infiniband/sw/rxe/rxe_net.c | 15 ++-------- > drivers/infiniband/sw/rxe/rxe_pool.c | 55 ++++++++++++++++++------------------ > drivers/infiniband/sw/rxe/rxe_pool.h | 6 ++-- > 4 files changed, 44 insertions(+), 67 deletions(-) > > -- > 2.14.4 >