Skip to content

Commit

Permalink
vmw_pvrdma: Update kernel header
Browse files Browse the repository at this point in the history
For sparse to be clean we need the updated endian annotations.

From kernel commit cc47dd684ee0 ("IB/vmw_pvrdma: Spare annotate imm_data")

Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Acked-by: Adit Ranadive <aditr@vmware.com>
  • Loading branch information
jgunthorpe committed Jul 20, 2017
1 parent 8759f2c commit 50248f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildlib/fixup-include/rdma-vmw_pvrdma-abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ struct pvrdma_sq_wqe_hdr {
__u32 opcode; /* operation type */
__u32 send_flags; /* wr flags */
union {
__u32 imm_data;
__be32 imm_data;
__u32 invalidate_rkey;
} ex;
__u32 reserved;
Expand Down Expand Up @@ -273,7 +273,7 @@ struct pvrdma_cqe {
__u32 opcode;
__u32 status;
__u32 byte_len;
__u32 imm_data;
__be32 imm_data;
__u32 src_qp;
__u32 wc_flags;
__u32 vendor_err;
Expand Down

0 comments on commit 50248f6

Please sign in to comment.