commit | c966ea12c00515e70a976aec57d1a4334582c411 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Thu Jan 11 14:43:05 2018 -0700 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Jan 15 15:33:21 2018 -0700 |
tree | f5b4ebe3dd50b501f4d7ffadd7133ab74f3c1662 | |
parent | a6753c4d6257feef2a82522d0d222166d4be4aa8 [diff] |
RDMA: Mark imm_data as be32 in the verbs uapi header This matches what the userspace copy of this header has been doing for a while. imm_data is an opaque 4 byte array carried over the network, and invalidate_rkey is in CPU byte order. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>