]> 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)
commit746c141c044d959f28555535639d5c8bfa024aaf
tree0f2efee48a61eb345a7f7dd4ebbf0df79e739ea9
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>