From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: remove generic driver and device lists Date: Thu, 04 May 2017 17:34:18 +0200 Message-ID: <5499704.YdsLpkYSCk@xps> References: <20170501230532.22780-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 1FBEC7CCF for ; Thu, 4 May 2017 17:34:20 +0200 (CEST) Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7E5717E2B0 for ; Thu, 4 May 2017 11:34:19 -0400 (EDT) In-Reply-To: <20170501230532.22780-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/05/2017 01:05, Thomas Monjalon: > These lists were unused and useless because they are maintained per bus: > struct rte_driver_list dev_driver_list > struct rte_device_list dev_device_list > > Signed-off-by: Thomas Monjalon > --- > lib/librte_eal/bsdapp/eal/rte_eal_version.map | 2 -- > lib/librte_eal/common/eal_common_dev.c | 34 --------------------- > lib/librte_eal/common/eal_common_vdev.c | 11 ------- > lib/librte_eal/common/include/rte_dev.h | 39 ------------------------- > lib/librte_eal/linuxapp/eal/rte_eal_version.map | 2 -- > 5 files changed, 88 deletions(-) Applied