Krishna Kumar wrote: > Re-send ARP, since earlier ARP request could have got > dropped/lost. This should be done in addr_resolve_remote() > as doing it in rdma_resolve_ip() means sending ARP only > once.
This was intentional. Users can call rdma_resolve_ip() again to retry a timed out request. In any case, we want to avoid resending an ARP until after the first request has timed out. addr_resolve_remote() can be called multiple times for the same destination within the specified time out window. - Sean _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
