提交 b9fe856e 编写于 作者: S Stephen Bates 提交者: Doug Ledford

rdma_rxe: Ensure rdma_rxe init occurs at correct time

There is a problem when CONFIG_RDMA_RXE=y and CONFIG_IPV6=y. This
results in the rdma_rxe initialization occurring before the IPv6
services are ready. This patch delays the initialization of rdma_rxe
until after the IPv6 services are ready. This fix is based on one
proposed by Logan Gunthorpe on a much older code base.
Signed-off-by: NStephen Bates <sbates@raithlin.com>
Reviewed-by: NYonatan Cohen <yonatanc@mellanox.com>
Signed-off-by: NDoug Ledford <dledford@redhat.com>
上级 b6bbee0d
......@@ -401,5 +401,5 @@ static void __exit rxe_module_exit(void)
pr_info("rxe: unloaded\n");
}
module_init(rxe_module_init);
late_initcall(rxe_module_init);
module_exit(rxe_module_exit);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册