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 525E51B026 for ; Wed, 11 Apr 2018 14:41:23 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Apr 2018 05:41:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,436,1517904000"; d="scan'208";a="42489610" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga003.jf.intel.com with ESMTP; 11 Apr 2018 05:41:21 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX154.ger.corp.intel.com ([169.254.12.234]) with mapi id 14.03.0319.002; Wed, 11 Apr 2018 13:41:20 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "Jozwiak, TomaszX" Thread-Topic: [PATCH 00/30] crypto/qat: refactor to support multiple service Thread-Index: AQHTzdhpugxq8qX+DkqFDddTRwufT6P7iHEg Date: Wed, 11 Apr 2018 12:41:20 +0000 Message-ID: References: <1523040732-3290-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1523040732-3290-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmQyN2U2ZTktOTU2Mi00Zjc0LTk1M2ItYTdmOWIwNTIyNDI4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InV3VzNvT0dYUEZ3Wk5nc0ZSQnJPclN1b2V6R2syaWpLc2MxeXpndG92SmM9In0= x-ctpclassification: CTP_NT 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 00/30] crypto/qat: refactor to support multiple service 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, 11 Apr 2018 12:41:23 -0000 Hi Fiona, > -----Original Message----- > From: Trahe, Fiona > Sent: Friday, April 6, 2018 7:52 PM > To: dev@dpdk.org; De Lara Guarch, Pablo > Cc: Trahe, Fiona ; Jozwiak, TomaszX > > Subject: [PATCH 00/30] crypto/qat: refactor to support multiple service >=20 > The QAT crypto PMD was peppered with references to rte_cryptodev artefact= s. > Also the pci device it presented to the API layer was entirely owned by t= he one > cryptodev device instance created by the probe. > This patchset refactors the PMD so one pci device can present out multipl= e > different device instances to implement different APIs, specifically cryp= todev > and compressdev instances. > The code is refactored into > - common code which handles the pci device discovery, configuration, > queue-pair setup, stats gathering and data-path enqueue and dequeue. > - service-specific code for symmetric crypto, which is a thin layer > implementing the cryptodev API and using the common code. > - place-holder files for service-specific code to support asymmetric > crypto and compression services in future. Since these patches arrived late in the merge window, I will defer them to = 18.08, targeting an early merge in that release. Still, we can merge the first one, as we are trying to move all license hea= ders to the new SPDX format. Thanks, Pablo