提交 6f233d30 编写于 作者: E Eli Cohen 提交者: Roland Dreier

IB/cm: Fix layout of APR message

Add a missing 16-bit reserved field between ap_status and info fields.
Signed-off-by: NEli Cohen <eli@mellanox.com>
Acked-by: NSean Hefty <sean.hefty@intel.com>
Signed-off-by: NRoland Dreier <roland@purestorage.com>
上级 5f0a6e2d
......@@ -799,6 +799,7 @@ struct cm_apr_msg {
u8 info_length;
u8 ap_status;
__be16 rsvd;
u8 info[IB_CM_APR_INFO_LENGTH];
u8 private_data[IB_CM_APR_PRIVATE_DATA_SIZE];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册