From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: remove unused struct forward declaration Date: Fri, 16 Mar 2018 14:29:49 +0000 Message-ID: References: <20180316111450.299132-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , dev@dpdk.org To: Shreyansh Jain Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id BE8E85F72 for ; Fri, 16 Mar 2018 15:29:52 +0100 (CET) In-Reply-To: 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 3/16/2018 2:09 PM, Shreyansh Jain wrote: > On Fri, Mar 16, 2018 at 4:44 PM, Ferruh Yigit wrote: >> Signed-off-by: Ferruh Yigit >> --- >> lib/librte_ether/rte_ethdev.h | 2 -- >> 1 file changed, 2 deletions(-) >> > > With movement to rte_ethdev_core.h, this looks correct. Good idea to add: Fixes: 331c447ad913 ("ethdev: separate internal structures into own header") Cc: ferruh.yigit@intel.com > > Acked-by: Shreyansh Jain >