From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B8F4E5AB5 for ; Wed, 11 May 2016 17:34:25 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 11 May 2016 08:34:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,608,1455004800"; d="scan'208";a="973570060" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga002.jf.intel.com with ESMTP; 11 May 2016 08:34:20 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.54]) by IRSMSX154.ger.corp.intel.com ([169.254.12.222]) with mapi id 14.03.0248.002; Wed, 11 May 2016 16:34:19 +0100 From: "Richardson, Bruce" To: Stephen Hemminger , "Yang, Ziye" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] pci: Add the class_id support in pci probe Thread-Index: AQHRq0u6qQL/j/oJeU6RcUwySBIguJ+zyjYAgAAUFwA= Date: Wed, 11 May 2016 15:34:19 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B035A51C6F@IRSMSX103.ger.corp.intel.com> References: <1462946895-49958-1-git-send-email-ziye.yang@intel.com> <20160511082126.38639f1d@xeon-e3> In-Reply-To: <20160511082126.38639f1d@xeon-e3> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjhhZmU1ZTEtZWE1YS00Yjc2LWJmM2ItYzY4ODYyMzNmOGYzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IldDMDVPVkFxSytDdnJMUUk5cGVCM0FPN1FvM0N0bXpEOGZUdTRUQndSbmc9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] pci: Add the class_id support in pci probe X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2016 15:34:26 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Wednesday, May 11, 2016 4:21 PM > To: Yang, Ziye > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] pci: Add the class_id support in pci prob= e >=20 > On Wed, 11 May 2016 14:08:15 +0800 > Ziye Yang wrote: >=20 > > This patch is used to add the class_id (class_code, subclass_code, > > programming_interface) support for pci_device probe. With this patch, > > it will be flexible for users to probe a class of devices by class_id. > > > > Signed-off-by: Ziye Yang >=20 > I like this, and it is necessary but since rte_pci_id is a visible data > structure it causes ABI breakage. A notice was published for this change in 16.04, so we should be ok ABI-wis= e. /Bruce