Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1521282 > unrolled thread

[PATCH 3.16 017/346] IB/mlx5: Fix MODIFY_QP command input structure

Started byBen Hutchings <ben@decadent.org.uk>
First post2016-11-14 05:10 +0100
Last post2016-11-14 05:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3.16 017/346] IB/mlx5: Fix MODIFY_QP command input structure Ben Hutchings <ben@decadent.org.uk> - 2016-11-14 05:10 +0100

#1521282 — [PATCH 3.16 017/346] IB/mlx5: Fix MODIFY_QP command input structure

FromBen Hutchings <ben@decadent.org.uk>
Date2016-11-14 05:10 +0100
Subject[PATCH 3.16 017/346] IB/mlx5: Fix MODIFY_QP command input structure
Message-ID<sDgKM-1LS-99@gated-at.bofh.it>
3.16.39-rc1 review patch.  If anyone has any objections, please let me know.

------------------

From: Artemy Kovalyov <artemyko@mellanox.com>

commit e3353c268b06236d6c40fa1714c114f21f44451c upstream.

Make MODIFY_QP command input structure compliant to specification

Fixes: e126ba97dba9 ('mlx5: Add driver for Mellanox Connect-IB adapters')
Signed-off-by: Artemy Kovalyov <artemyko@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 include/linux/mlx5/qp.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/include/linux/mlx5/qp.h
+++ b/include/linux/mlx5/qp.h
@@ -442,9 +442,9 @@ struct mlx5_destroy_qp_mbox_out {
 struct mlx5_modify_qp_mbox_in {
 	struct mlx5_inbox_hdr	hdr;
 	__be32			qpn;
-	u8			rsvd1[4];
-	__be32			optparam;
 	u8			rsvd0[4];
+	__be32			optparam;
+	u8			rsvd1[4];
 	struct mlx5_qp_context	ctx;
 	u8			rsvd2[16];
 };

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web