From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2F90F1BA1D for ; Wed, 25 Oct 2017 18:13:25 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2017 09:13:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,432,1503385200"; d="scan'208";a="164868859" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga005.jf.intel.com with ESMTP; 25 Oct 2017 09:13:24 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX152.ger.corp.intel.com ([169.254.6.87]) with mapi id 14.03.0319.002; Wed, 25 Oct 2017 17:13:23 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "O Mahony, Billy" , "Doherty, Declan" CC: "dev@dpdk.org" , "O Mahony, Billy" Thread-Topic: [dpdk-dev] [PATCH] comment: Describe how rte_cryptodev_info_get returns capabilities Thread-Index: AQHTTaqvCiP3ht1fAki6tu6UaezkhKL0vM0w Date: Wed, 25 Oct 2017 16:13:22 +0000 Message-ID: References: <1508856807-29915-1-git-send-email-billy.o.mahony@intel.com> <348A99DA5F5B7549AA880327E580B435892B1860@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B435892B1860@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTgyN2I4ZDItMDliNS00MGVjLWJiOTItYWY2ODFlZDMyZjVhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IitUd29yQmdwK3dZN0VpMjMzUkIyanZTQkNyR2ZqRWlFTXhtaWI3d3RqN3c9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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] comment: Describe how rte_cryptodev_info_get returns capabilities 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, 25 Oct 2017 16:13:26 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Trahe, Fiona > Sent: Wednesday, October 25, 2017 5:02 PM > To: O Mahony, Billy ; Doherty, Declan > > Cc: dev@dpdk.org; O Mahony, Billy > Subject: Re: [dpdk-dev] [PATCH] comment: Describe how > rte_cryptodev_info_get returns capabilities >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Billy O'Mahony > > Sent: Tuesday, October 24, 2017 3:53 PM > > To: Doherty, Declan > > Cc: dev@dpdk.org; O Mahony, Billy > > Subject: [dpdk-dev] [PATCH] comment: Describe how > rte_cryptodev_info_get returns capabilities > > > > Signed-off-by: Billy O'Mahony > Acked-by: Fiona Trahe Modified to the title to "cryptodev: extend info get function documentation= ", and added a small description in the commit message. Applied to dpdk-next-crypto. Thanks, Pablo