commit | 931b3c1a832621b4bdcbaf783096fc267eb36fbe | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Tue Aug 01 09:41:37 2017 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Fri Aug 04 14:24:05 2017 -0400 |
tree | 637cd706c5e865f99691606a8025abeff984af25 | |
parent | efdd6f53b10aead0f5cf19a93dd3eb268ac0d991 [diff] |
RDMA/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>