From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: remove forward declaration of generic driver Date: Fri, 05 May 2017 14:29:57 +0200 Message-ID: <45299844.NVL1S61yK7@xps> References: <20170504154620.29243-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 A62A3388F for ; Fri, 5 May 2017 14:29:58 +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 DADE8244C6 for ; Fri, 5 May 2017 08:29:57 -0400 (EDT) In-Reply-To: <20170504154620.29243-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" 04/05/2017 17:46, Thomas Monjalon: > We can just move rte_driver definition before rte_device > (which depends on rte_driver). > > Signed-off-by: Thomas Monjalon Applied