From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=iYeZWPYHtY3gKsIGoxWmSjmrJD46RfWUmJMlmzla8As=; b=XGBOkbZ8MWyYy2XKVuu7W6sl8aAl1SWwOMSWi5gQdkLv885kg8yn1dZALoBdHb9CRl gCKtdlQLN+jcYAzOcqQdqSc1ViCaRf+4yuaCFh37otdEV/IJXfC03TPLEHwltIueu5TT Ep7FfiPNMHHz4MjZ1VejbWZaUl1R1no8QItFk6cyIawVIuT6rWLYxHzirWLTDj6f1lbo +K0PcWaNXMGwEcvJwDPyGO6dHGcOwBNxnZA1jwDIct4jvp/KT3E5TkgptMW1E7LgThOv PL+RDAUUeC/XOuQv56TUh8VHnCiivCLQ4hK6QvHUrnAtw/pkxRKsBd/yAGQQSOy5dtQg zphA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=iYeZWPYHtY3gKsIGoxWmSjmrJD46RfWUmJMlmzla8As=; b=l7UdrHwQXgIb9IjeaKICZnSmI2pAvBvdIM32PchxnwlnSXdK3+h5hnhYVXqdVU7Z/C bbQo7xlnIpqCkJtpUCGsS2PMAONuURGq/Nyh+R8Aj2/0tLiS8xQYX2KU8Gx/EJlkaQlR 3cVE0ypxTPw5GFOQyO3f5PZ2QZuXIswbf1pi00ltG7V0tG3G7EKAC66d1utQhVjPc4gy Vf+ZW/2r+Fwc5dOLW0gmPoAm6MLIvKQAh2ZhFgTpzzC3RmtC21kjOApcOgHV/xtPy2gG 4Elf+BjFM090F5Wjst+zzV0lZeiKhRkY5SN0Bes6Cfxlf6W/VUxE5dzj3p0VpiVKku+F MJEA== X-Gm-Message-State: ALyK8tJG1FcKxeDcG+/9TN1uNjibVEN68ruSMTGw4XF4inFMMTtPXSDUraWiPcIfnBWmpotv X-Received: by 10.194.107.10 with SMTP id gy10mr6514791wjb.14.1465915980081; Tue, 14 Jun 2016 07:53:00 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id x10sm19723275wjj.14.2016.06.14.07.52.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Jun 2016 07:52:59 -0700 (PDT) From: Thomas Monjalon To: Ziye Yang Cc: dev@dpdk.org Date: Tue, 14 Jun 2016 16:52:58 +0200 Message-ID: <5867353.0XvYodglme@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1464094236-30619-1-git-send-email-ziye.yang@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Tue, 14 Jun 2016 14:53:00 -0000 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