From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E2DCF1B7AE for ; Wed, 25 Oct 2017 17:56:52 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2017 08:56:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,432,1503385200"; d="scan'208";a="142134304" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga004.jf.intel.com with ESMTP; 25 Oct 2017 08:56:43 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.22]) by IRSMSX153.ger.corp.intel.com ([169.254.9.34]) with mapi id 14.03.0319.002; Wed, 25 Oct 2017 16:56:42 +0100 From: "Trahe, Fiona" To: "dev@dpdk.org" CC: "Doherty, Declan" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH v2 1/3] cryptodev: add new APIs to assist PMD initialisation Thread-Index: AQHTTYmOEnfuLlefwEqDyahrL9IL+qL0uDcw Date: Wed, 25 Oct 2017 15:56:42 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435892B180C@IRSMSX101.ger.corp.intel.com> References: <20171020212113.4543-1-declan.doherty@intel.com> <20171025120036.22458-1-declan.doherty@intel.com> <20171025120036.22458-2-declan.doherty@intel.com> In-Reply-To: <20171025120036.22458-2-declan.doherty@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzRiNTlmODUtY2NmOC00MWI5LWJjZTMtMDI5YjQ2OWMxYTZhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImxXd1ZzekZYRXlzakRGUGl1MWN1NjdsdTdRZnA1aGNXNkIzVUFLelN1UzA9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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 1/3] cryptodev: add new APIs to assist PMD initialisation 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 15:56:54 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty > Sent: Wednesday, October 25, 2017 1:01 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH v2 1/3] cryptodev: add new APIs to assist PMD = initialisation >=20 > Adds new PMD assist functions which are bus independent for driver to > create and destroy new device instances. >=20 > Also includes function to parse parameters which can be passed to > driver on device initialisation. >=20 > Signed-off-by: Declan Doherty Acked-by: Fiona Trahe