]> git.openfabrics.org - ~shefty/librdmacm.git/commit
acm: Define needed ACM protocol messages
authorSean Hefty <sean.hefty@intel.com>
Mon, 10 Jun 2013 18:07:12 +0000 (11:07 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 18 Jul 2013 17:34:31 +0000 (10:34 -0700)
commited570abcdfe9ab333217afe77dba81f261cf75c6
tree6be22fb12cd012007970e989a47c996ed8d0a55d
parentc8173d50d1a8c2bbfb0c4459e05d3941175676b2
acm: Define needed ACM protocol messages

The librdmacm needs message definitions used to communicate
with the ibacm.  It currently pulls these from infiniband/acm.h,
which is installed by ibacm.  This creates an install order
dependency on ibacm.  However, work on the scalable SA has
the ibacm using the librdmacm (via rsockets) for communication
between the different SSA components.

To resolve this issue, have the librdmacm define the message
structures that it needs to communicate with ibacm.  The
librdmacm already has this through configuration checks.  We
just expand that capability, which isolates the librdmacm
package from the ibacm package.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
configure.ac
src/acm.c