RE: [PATCH v2 25/49] IB/hfi1: add local mad header

2015-06-17 Thread Marciniszyn, Mike
+/* + * Generic trap/notice types + */ +#define IB_NOTICE_TYPE_FATAL 0x80 +#define IB_NOTICE_TYPE_URGENT 0x81 +#define IB_NOTICE_TYPE_SECURITY0x82 +#define IB_NOTICE_TYPE_SM 0x83 +#define IB_NOTICE_TYPE_INFO0x84 Moved to ib_mad.h in v3.

RE: [PATCH v2 25/49] IB/hfi1: add local mad header

2015-06-15 Thread Hefty, Sean
drivers/infiniband/hw/hfi1/mad.h | 477 ++ 1 file changed, 477 insertions(+) create mode 100644 drivers/infiniband/hw/hfi1/mad.h diff --git a/drivers/infiniband/hw/hfi1/mad.h b/drivers/infiniband/hw/hfi1/mad.h new file mode 100644 index