From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v2 0/4] enable meson support for aesni_gcm, aesni_mb, kasumi and zuc Date: Tue, 9 Oct 2018 18:11:01 +0530 Message-ID: References: <1538222461-25597-1-git-send-email-hari.kumarx.vemula@intel.com> <1538737157-4807-1-git-send-email-hari.kumarx.vemula@intel.com> <1538738008.8721.7.camel@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: bruce.richardson@intel.com, reshma.pattan@intel.com, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com To: Luca Boccassi , Hari Kumar Vemula , dev@dpdk.org Return-path: Received: from EUR04-HE1-obe.outbound.protection.outlook.com (mail-eopbgr70048.outbound.protection.outlook.com [40.107.7.48]) by dpdk.org (Postfix) with ESMTP id 6E86B1B46C for ; Tue, 9 Oct 2018 14:41:17 +0200 (CEST) In-Reply-To: <1538738008.8721.7.camel@debian.org> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/5/2018 4:43 PM, Luca Boccassi wrote: > On Fri, 2018-10-05 at 11:59 +0100, Hari Kumar Vemula wrote: >> 1/4: enablement of aesni_gcm pmd in meson >> 2/4: enablement of aesni_mb pmd in meson >> 3/4: enablement of kasumi pmd enable in meson >> 4/4: enablement of zuc pmd enable in meson >> >> -- >> v2: Removed lib dependancy options from  meson_option.txt file >> -- >> >> >> Hari Kumar Vemula (4): >>   drivers/crypto: enable meson support for the aesni gcm >>   drivers/crypto: enable meson support for the aesni mb >>   drivers/crypto: enable meson support for the kasumi >>   drivers/crypto: enable meson support for the zuc >> >>  drivers/crypto/aesni_gcm/meson.build | 13 +++++++++++++ >>  drivers/crypto/aesni_mb/meson.build  | 12 ++++++++++++ >>  drivers/crypto/kasumi/meson.build    | 12 ++++++++++++ >>  drivers/crypto/meson.build           |  4 ++-- >>  drivers/crypto/zuc/meson.build       | 12 ++++++++++++ >>  5 files changed, 51 insertions(+), 2 deletions(-) >>  create mode 100644 drivers/crypto/aesni_gcm/meson.build >>  create mode 100644 drivers/crypto/aesni_mb/meson.build >>  create mode 100644 drivers/crypto/kasumi/meson.build >>  create mode 100644 drivers/crypto/zuc/meson.build > Series-acked-by: Luca Boccassi > rebased and applied to dpdk-next-crypto modified the title of the patches as crypto/zuc: enable meson build crypto/kasumi: enable meson build crypto/aesni_mb: enable meson build crypto/aesni_gcm: enable meson build Thanks