]> 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>
Mon, 10 Jun 2013 18:07:12 +0000 (11:07 -0700)
commit906512e39ae182d84ed5ce5fb7d510df188ba91f
tree08cdb9a8cfd429d8b0018d91813c88ace4431342
parent282058197859038e66b5bc42cccc12f6fb9bbd93
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>