Skip to content

Commit 9f34519

Browse files
Steve Wisejgunthorpe
authored andcommitted
cxgb4: fix abort_req_rss6 struct
Remove the incorrect WR_HDR field which can cause a misinterpretation of ABORT CPL by ULDs, such as iw_cxgb4. Fixes: a3cdaa6 ("cxgb4: Adds CPL support for Shared Receive Queues") Signed-off-by: Steve Wise <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 8f28b17 commit 9f34519

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/ethernet/chelsio/cxgb4

1 file changed

+0
-1
lines changed

drivers/net/ethernet/chelsio/cxgb4/t4_msg.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,6 @@ struct cpl_abort_req_rss {
753753
};
754754

755755
struct cpl_abort_req_rss6 {
756-
WR_HDR;
757756
union opcode_tid ot;
758757
__be32 srqidx_status;
759758
};

0 commit comments

Comments
 (0)