]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm: Introduce loopback resolution 'protocol'
authorSean Hefty <sean.hefty@intel.com>
Tue, 16 Nov 2010 18:39:24 +0000 (10:39 -0800)
committerSean Hefty <sean.hefty@intel.com>
Wed, 17 Nov 2010 00:12:16 +0000 (16:12 -0800)
commit1e219f58eafc1fb4f035e67e90d88b5b69d44c16
tree7fffdf6024c787b6b6d1c93dd896c4818d9d1169
parentdd5542fbaa1c5a92367d0552ef3525d5ea0a4638
ibacm: Introduce loopback resolution 'protocol'

OFED 1.5.2 introduced a kernel patch that disables looping
back multicast messages to the sending QP.  This capability
was enabled by default.  The current ACM address resolution
protocol depends on this feature of multicast.  To handle
the case where multicast loopback has been disabled, add an
option to ACM to resolve loopback addresses using local data
only.  This option is enabled by default.

When loopback resolution is set to 'local', ACM will automatically
insert a loopback destination into each endpoint.  Requests
to resolve a loopback address will find this destination
and use it to respond to client requests.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
acm_opts.cfg
src/acm.c
src/acme.c