On Tue, May 08, 2018 at 05:25:09PM +0300, Leon Romanovsky wrote: > diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h > index d84e6b6a8a56..2323a5624161 100644 > +++ b/include/rdma/ib_verbs.h > @@ -455,6 +455,7 @@ enum ib_port_cap_flags { > IB_PORT_LINK_LATENCY_SUP = 1 << 24, > IB_PORT_CLIENT_REG_SUP = 1 << 25, > IB_PORT_IP_BASED_GIDS = 1 << 26, > + IB_PORT_GRH_REQUIRED = 1 << 27, > }; Huh, this is more UABI that is not in a uabi header, please add a patch to fix that too :( Jason -- 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