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 EFBF32C39 for ; Thu, 29 Sep 2016 11:58:39 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP; 29 Sep 2016 02:58:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,414,1470726000"; d="scan'208";a="885022899" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga003.jf.intel.com with ESMTP; 29 Sep 2016 02:58:38 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.95]) by IRSMSX108.ger.corp.intel.com ([169.254.11.164]) with mapi id 14.03.0248.002; Thu, 29 Sep 2016 10:58:37 +0100 From: "Jain, Deepak K" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Doherty, Declan" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH v2 2/4] app/test: rename some functions Thread-Index: AQHSGf2CdJkY4NYEMUiaVx1WBtZC+aCQO6lA Date: Thu, 29 Sep 2016 09:58:37 +0000 Deferred-Delivery: Thu, 29 Sep 2016 09:58:19 +0000 Message-ID: References: <1472180955-42960-1-git-send-email-pablo.de.lara.guarch@intel.com> <1475117990-66664-1-git-send-email-pablo.de.lara.guarch@intel.com> <1475117990-66664-3-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1475117990-66664-3-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTFmMmJmZmEtYmQ3OS00ODAzLWI2NGYtM2VmMTI1ZTMzZmE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImlWSmdhYVZPdVVxZ3RhbGg4RlwvejB6ZVhzZlVDRDJBeE5mTXV5MDBuVGd3PSJ9 x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/4] app/test: rename some functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 09:58:40 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, September 29, 2016 4:00 AM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH v2 2/4] app/test: rename some functions >=20 > Before adding the new ZUC tests, since they will use the existing common > functions for SNOW3G and KASUMI, these functions are renamed to > *_wireless_algo_*, instead of *_snow3g_kasumi_*, as they are common > functions for all the three wireless algorithms. >=20 > Signed-off-by: Pablo de Lara > --- > app/test/test_cryptodev.c | 86 +++++++++++++++++++++++------------------ > ------ > -- > 2.7.4 Acked-by: Deepak Kumar Jain >deepak.k.jain@intel.com>