From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] lib/gro: fix typo in .map file Date: Tue, 22 Aug 2017 15:38:39 +0100 Message-ID: References: <1503410329-115574-1-git-send-email-jiayu.hu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: thomas@monjalon.net To: Jiayu Hu , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 092A33257 for ; Tue, 22 Aug 2017 16:38:42 +0200 (CEST) In-Reply-To: <1503410329-115574-1-git-send-email-jiayu.hu@intel.com> Content-Language: en-US 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 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