From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 22 Aug 2017 07:38:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,412,1498546800"; d="scan'208";a="1208915511" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga002.fm.intel.com with ESMTP; 22 Aug 2017 07:38:40 -0700 To: Jiayu Hu , dev@dpdk.org Cc: thomas@monjalon.net References: <1503410329-115574-1-git-send-email-jiayu.hu@intel.com> From: Ferruh Yigit Message-ID: Date: Tue, 22 Aug 2017 15:38:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1503410329-115574-1-git-send-email-jiayu.hu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit 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: Tue, 22 Aug 2017 14:38:43 -0000 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