From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 102B41BF45 for ; Wed, 27 Jun 2018 23:14:02 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2018 14:14:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,280,1526367600"; d="scan'208";a="68275482" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 27 Jun 2018 14:14:00 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by IRSMSX151.ger.corp.intel.com ([169.254.4.216]) with mapi id 14.03.0319.002; Wed, 27 Jun 2018 22:14:00 +0100 From: "De Lara Guarch, Pablo" To: "Jozwiak, TomaszX" , "Trahe, Fiona" , "Jozwiak, TomaszX" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/3] crypto/qat: move files to drivers/common directory Thread-Index: AQHUDSZLBO+U8jHMbkuAsr2pj1ASK6R0k6QQ Date: Wed, 27 Jun 2018 21:13:59 +0000 Message-ID: References: <1526971901-9281-1-git-send-email-tomaszx.jozwiak@intel.com> <1530001064-32174-1-git-send-email-tomaszx.jozwiak@intel.com> In-Reply-To: <1530001064-32174-1-git-send-email-tomaszx.jozwiak@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTA4NmZlNWEtYTM1Ny00OWYzLTk5YmItYTZhYjFiMDk5Nzg1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUllZdU9pdzZYbWtXNk5BUktXTHhncTFPaWQyQXNQdVBwZUZQK1FwVHZORW1lanpDcVRuQUpNMjV6aUk4QWpKeSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/3] crypto/qat: move files to drivers/common directory 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, 27 Jun 2018 21:14:03 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tomasz Jozwiak > Sent: Tuesday, June 26, 2018 9:18 AM > To: Trahe, Fiona ; Jozwiak, TomaszX > ; dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/3] crypto/qat: move files to drivers/comm= on > directory >=20 > This patchset depends on QAT dynamic logging patchset and should be targe= tig > on 18.08. > Patchset refactors the PMD in order that files are split into several > places: common, crypto. > New drivers/common/qat are added and files split between locations. >=20 > Changes for v2: > - removed drivers/common/qat/qat > - updated meson.build files > - added description into qat.rst > - updated MAINTAINERS file >=20 > Changes for v3: > - removed libcrypto detection from Makefile > - removed description about libcrypto detection from doc. > - renamed CONFIG_LIBCRYPTO_QAT define into BUILD_QAT_SYM >=20 Series applied to dpdk-next-crypto. Thanks! Pablo