浏览代码

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: a3cdaa69e4ae ("cxgb4: Adds CPL support for Shared Receive Queues")
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Steve Wise 7 年之前
父节点
当前提交
9f34519a82
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/net/ethernet/chelsio/cxgb4/t4_msg.h

+ 0 - 1
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h

@@ -753,7 +753,6 @@ struct cpl_abort_req_rss {
 };
 
 struct cpl_abort_req_rss6 {
-	WR_HDR;
 	union opcode_tid ot;
 	__be32 srqidx_status;
 };