net/mlx5: Ensure SRQ physical address structure endianness
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>
This commit is contained in:
parent
5579e1519b
commit
dd257efb1e
|
@ -55,7 +55,7 @@ struct mlx5_srq_attr {
|
|||
u32 lwm;
|
||||
u32 user_index;
|
||||
u64 db_record;
|
||||
u64 *pas;
|
||||
__be64 *pas;
|
||||
};
|
||||
|
||||
struct mlx5_core_dev;
|
||||
|
|
Loading…
Reference in New Issue