From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 392A0A2F for ; Tue, 14 Feb 2017 12:19:17 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Feb 2017 03:19:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,160,1484035200"; d="scan'208";a="225113838" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga004.fm.intel.com with ESMTP; 14 Feb 2017 03:19:15 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 14 Feb 2017 11:19:14 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx111.ger.corp.intel.com ([169.254.2.109]) with mapi id 14.03.0248.002; Tue, 14 Feb 2017 11:19:14 +0000 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "akhil.goyal@nxp.com" , "Doherty, Declan" CC: "thomas.monjalon@6wind.com" , "dev@dpdk.org" , "hemant.agrawal@nxp.com" , "Jain, Deepak K" Thread-Topic: [PATCH] doc: add deprecation note to add parameter in rte_cryptodev_info.sym Thread-Index: AQHSho3oW59wSXa88k2X5SFmLnzcpKFoUukAgAAIQ4A= Date: Tue, 14 Feb 2017 11:19:14 +0000 Message-ID: References: <20170214121114.10590-1-akhil.goyal@nxp.com> <348A99DA5F5B7549AA880327E580B43589188ED6@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B43589188ED6@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTczNWI1OTMtYmQ5YS00YzIyLWJmZDAtYjhmNDQ4MGM0OWEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Inh1SUt6TmhMZjdJZERTdmxsckdYVFc3RG9MRXRJNjVZejN1a0s5dTlNWTA9In0= x-ctpclassification: CTP_IC 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] doc: add deprecation note to add parameter in rte_cryptodev_info.sym 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, 14 Feb 2017 11:19:19 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Tuesday, February 14, 2017 10:49 AM > To: akhil.goyal@nxp.com; Doherty, Declan; De Lara Guarch, Pablo > Cc: thomas.monjalon@6wind.com; dev@dpdk.org; > hemant.agrawal@nxp.com; Jain, Deepak K; Trahe, Fiona > Subject: RE: [PATCH] doc: add deprecation note to add parameter in > rte_cryptodev_info.sym >=20 >=20 >=20 > > -----Original Message----- > > From: akhil.goyal@nxp.com [mailto:akhil.goyal@nxp.com] > > Sent: Tuesday, February 14, 2017 12:11 PM > > To: Doherty, Declan ; Trahe, Fiona > > ; De Lara Guarch, Pablo > > > > Cc: thomas.monjalon@6wind.com; dev@dpdk.org; > > hemant.agrawal@nxp.com; Jain, Deepak K ; > Akhil > > Goyal > > Subject: [PATCH] doc: add deprecation note to add parameter in > > rte_cryptodev_info.sym > > > > From: Akhil Goyal > > > > A new parameter is planned to be added in 17.05 release in > > rte_cryptodev_info.sym - max_nb_sessions_per_qp. > > > > This will allow applications to know the maximum number of session > > which can be attached to queue_pairs of device. > > > > Signed-off-by: Akhil Goyal >=20 > Acked-by: Fiona Trahe Acked-by: Pablo de Lara