From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C936A1BACC for ; Thu, 10 May 2018 15:14:26 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2018 06:14:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,385,1520924400"; d="scan'208";a="53149857" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga004.fm.intel.com with ESMTP; 10 May 2018 06:14:24 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 10 May 2018 14:14:24 +0100 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.125]) by irsmsx155.ger.corp.intel.com ([169.254.14.95]) with mapi id 14.03.0319.002; Thu, 10 May 2018 14:14:23 +0100 From: "Pattan, Reshma" To: "Burakov, Anatoly" , "dev@dpdk.org" CC: "Richardson, Bruce" , "thomas@monjalon.net" Thread-Topic: [dpdk-dev] [PATCH v2 2/4] eal: rename function returning hugepage data path Thread-Index: AQHT4HwdnQ66dZhX10CrQXJzOK7af6Qo/f0g Date: Thu, 10 May 2018 13:14:22 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A2EF577@irsmsx110.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/4] eal: rename function returning hugepage data path 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, 10 May 2018 13:14:27 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Anatoly Burakov > Sent: Monday, April 30, 2018 1:09 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; thomas@monjalon.net > Subject: [dpdk-dev] [PATCH v2 2/4] eal: rename function returning hugepag= e > data path >=20 > The original name for this path was not too descriptive and confusing. > Rename it to a more appropriate and descriptive name: > it stores data about hugepages, so name it eal_hugepage_data_path(). >=20 > Signed-off-by: Anatoly Burakov data_path sounds like packet processing data path. eal_hugepage_data_file?= .=20 I am ok anyway :-). Reviewed-by: Reshma Pattan