From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756329AbbLQK6I (ORCPT ); Thu, 17 Dec 2015 05:58:08 -0500 Received: from g4t3426.houston.hp.com ([15.201.208.54]:37509 "EHLO g4t3426.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756308AbbLQK6E convert rfc822-to-8bit (ORCPT ); Thu, 17 Dec 2015 05:58:04 -0500 From: "Seymour, Shane M" To: Hannes Reinecke , Bjorn Helgaas CC: Alexander Duyck , Michal Kubecek , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Hannes Reinecke" Subject: RE: [PATCH 1/2] pci: Update VPD definitions Thread-Topic: [PATCH 1/2] pci: Update VPD definitions Thread-Index: AQHROKDhCns790rpjEi1LPgzpUQThJ7PAVAQ Date: Thu, 17 Dec 2015 10:57:22 +0000 Message-ID: References: <1450339169-52542-1-git-send-email-hare@suse.de> <1450339169-52542-2-git-send-email-hare@suse.de> In-Reply-To: <1450339169-52542-2-git-send-email-hare@suse.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [16.210.48.21] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > The 'end' tag is actually 0x0f, it's the representation as a > small resource data type tag that's 0x78 (ie shifted by 3). > This patch also adds helper functions to extract the resource > data type tags for both large and small resource data types. > > Cc: Alexander Duyck > Cc: Bjorn Helgaas > Signed-off-by: Hannes Reinecke Tested-by: Shane Seymour