Message ID | 20130725155035.64fdcaf2e3e882bce0cbd0e4@intel.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Hal Rosenstock |
Headers | show |
On 7/25/2013 6:50 PM, Ira Weiny wrote: > > Signed-off-by: Ira Weiny <ira.weiny@intel.com> Thanks. Applied. -- Hal -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/infiniband/umad_types.h b/include/infiniband/umad_types.h index 44bc6b0..dab92ff 100644 --- a/include/infiniband/umad_types.h +++ b/include/infiniband/umad_types.h @@ -127,7 +127,7 @@ struct umad_hdr { uint8_t mgmt_class; uint8_t class_version; uint8_t method; - uint16_t status; + be16_t status; be16_t class_specific; be64_t tid; be16_t attr_id;
Signed-off-by: Ira Weiny <ira.weiny@intel.com> --- include/infiniband/umad_types.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)