From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4] Pci: Add the class_id support Date: Wed, 6 Jul 2016 12:08:19 +0100 Message-ID: <577CE6A3.2060909@intel.com> References: <1463663877-52722-1-git-send-email-ziye.yang@intel.com> <1464094236-30619-1-git-send-email-ziye.yang@intel.com> <5867353.0XvYodglme@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , Ziye Yang 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) In-Reply-To: <5867353.0XvYodglme@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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