This series is the supplementary part of the kernel series that was sent upstream into rdma-next for 4.18. It exposes a new port capability flag: IBV_PORT_GRH_REQUIRED, when this port capability flag is set, the applications must create all AH with GRH configured. PR was sent: https://github.com/linux-rdma/rdma-core/pull/326 Note: The Travis notes from github doesn't look related to this PR. Alex Rosenbaum (1): verbs: Expose IBV_PORT_GRH_REQUIRED port capability Artemy Kovalyov (1): Enforce is_global if GRH required libibverbs/man/ibv_create_ah.3 | 4 ++++ libibverbs/man/ibv_modify_qp.3 | 5 +++++ libibverbs/verbs.h | 3 ++- providers/mlx4/verbs.c | 4 ++++ providers/mlx5/mlx5.c | 5 ++++- providers/mlx5/mlx5.h | 1 + providers/mlx5/verbs.c | 6 +++++- providers/mthca/verbs.c | 8 ++++++++ 8 files changed, 33 insertions(+), 3 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html