From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 14B593989 for ; Wed, 5 Apr 2017 20:42:04 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 05 Apr 2017 11:42:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,280,1488873600"; d="scan'208";a="1131490710" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 05 Apr 2017 11:42:01 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 5 Apr 2017 19:42:00 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx111.ger.corp.intel.com ([169.254.2.58]) with mapi id 14.03.0319.002; Wed, 5 Apr 2017 19:42:00 +0100 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Zhang, Roy Fan" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH] crypto/scheduler: add mode set get API Thread-Index: AQHSriX4QDHEm8GwUE2sfLHqCk/iaKG3FZkwgAAGVmA= Date: Wed, 5 Apr 2017 18:41:59 +0000 Message-ID: References: <1491408203-117504-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmY5MGM4MjgtZjJlYS00YzFmLTkzMjMtOGFhZjQ4MDc1Nzg2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InpoeUYxYlRuSG5tMThMajRETWdSVXNTTmR0dTdJMnFibVM4TmpwdkJYWGs9In0= x-ctpclassification: CTP_IC 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] crypto/scheduler: add mode set get API 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: Wed, 05 Apr 2017 18:42:05 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Wednesday, April 05, 2017 7:26 PM > To: Zhang, Roy Fan; dev@dpdk.org > Cc: Doherty, Declan > Subject: Re: [dpdk-dev] [PATCH] crypto/scheduler: add mode set get API >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, Roy Fan > > Sent: Wednesday, April 05, 2017 5:03 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo; Doherty, Declan > > Subject: [PATCH] crypto/scheduler: add mode set get API > > > > This patch adds two APIs, "rte_cryptodev_scheduler_mode_set" and > > "rte_cryptodev_scheduler_mode_get", to crypto scheduler PMD. These > > two API provides same functionalities as > > "rte_crpytodev_scheduler_mode_get" > > and "rte_crpytodev_scheduler_mode_set" and they are proposed to > > deprecated > > in 17.08. > > > > Signed-off-by: Fan Zhang >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto with the following commit message change: crypto/scheduler: deprecate get/set mode functions This patch deprecates the following functions in 17.05, which will be removed in 17.08. - rte_crpytodev_scheduler_mode_get() - rte_crpytodev_scheduler_mode_set() These two new functions replace them, fixing the typo in their names. - rte_cryptodev_scheduler_mode_get() - rte_cryptodev_scheduler_mode_set() Thanks, Pablo