From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] Pci: Add the class_id support Date: Tue, 14 Jun 2016 16:52:58 +0200 Message-ID: <5867353.0XvYodglme@xps13> References: <1463663877-52722-1-git-send-email-ziye.yang@intel.com> <1464094236-30619-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-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 6C0DE961A for ; Tue, 14 Jun 2016 16:53:00 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id m124so126863892wme.1 for ; Tue, 14 Jun 2016 07:53:00 -0700 (PDT) In-Reply-To: <1464094236-30619-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" 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