From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] Pci: Add the class_id support Date: Thu, 07 Jul 2016 09:46:45 +0200 Message-ID: <11387272.ckUrzfyUeJ@xps13> References: <1463663877-52722-1-git-send-email-ziye.yang@intel.com> <5867353.0XvYodglme@xps13> <577CE6A3.2060909@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ziye Yang , dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 7BFB7301 for ; Thu, 7 Jul 2016 09:46:47 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id a66so20885770wme.0 for ; Thu, 07 Jul 2016 00:46:47 -0700 (PDT) In-Reply-To: <577CE6A3.2060909@intel.com> 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" 2016-07-06 12:08, Ferruh Yigit: > 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. Not really sure. I was thinking that it is used only by drivers but not by applications.