From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DAE6EA04AB; Sat, 9 Nov 2019 02:35:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 242911C01E; Sat, 9 Nov 2019 02:35:50 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 102DF1C00F for ; Sat, 9 Nov 2019 02:35:48 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Nov 2019 17:35:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,283,1569308400"; d="scan'208";a="377922577" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga005.jf.intel.com with ESMTP; 08 Nov 2019 17:35:44 -0800 Date: Sat, 9 Nov 2019 09:31:35 +0800 From: Ye Xiaolong To: Thomas Monjalon Cc: Haiyue Wang , dev@dpdk.org, ferruh.yigit@intel.com, olivier.matz@6wind.com Message-ID: <20191109013135.GA65290@intel.com> References: <20191105011918.53434-1-haiyue.wang@intel.com> <20191108154435.80841-1-haiyue.wang@intel.com> <2192025.fHRLquUZy7@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2192025.fHRLquUZy7@xps> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v10 0/2] net/ice: optimize protocol extraction by dynamic mbuf API 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/08, Thomas Monjalon wrote: >08/11/2019 16:44, Haiyue Wang: >> v10: - Rename the exported variables with 'rte_net_ice' and 'RTE_'. Update >> the commit message, and separate patch for doxygen. > >Thank you >I think this version can replace v9 in next-net > > Dropped v9 and applied this series to dpdk-next-net-intel. Thanks.