From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0D6592C15 for ; Thu, 31 Aug 2017 22:35:15 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 40EBF213F2; Thu, 31 Aug 2017 16:35:15 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 31 Aug 2017 16:35:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=NpVY8tpVCC8PK+n +Rxl0XBtR3JFyKdZc0vnxOq47tW0=; b=XF5vacJSU+Hjfvy2s4Kghz5Q1aF3czV MXfELRiGj+/Nu05T6NmBZ1AINLeCW9LFwkhp/MMA2XtvHzid9PxQbz8kjx41uVaJ uG1ieFDDherJhx9W96Dk6aDSvpYpBogqJxOYjn6JDoZuo5eZJpjPmVWurHMFza/a baJoRHSK9ubM= 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-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=NpVY8tpVCC8PK+n+Rxl0XBtR3JFyKdZc0vnxOq47tW0=; b=Wfd0WIJM lpA31bim2DmVJrRGOpk7zXu3IcdB4oz9ZRM6dl52z99IqLMhSPe4g6LSw7vS9ucP E99PamoJzx+3N8FdZpB6XgaIg0Ispyl9AsIJNmEmj4H0YwkW+Re2lc8kYc6XRWUG HB9e2UFtICNOUQ1PpAwTfH7wYwYuetzDGxViGvrxccIZZeES3TQeIxnp0dWZhPfT N0UQcLzmjVKy2i5qtOm0V91kgWHC5hIsQFdko7OdtKCteHUea2WZ/PBrz5n0vJtU FTZzGtj78nMQqXW1/uBduuMlJ10nE6+LJCuzbEL9kYluP8p+r5UF/3N6TLHwdUdz tLb0i2+YE3BInQ== X-ME-Sender: X-Sasl-enc: i2/x2wpFBh7U6wDPebY7ZdA90OTYMXYEvQXyisHHFm+J 1504211714 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EC3267FADB; Thu, 31 Aug 2017 16:35:14 -0400 (EDT) From: Thomas Monjalon To: Jiayu Hu Cc: dev@dpdk.org, Ferruh Yigit Date: Thu, 31 Aug 2017 22:35:14 +0200 Message-ID: <1577567.tLel7yhYSY@xps> In-Reply-To: References: <1503410329-115574-1-git-send-email-jiayu.hu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file 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: Thu, 31 Aug 2017 20:35:16 -0000 22/08/2017 16:38, Ferruh Yigit: > On 8/22/2017 2:58 PM, Jiayu Hu wrote: > > The names of rte_gro_ctx_create() and rte_gro_ctx_destroy() in > > rte_gro_version.map are incorrect. This patch is to fix this issue. > > > > Fixes: e996506a1c07 ("lib/gro: add Generic Receive Offload API framework") > > > > Signed-off-by: Jiayu Hu > > Reviewed-by: Ferruh Yigit Applied, thanks PS: the headline must start with gro, not lib/gro. The reason is that everything is a lib in DPDK :)