From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2018 07:29:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,316,1517904000"; d="scan'208";a="211949999" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by fmsmga006.fm.intel.com with ESMTP; 16 Mar 2018 07:29:50 -0700 To: Shreyansh Jain Cc: Thomas Monjalon , dev@dpdk.org References: <20180316111450.299132-1-ferruh.yigit@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 16 Mar 2018 14:29:49 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] ethdev: remove unused struct forward declaration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2018 14:29:53 -0000 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 >