mbox series

[rdma-core,0/3] librxe: Resolve dmac when creating AH

Message ID 20190206093205.7667-1-kamalheib1@gmail.com (mailing list archive)
Headers show
Series librxe: Resolve dmac when creating AH | expand

Message

Kamal Heib Feb. 6, 2019, 9:32 a.m. UTC
This series adds the support for resolving the destination MAC address
when creating the AH. The dmac will be used by the driver to mark
loopback packets if the dmac and the smac are equal.

PR was sent:
https://github.com/linux-rdma/rdma-core/pull/471

Kamal Heib (3):
  Update kernel headers
  verbs: Allow passing NULL vid for ibv_resolve_eth_l2_from_gid()
  rxe: Resolve destination MAC address when creating AH

 kernel-headers/rdma/ib_user_verbs.h |  2 ++
 kernel-headers/rdma/rdma_user_rxe.h |  3 +--
 libibverbs/verbs.c                  | 11 +++++++----
 providers/mlx5/verbs.c              |  4 +---
 providers/rxe/rxe.c                 |  4 ++++
 providers/vmw_pvrdma/verbs.c        |  3 +--
 6 files changed, 16 insertions(+), 11 deletions(-)