From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=XUi9zYT1Q8lxNd148uPUAAt0R7hOMokjk1UD12NUMf8=; b=mjOYcZDofFmMqB61pUqkZUgFxSIIZ2vx8/xAnNbrkTc0s01IMUyiUAFFLBBD1/tXB7 2v6uvBZC3MhxVLR/GOcRJWLZB19sOpBtYYz2c7VTc4WVu1dMOKgEyI+ehsIa5X9TjBLf I2AvjrzDl9dpBpbjdvXxo7ZRytW4iZIGtsJdI34sCyrI/oBcsHjOGPxe6RhxxnyZ3RVW 3Fyz4/4CFlAWJevU3xy96x/brHoLxvMoMV/BeTKN1I0lYUIt+ffERx+ixcC9CxGhdQiq hGLfZEvKvvNCSgB8pblqyB0fbmbi7PNh/3Nxov7F/grvvmBEQYyAx2Iii4wJETtvu+l7 A8mA== 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=XUi9zYT1Q8lxNd148uPUAAt0R7hOMokjk1UD12NUMf8=; b=EL2dzD/iCYFOqleuASL7HQvWcp1apI49ivv7701VSHsHzZajIpy1q76aQ/Xxezdql/ O2bV45+xVnG2IBUxd7SfMQUezgC12f1yEW+NPLhLCUaJl4mhVy0hvRlgZVTUCv/UOdj6 I93jwFIFzmbQTj6D5SUe6h0hyhvFZMc5tXDO/jHv3p3Ih10h1iZorsLX5S5wTTEj03ql 6eLA1uuYvYXpaiMeCtwvJntT+X2I2jQNyUgnfh4k9CHrGDm6EUo9ls06o14Uk21FkmK8 lcrJ4pOUyeQqRkGShcCy6OPZ5Ff+/l7TXs4D1HsyonGWTm8q9j1B2dgkyVWPBuIcbniz SAsw== X-Gm-Message-State: ALyK8tKBmDMfQ7kMAMeN5UvliN0qzrfMk3r5QyGX5/WaaRoV5Kn5Vvww7Mk9KNiSkGy2WC2B X-Received: by 10.28.228.69 with SMTP id b66mr24011328wmh.25.1467877607266; Thu, 07 Jul 2016 00:46:47 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id u4sm3458519wjz.4.2016.07.07.00.46.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Jul 2016 00:46:46 -0700 (PDT) From: Thomas Monjalon To: Ferruh Yigit Cc: Ziye Yang , dev@dpdk.org Date: Thu, 07 Jul 2016 09:46:45 +0200 Message-ID: <11387272.ckUrzfyUeJ@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <577CE6A3.2060909@intel.com> References: <1463663877-52722-1-git-send-email-ziye.yang@intel.com> <5867353.0XvYodglme@xps13> <577CE6A3.2060909@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: Thu, 07 Jul 2016 07:46:47 -0000 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.