aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mlx5/qp.h
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2017-06-12 10:36:16 +0300
committerDoug Ledford <dledford@redhat.com>2017-07-24 10:41:01 -0400
commit3fffc82ad6c78fcc9d5d4eca089f00db14ab0358 (patch)
tree617ebac9cac87c86d4773db4ced492fb8d4110cf /include/linux/mlx5/qp.h
parentIB/mlx5: Fix cached MR allocation flow (diff)
downloadwireguard-linux-3fffc82ad6c78fcc9d5d4eca089f00db14ab0358.tar.xz
wireguard-linux-3fffc82ad6c78fcc9d5d4eca089f00db14ab0358.zip
IB/mlx5: Fix existence check for extended address vector
The extended address vector is the highest bit in be32 variable, but it was compared with the lowest. This patch fixes the endianness of that check and removes already declared define. Fixes: 17d2f88f92ce ("IB/mlx5: Add ODP atomics support") Reviewed-by: Artemy Kovalyov <artemyko@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/linux/mlx5/qp.h')
-rw-r--r--include/linux/mlx5/qp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mlx5/qp.h b/include/linux/mlx5/qp.h
index fff4ec13f620..66d19b611fe4 100644
--- a/include/linux/mlx5/qp.h
+++ b/include/linux/mlx5/qp.h
@@ -212,7 +212,6 @@ struct mlx5_wqe_ctrl_seg {
#define MLX5_WQE_CTRL_OPCODE_MASK 0xff
#define MLX5_WQE_CTRL_WQE_INDEX_MASK 0x00ffff00
#define MLX5_WQE_CTRL_WQE_INDEX_SHIFT 8
-#define MLX5_WQE_AV_EXT 0x80000000
enum {
MLX5_ETH_WQE_L3_INNER_CSUM = 1 << 4,