{net, IB}/mlx5: Manage port association for multiport RoCE
[linux-2.6-block.git] / include / rdma / ib_verbs.h
index e44a8adac67771c2933cc83668d941da5c2c3200..f25c03687ee9ffddbacc1c76a5eabf6042125ec5 100644 (file)
@@ -3850,4 +3850,12 @@ ib_get_vector_affinity(struct ib_device *device, int comp_vector)
 
 }
 
+/**
+ * rdma_roce_rescan_device - Rescan all of the network devices in the system
+ * and add their gids, as needed, to the relevant RoCE devices.
+ *
+ * @device:         the rdma device
+ */
+void rdma_roce_rescan_device(struct ib_device *ibdev);
+
 #endif /* IB_VERBS_H */