From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] cxgb4: Allow for backward compatibility with new VPD scheme. Date: Fri, 08 Mar 2013 12:44:11 -0500 (EST) Message-ID: <20130308.124411.445253877641244372.davem@davemloft.net> References: <1362749729-4532-1-git-send-email-vipul@chelsio.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, divy@chelsio.com, dm@chelsio.com, abhishek@chelsio.com, santosh@chelsio.com To: vipul@chelsio.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:57174 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755874Ab3CHRoN (ORCPT ); Fri, 8 Mar 2013 12:44:13 -0500 In-Reply-To: <1362749729-4532-1-git-send-email-vipul@chelsio.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Vipul Pandya Date: Fri, 8 Mar 2013 19:05:29 +0530 > From: Santosh Rastapur > > New scheme calls for 3rd party VPD at offset 0x0 and Chelsio VPD at offset > 0x400 of the function. If no 3rd party VPD is present, then a copy of > Chelsio's VPD will be at offset 0x0 to keep in line with PCI spec which > requires the VPD to be present at offset 0x0. > > Signed-off-by: Santosh Rastapur > Signed-off-by: Vipul Pandya Isn't this a fix which is better targetted at 'net' than 'net-next'?