From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] pci: Add the class_id support in pci probe Date: Wed, 11 May 2016 08:21:26 -0700 Message-ID: <20160511082126.38639f1d@xeon-e3> References: <1462946895-49958-1-git-send-email-ziye.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Ziye Yang Return-path: Received: from mail-pf0-f170.google.com (mail-pf0-f170.google.com [209.85.192.170]) by dpdk.org (Postfix) with ESMTP id 143C15A8F for ; Wed, 11 May 2016 17:21:13 +0200 (CEST) Received: by mail-pf0-f170.google.com with SMTP id 206so19779649pfu.0 for ; Wed, 11 May 2016 08:21:13 -0700 (PDT) In-Reply-To: <1462946895-49958-1-git-send-email-ziye.yang@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" On Wed, 11 May 2016 14:08:15 +0800 Ziye Yang wrote: > 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 I like this, and it is necessary but since rte_pci_id is a visible data structure it causes ABI breakage.