aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad_priv.h
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2015-06-06 14:38:34 -0400
committerDoug Ledford <dledford@redhat.com>2015-06-12 14:49:17 -0400
commitf28990bc896a468d7bb09c803db2c4cf0e2db680 (patch)
tree1da44e259e46ec1847c7b1dd9b585195157d8a2e /drivers/infiniband/core/mad_priv.h
parentIB/mad: Add partial Intel OPA MAD support (diff)
downloadlinux-dev-f28990bc896a468d7bb09c803db2c4cf0e2db680.tar.xz
linux-dev-f28990bc896a468d7bb09c803db2c4cf0e2db680.zip
IB/mad: Add partial Intel OPA MAD support
Add OPA SMP processing functionality. Define the new OPA SMP format, create support functions for this format using the previously defined helper functions as appropriate. These functions are defined in this patch and used in the final OPA MAD support patch. Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/core/mad_priv.h')
-rw-r--r--drivers/infiniband/core/mad_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/core/mad_priv.h b/drivers/infiniband/core/mad_priv.h
index e8852be0c3f8..4423f68e2a77 100644
--- a/drivers/infiniband/core/mad_priv.h
+++ b/drivers/infiniband/core/mad_priv.h
@@ -41,6 +41,7 @@
#include <linux/workqueue.h>
#include <rdma/ib_mad.h>
#include <rdma/ib_smi.h>
+#include <rdma/opa_smi.h>
#define IB_MAD_QPS_CORE 2 /* Always QP0 and QP1 as a minimum */