|
@@ -61,13 +61,12 @@ void rxe_av_from_attr(u8 port_num, struct rxe_av *av,
|
|
|
av->port_num = port_num;
|
|
|
}
|
|
|
|
|
|
-int rxe_av_to_attr(struct rxe_av *av, struct rdma_ah_attr *attr)
|
|
|
+void rxe_av_to_attr(struct rxe_av *av, struct rdma_ah_attr *attr)
|
|
|
{
|
|
|
attr->type = RDMA_AH_ATTR_TYPE_ROCE;
|
|
|
memcpy(rdma_ah_retrieve_grh(attr), &av->grh, sizeof(av->grh));
|
|
|
rdma_ah_set_ah_flags(attr, IB_AH_GRH);
|
|
|
rdma_ah_set_port_num(attr, av->port_num);
|
|
|
- return 0;
|
|
|
}
|
|
|
|
|
|
int rxe_av_fill_ip_info(struct rxe_dev *rxe,
|