From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.136]:35092 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751285AbcDOQaa (ORCPT ); Fri, 15 Apr 2016 12:30:30 -0400 Date: Fri, 15 Apr 2016 11:30:26 -0500 From: Bjorn Helgaas To: Steve Wise Cc: bhelgaas@google.com, 'Hariprasad Shenai' , davem@davemloft.net, linux-pci@vger.kernel.org, netdev@vger.kernel.org, leedom@chelsio.com, nirranjan@chelsio.com, santosh@chelsio.com Subject: Re: [PATCH pci] pci: Add helper function to set VPD size Message-ID: <20160415163026.GA13979@localhost> References: <1460657525-17551-1-git-send-email-hariprasad@chelsio.com> <00d801d1967c$68e9d100$3abd7300$@opengridcomputing.com> <571112D2.4010801@opengridcomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <571112D2.4010801@opengridcomputing.com> Sender: linux-pci-owner@vger.kernel.org List-ID: On Fri, Apr 15, 2016 at 11:12:02AM -0500, Steve Wise wrote: > On 4/14/2016 1:35 PM, Steve Wise wrote: > >>The fix is to add a PCI helper function to set the VPD size, so the > >>driver can expicitly set the exact size of the VPD. > >> > >>Fixes commit 104daa71b396 ("PCI: Determine actual VPD size on first access") > >> > >>Signed-off-by: Casey Leedom > >>Signed-off-by: Hariprasad Shenai > >Looks good! > >Tested-by: Steve Wise > > > > > > Hey Bjorn, > > Will this make the next 4.6-rc? No, it's too late for me to review it and merge it for v4.6-rc4. But there's still time for later RCs. Bjorn