From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A161D330D for ; Fri, 1 Sep 2017 03:29:16 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Aug 2017 18:29:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,456,1498546800"; d="scan'208";a="144322763" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 31 Aug 2017 18:29:15 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 31 Aug 2017 18:29:14 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 31 Aug 2017 18:29:14 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.39]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Fri, 1 Sep 2017 09:29:11 +0800 From: "Hu, Jiayu" To: Thomas Monjalon CC: "dev@dpdk.org" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file Thread-Index: AQHTG06MxGrCBceWi0ejmneQbq2S4qKP6/aAgA6InACAANdoEA== Date: Fri, 1 Sep 2017 01:29:10 +0000 Message-ID: References: <1503410329-115574-1-git-send-email-jiayu.hu@intel.com> <1577567.tLel7yhYSY@xps> In-Reply-To: <1577567.tLel7yhYSY@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTMxNGE5N2QtNzZhYy00ODBlLWIyZjAtZmU3NTJlODNlNDczIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlN0RVg2dFJCbnFVb0tFUmFEaEtCcVwvYk5HOWdHbjJ0VGowOWhVMXl2TndvPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Fri, 01 Sep 2017 01:29:18 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Friday, September 1, 2017 4:35 AM > To: Hu, Jiayu > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH] lib/gro: fix typo in .map file >=20 > 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 >=20 > Applied, thanks >=20 > PS: the headline must start with gro, not lib/gro. > The reason is that everything is a lib in DPDK :) Thanks for your reminder. Thanks, Jiayu