mbox series

[rdma-next,0/2] RDMA/rxe: Fix loopback marking

Message ID 20190129100850.18840-1-kamalheib1@gmail.com (mailing list archive)
Headers show
Series RDMA/rxe: Fix loopback marking | expand

Message

Kamal Heib Jan. 29, 2019, 10:08 a.m. UTC
This patch set includes two patches, the first one move the function
rxe_init_av() to a more global place and use it, the second patch
Improve marking loopback packets.

Kamal Heib (2):
  RDMA/rxe: Move rxe_init_av() to rxe_av.c
  RDMA/rxe: Improve loopback marking

 drivers/infiniband/sw/rxe/rxe_av.c    |  7 +++++++
 drivers/infiniband/sw/rxe/rxe_loc.h   |  1 +
 drivers/infiniband/sw/rxe/rxe_net.c   |  9 +++------
 drivers/infiniband/sw/rxe/rxe_qp.c    |  7 ++-----
 drivers/infiniband/sw/rxe/rxe_verbs.c | 11 ++---------
 include/uapi/rdma/rdma_user_rxe.h     |  3 +--
 6 files changed, 16 insertions(+), 22 deletions(-)

Comments

Jason Gunthorpe Feb. 4, 2019, 10:58 p.m. UTC | #1
On Tue, Jan 29, 2019 at 12:08:48PM +0200, Kamal Heib wrote:
> This patch set includes two patches, the first one move the function
> rxe_init_av() to a more global place and use it, the second patch
> Improve marking loopback packets.
> 
> Kamal Heib (2):
>   RDMA/rxe: Move rxe_init_av() to rxe_av.c
>   RDMA/rxe: Improve loopback marking

Applied to for-next

Thanks,
Jason