From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 618086C95 for ; Wed, 6 Jul 2016 13:08:26 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 06 Jul 2016 04:08:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,318,1464678000"; d="scan'208";a="1011732880" Received: from syueh-mobl12.gar.corp.intel.com (HELO [10.255.149.163]) ([10.255.149.163]) by orsmga002.jf.intel.com with ESMTP; 06 Jul 2016 04:08:21 -0700 To: Thomas Monjalon , Ziye Yang References: <1463663877-52722-1-git-send-email-ziye.yang@intel.com> <1464094236-30619-1-git-send-email-ziye.yang@intel.com> <5867353.0XvYodglme@xps13> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <577CE6A3.2060909@intel.com> Date: Wed, 6 Jul 2016 12:08:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <5867353.0XvYodglme@xps13> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4] Pci: Add the class_id support 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, 06 Jul 2016 11:08:26 -0000 On 6/14/2016 3:52 PM, Thomas Monjalon wrote: > 2016-05-24 20:50, Ziye Yang: >> 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 > > Applied, thanks > Hi Thomas, Ziye, Is modification in public "struct rte_pci_id" is a ABI break? If so, it requires eal LIBABIVER increase and release notes update. Regards, ferruh