Correct checksum fields in the "mlx5_mini_cqe8" structure. The fields

in question are currently not used.

Sponsored by:	Mellanox Technologies
MFC after:	1 week
This commit is contained in:
Hans Petter Selasky 2016-11-07 11:22:50 +00:00
parent 91951e3978
commit adea303c2a

View File

@ -1348,15 +1348,16 @@ struct mlx5_ifc_mcia_reg_bits {
struct mlx5_mini_cqe8 { struct mlx5_mini_cqe8 {
union { union {
u32 rx_hash_result; __be32 rx_hash_result;
u32 checksum; __be16 checksum;
__be16 rsvd;
struct { struct {
u16 wqe_counter; __be16 wqe_counter;
u8 s_wqe_opcode; u8 s_wqe_opcode;
u8 reserved; u8 reserved;
} s_wqe_info; } s_wqe_info;
}; };
u32 byte_cnt; __be32 byte_cnt;
}; };
enum { enum {