OSDN Git Service

cxgb4: fix abort_req_rss6 struct
authorSteve Wise <swise@opengridcomputing.com>
Fri, 31 Aug 2018 18:52:00 +0000 (11:52 -0700)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 11 Sep 2018 15:02:02 +0000 (09:02 -0600)
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>
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h

index b8f75a2..f152da1 100644 (file)
@@ -753,7 +753,6 @@ struct cpl_abort_req_rss {
 };
 
 struct cpl_abort_req_rss6 {
-       WR_HDR;
        union opcode_tid ot;
        __be32 srqidx_status;
 };