[openib-general] [PATCH] NOARP Device Support in the CMA

Sean Hefty sean.hefty at intel.com
Fri Feb 10 14:44:47 PST 2006


>I think what would happen in that case is that the ARP request would get
>queued, but never resolved because the ARP reply would never hit the
>host (it's eaten by the adapter itself).

Returning success (0) from addr_resolve_remote() should mark the request as done
and queue it for a callback.  This is similar to the case where the ARP data is
already cached.  In the callback, process_req(), the request will have status ==
0, resulting in a callback to the user.

- Sean





More information about the general mailing list