From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 14/15] devargs: remove type field Date: Mon, 4 Sep 2017 17:29:16 +0100 Message-ID: References: <20170711232512.54641-1-jblunck@infradead.org> <20170714211213.34436-1-jblunck@infradead.org> <20170714211213.34436-15-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit To: Jan Blunck , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 261497D4B for ; Mon, 4 Sep 2017 18:29:24 +0200 (CEST) In-Reply-To: <20170714211213.34436-15-jblunck@infradead.org> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/14/2017 10:12 PM, Jan Blunck wrote: > This removes the enum rte_devtype field ``type`` from struct rte_devargs. > > Signed-off-by: Jan Blunck <...> > --- a/lib/librte_eal/common/include/rte_devargs.h > +++ b/lib/librte_eal/common/include/rte_devargs.h > @@ -75,8 +75,6 @@ enum rte_devtype { > struct rte_devargs { > /** Next in list. */ > TAILQ_ENTRY(rte_devargs) next; > - /** Type of device. */ > - enum rte_devtype type; I am not sure if type can be removed, please check the comment on patch 5/15. > /** Bus handle for the device. */ > struct rte_bus *bus; > /** Name of the bus the device belongs to. */ >