Skip to content
Commit b9fe856e authored by Stephen Bates's avatar Stephen Bates Committed by Doug Ledford
Browse files

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: default avatarStephen Bates <sbates@raithlin.com>
Reviewed-by: default avatarYonatan Cohen <yonatanc@mellanox.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent b6bbee0d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment