From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH] cxgb4: fix abort_req_rss6 struct Date: Tue, 11 Sep 2018 09:19:17 -0600 Message-ID: <20180911151917.GA29370@ziepe.ca> References: <1e9f55943699dcc2bc921000ee7ee5353cbf7480.1535742195.git.swise@opengridcomputing.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, dledford@redhat.com, davem@davemloft.net, linux-rdma@vger.kernel.org To: Steve Wise Return-path: Received: from mail-pg1-f195.google.com ([209.85.215.195]:35127 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726840AbeIKUTF (ORCPT ); Tue, 11 Sep 2018 16:19:05 -0400 Received: by mail-pg1-f195.google.com with SMTP id 7-v6so12445307pgf.2 for ; Tue, 11 Sep 2018 08:19:19 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1e9f55943699dcc2bc921000ee7ee5353cbf7480.1535742195.git.swise@opengridcomputing.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Aug 31, 2018 at 11:52:00AM -0700, Steve Wise wrote: > Remove the incorrect WR_HDR field which can cause a misinterpretation > of this CPL by ULDs. > > Fixes: a3cdaa69e4ae ("cxgb4: Adds CPL support for Shared Receive Queues") > Signed-off-by: Steve Wise > --- > > Dave, Doug, and Jason, > > I request this merge through the rdma repo since the only user of this > structure is iw_cxgb4. Applied to for-rc, thanks Jason