From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D25CF1B5FD for ; Mon, 2 Jul 2018 15:06:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2018 06:06:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,299,1526367600"; d="scan'208";a="71625000" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga002.jf.intel.com with ESMTP; 02 Jul 2018 06:06:22 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by IRSMSX153.ger.corp.intel.com ([169.254.9.60]) with mapi id 14.03.0319.002; Mon, 2 Jul 2018 14:06:21 +0100 From: "De Lara Guarch, Pablo" To: "Jozwiak, TomaszX" , "Trahe, Fiona" , "dev@dpdk.org" Thread-Topic: [PATCH v4 0/3] crypto/qat: move files to drivers/common directory Thread-Index: AQHUEeigkVlgstCRFEOdN10FzCJoHKR75v3g Date: Mon, 2 Jul 2018 13:06:20 +0000 Message-ID: References: <1526971901-9281-1-git-send-email-tomaszx.jozwiak@intel.com> <1530524353-28607-1-git-send-email-tomaszx.jozwiak@intel.com> In-Reply-To: <1530524353-28607-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjdlYzA2MWYtYzQ3NS00ODQxLTk1MzktZWM3NGYxNGJlMWIzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU1pcL3lcL0lMU0RMcm4xTlRQdEpWYmlHRFBEMEtMSXduVFZjWXd0b1VNWDJKZEVod1BSYlVwdEZCUlZpa0FGWVZCIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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 v4 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: Mon, 02 Jul 2018 13:06:29 -0000 > -----Original Message----- > From: Jozwiak, TomaszX > Sent: Monday, July 2, 2018 10:39 AM > To: Trahe, Fiona ; De Lara Guarch, Pablo > ; dev@dpdk.org > Subject: [PATCH v4 0/3] crypto/qat: move files to drivers/common director= y >=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. Series applied to dpdk-next-crypto. Thanks, Pablo