From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 5/7] IB/hfi1: use pcie_flr instead of duplicating it Date: Thu, 27 Apr 2017 08:47:58 +0200 Message-ID: <20170427064758.GA20614@lst.de> References: <20170414191131.14286-1-hch@lst.de> <20170414191131.14286-6-hch@lst.de> <20170424143507.GA28812@lst.de> <20170425193955.GC29024@bhelgaas-glaptop.roam.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , "Byczkowski, Jakub" , Bjorn Helgaas , "Cabiddu, Giovanni" , "Benedetto, Salvatore" , "Marciniszyn, Mike" , "Dalessandro, Dennis" , Derek Chickles , Satanand Burla , Felix Manlunas , Raghu Vatsavayi , "Kirsher, Jeffrey T" , "linux-pci@vger.kernel.org" , qat-linux , "linux-crypto@vger.kernel.org" , "linux-rdma@vger.kernel.org" Return-path: Content-Disposition: inline In-Reply-To: <20170425193955.GC29024@bhelgaas-glaptop.roam.corp.google.com> Sender: linux-pci-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org On Tue, Apr 25, 2017 at 02:39:55PM -0500, Bjorn Helgaas wrote: > This still leaves these: > > [PATCH 4/7] ixgbe: use pcie_flr instead of duplicating it > [PATCH 6/7] crypto: qat: use pcie_flr instead of duplicating it > [PATCH 7/7] liquidio: use pcie_flr instead of duplicating it > > I haven't seen any response to 4 and 6. Felix reported an unused > variable in 7. Let me know if you'd like me to do anything with > these. Now that Jeff ACKed 4 it might be worth to add it to the pci tree last minute. I'll resend liquidio and qat to the respective maintainers for the next merge window. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 5/7] IB/hfi1: use pcie_flr instead of duplicating it Date: Thu, 27 Apr 2017 08:47:58 +0200 Message-ID: <20170427064758.GA20614@lst.de> References: <20170414191131.14286-1-hch@lst.de> <20170414191131.14286-6-hch@lst.de> <20170424143507.GA28812@lst.de> <20170425193955.GC29024@bhelgaas-glaptop.roam.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170425193955.GC29024@bhelgaas-glaptop.roam.corp.google.com> Sender: linux-pci-owner@vger.kernel.org To: Bjorn Helgaas Cc: Christoph Hellwig , "Byczkowski, Jakub" , Bjorn Helgaas , "Cabiddu, Giovanni" , "Benedetto, Salvatore" , "Marciniszyn, Mike" , "Dalessandro, Dennis" , Derek Chickles , Satanand Burla , Felix Manlunas , Raghu Vatsavayi , "Kirsher, Jeffrey T" , "linux-pci@vger.kernel.org" , qat-linux , "linux-crypto@vger.kernel.org" "linux-rdma@vger.kernel.org" List-Id: linux-rdma@vger.kernel.org On Tue, Apr 25, 2017 at 02:39:55PM -0500, Bjorn Helgaas wrote: > This still leaves these: > > [PATCH 4/7] ixgbe: use pcie_flr instead of duplicating it > [PATCH 6/7] crypto: qat: use pcie_flr instead of duplicating it > [PATCH 7/7] liquidio: use pcie_flr instead of duplicating it > > I haven't seen any response to 4 and 6. Felix reported an unused > variable in 7. Let me know if you'd like me to do anything with > these. Now that Jeff ACKed 4 it might be worth to add it to the pci tree last minute. I'll resend liquidio and qat to the respective maintainers for the next merge window. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938586AbdD0GsK (ORCPT ); Thu, 27 Apr 2017 02:48:10 -0400 Received: from verein.lst.de ([213.95.11.211]:45015 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932249AbdD0GsA (ORCPT ); Thu, 27 Apr 2017 02:48:00 -0400 Date: Thu, 27 Apr 2017 08:47:58 +0200 From: Christoph Hellwig To: Bjorn Helgaas Cc: Christoph Hellwig , "Byczkowski, Jakub" , Bjorn Helgaas , "Cabiddu, Giovanni" , "Benedetto, Salvatore" , "Marciniszyn, Mike" , "Dalessandro, Dennis" , Derek Chickles , Satanand Burla , Felix Manlunas , Raghu Vatsavayi , "Kirsher, Jeffrey T" , "linux-pci@vger.kernel.org" , qat-linux , "linux-crypto@vger.kernel.org" , "linux-rdma@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 5/7] IB/hfi1: use pcie_flr instead of duplicating it Message-ID: <20170427064758.GA20614@lst.de> References: <20170414191131.14286-1-hch@lst.de> <20170414191131.14286-6-hch@lst.de> <20170424143507.GA28812@lst.de> <20170425193955.GC29024@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170425193955.GC29024@bhelgaas-glaptop.roam.corp.google.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 25, 2017 at 02:39:55PM -0500, Bjorn Helgaas wrote: > This still leaves these: > > [PATCH 4/7] ixgbe: use pcie_flr instead of duplicating it > [PATCH 6/7] crypto: qat: use pcie_flr instead of duplicating it > [PATCH 7/7] liquidio: use pcie_flr instead of duplicating it > > I haven't seen any response to 4 and 6. Felix reported an unused > variable in 7. Let me know if you'd like me to do anything with > these. Now that Jeff ACKed 4 it might be worth to add it to the pci tree last minute. I'll resend liquidio and qat to the respective maintainers for the next merge window.