> +struct opa_ah_attr { > + struct ib_global_route grh; > + u32 dlid; > + u8 sl; > + u8 src_path_bits; > + u8 static_rate; > + u8 ah_flags; > + u8 port_num; ah_flags and port_num are in rdma_ah_attr: > +}; > + > struct rdma_ah_attr { > u8 port_num; > u8 ah_flags; > @@ -867,6 +878,7 @@ struct rdma_ah_attr { > union { > struct ib_ah_attr ib; > struct eth_ah_attr eth; > + struct opa_ah_attr opa; > }; > }; -- 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