From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.opengridcomputing.com ([72.48.136.20]:45339 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752021AbcDOQL3 (ORCPT ); Fri, 15 Apr 2016 12:11:29 -0400 Subject: Re: [PATCH pci] pci: Add helper function to set VPD size To: bhelgaas@google.com References: <1460657525-17551-1-git-send-email-hariprasad@chelsio.com> <00d801d1967c$68e9d100$3abd7300$@opengridcomputing.com> Cc: 'Hariprasad Shenai' , davem@davemloft.net, linux-pci@vger.kernel.org, netdev@vger.kernel.org, leedom@chelsio.com, nirranjan@chelsio.com, santosh@chelsio.com From: Steve Wise Message-ID: <571112D2.4010801@opengridcomputing.com> Date: Fri, 15 Apr 2016 11:12:02 -0500 MIME-Version: 1.0 In-Reply-To: <00d801d1967c$68e9d100$3abd7300$@opengridcomputing.com> Content-Type: text/plain; charset=windows-1252; format=flowed Sender: linux-pci-owner@vger.kernel.org List-ID: 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? Thanks, Steve.