aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
diff options
context:
space:
mode:
authorSteve Wise <swise@opengridcomputing.com>2018-08-31 11:52:00 -0700
committerJason Gunthorpe <jgg@mellanox.com>2018-09-11 09:02:02 -0600
commit9f34519a82356f6cf0ccb8480ee0ed99b3d0af75 (patch)
tree2e4ae523ea415824791712aff06192d7ec8d1b7b /drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
parentRDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HW (diff)
downloadlinux-dev-9f34519a82356f6cf0ccb8480ee0ed99b3d0af75.tar.xz
linux-dev-9f34519a82356f6cf0ccb8480ee0ed99b3d0af75.zip
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>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/t4_msg.h')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/t4_msg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h b/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
index b8f75a22fb6c..f152da1ce046 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
+++ b/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;
};