You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
librdmacm: Support DNS in resolve and query addrinfo
Allow rdma_resolve_addrinfo() and rdma_query_addrinfo() to support DNS
resolve and query, respectively.
A new flags "RAI_DNS" is supported to indicate this is a DNS resolve
request. This flag is mutual exclusive with RAI_SA. If both are not set
then DNS resolve is performed by default.
With this patch a user may resolve both DNS and SA, and it's possible
that one thread is querying the resolved addrinfo while another thread
is resolving. So protect the route.resolved_ai with id_priv->mut lock.
Signed-off-by: Mark Zhang <[email protected]>
0 commit comments