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: Thu, 31 Dec 2015 09:12:14 -0800 Message-ID: <20151231091214.0acd9d4e@xeon-e3> References: <1451357606-117892-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-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by dpdk.org (Postfix) with ESMTP id 7BC88DE6 for ; Thu, 31 Dec 2015 18:12:04 +0100 (CET) Received: by mail-pa0-f52.google.com with SMTP id yy13so61884044pab.3 for ; Thu, 31 Dec 2015 09:12:04 -0800 (PST) In-Reply-To: <1451357606-117892-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 Tue, 29 Dec 2015 10:53:26 +0800 Ziye Yang wrote: > This patch is used to add the class_id support > for pci_probe since some devices need the class_info > (class_code, subclass_code, programming_interface) > > Signed-off-by: Ziye Yang Since rte_pci is exposed to application this breaks the ABI.