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 F26E9A04B4; Fri, 8 Nov 2019 16:58:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C020B1C1EC; Fri, 8 Nov 2019 16:58:23 +0100 (CET) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id BB5B21C1D5 for ; Fri, 8 Nov 2019 16:58:21 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 7A142452; Fri, 8 Nov 2019 10:58:20 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 08 Nov 2019 10:58:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=9afT0beP0d+SABKwc77zGSU2OYvZinzAwqAWvUgrJjo=; b=XOSfq9dw3CEU t97+j2+bo/rfmO7eUAqgPbYLNBGC2zhxezSpFsHOSoEnN8OXY8pVnYratWIUUfPG KzpOihddASO9VM39dD/Hbw+vOBXgoZYMVte22A+dY+sgU/W1iAMyhhWF/U6HzM1Q 4vptgeSCE06/9at74crmCDDU6zwy1+w= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=9afT0beP0d+SABKwc77zGSU2OYvZinzAwqAWvUgrJ jo=; b=VWTZzsy1tc+3mVPHdzjjUxNcT4PhbtCPbaGe4XDcQLPyBto75PAmki1Ly B3xBiowjam7Ew1YV3wMzoKGn+NARF95ef09D5ZbrG3uUW6/Uc/btOkJDBppVYd/w G6En81IMLT9MbL0iYvZd75MnXtof1x6YziFwo2Pf1f+rIfEKN59N96kBFzTzu/RH eOws32qgFddBW3jk0terin8rit+K2ZbSANjIYwyYS6VJpf08iK+Yx2g8j/chY5jF 4tcVzaAvgNQAxn5BdR8BeJiSLifCQT7+1j5ra3k7NyISc3PmMgH/OwULcRLNyeZh U+kaIKds6nNVBZdJ8cqDbRpakll+w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedruddvuddgkeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 72C0580060; Fri, 8 Nov 2019 10:58:18 -0500 (EST) From: Thomas Monjalon To: Haiyue Wang Cc: xiaolong.ye@intel.com, dev@dpdk.org, ferruh.yigit@intel.com, olivier.matz@6wind.com Date: Fri, 08 Nov 2019 16:58:17 +0100 Message-ID: <2192025.fHRLquUZy7@xps> In-Reply-To: <20191108154435.80841-1-haiyue.wang@intel.com> References: <20191105011918.53434-1-haiyue.wang@intel.com> <20191108154435.80841-1-haiyue.wang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 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