From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib/gro: fix typo in .map file Date: Thu, 31 Aug 2017 22:35:14 +0200 Message-ID: <1577567.tLel7yhYSY@xps> References: <1503410329-115574-1-git-send-email-jiayu.hu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Jiayu Hu 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) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 :)