projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5579e15
)
net/mlx5: Ensure SRQ physical address structure endianness
author
Artemy Kovalyov
<artemyko@mellanox.com>
Wed, 31 Aug 2016 05:29:58 +0000
(
05:29
+0000)
committer
Leon Romanovsky
<leon@kernel.org>
Sun, 30 Oct 2016 13:43:10 +0000
(15:43 +0200)
SRQ physical address structure field should be in big-endian format.
Signed-off-by: Artemy Kovalyov <artemyko@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
include/linux/mlx5/srq.h
patch
|
blob
|
history
diff --git
a/include/linux/mlx5/srq.h
b/include/linux/mlx5/srq.h
index 33c97dc900f82493f9f5bf6a4f375d37cbe4a4f8..1cde0fd53f90e026645a3d171e79653e3477980a 100644
(file)
--- a/
include/linux/mlx5/srq.h
+++ b/
include/linux/mlx5/srq.h
@@
-55,7
+55,7
@@
struct mlx5_srq_attr {
u32 lwm;
u32 user_index;
u64 db_record;
-
u
64 *pas;
+
__be
64 *pas;
};
struct mlx5_core_dev;