From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2445DA2EDB for ; Wed, 2 Oct 2019 12:38:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 37FF31BEA7; Wed, 2 Oct 2019 12:38:57 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 434321BE9F for ; Wed, 2 Oct 2019 12:38:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1570012735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=U8lltJKK+iL5b/MOLD7T2ljlmxIX3cK8gJTM5SaOstM=; b=RpHHshpAMZS4GlLBk8lzRLKsW5uP+liJj6VDq9c0g9RoENvlZIULWeaNk4DM+R2Pp9ortX hr83s5SuarJTKcvEYR24KsAG1nfLJthfu6ytCY4tiUc+v9cnaYctgqoqM1CyI2R9zQMH1G jKCkNKgbpan2VGfk8pcV98x/jntuVgY= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-23-YHsnxNaDO9eoMoD7j3Hbhw-1; Wed, 02 Oct 2019 06:38:53 -0400 Received: by mail-vk1-f198.google.com with SMTP id u123so9358750vkf.8 for ; Wed, 02 Oct 2019 03:38:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=lYFp1OkhyC1HUNIIrOivqsl+TibfIi0Y0Bn8hXw3Wb8=; b=ckZZr5ByYXh6xxvHNkFkUUHeIbXC1ma+3s9jbWJXqfgsQOr0tTGe5DwE2wrdkAthDL CClyH+K5i3gb57RPD8+w/mmAa0H36vbkeSijlWuRyhXJ/4KBUuqLfexJB8sw7z2loqFf RArwheFQOoBaJFfQdcvUiB233Dvz8BcOm17zEX18HU7X5zkWQ11KQuqHGM7Eqn1sJ5ok e+/X0yMrJPKkN7oYHqueZhRj4H6vS8KFk89hDupkp+QxWs+lUJ0qp4bCg5ELJw7as2Km 8Gfvz4/wKXQIvPz1C10CQivwFaiBQzrnfnuOmf7jUbl517g243gUO7PPGXNPog3yYC24 vSwA== X-Gm-Message-State: APjAAAW8sEBOmgc3ZVmB/5hd08PxpXlLt4UZVMPR1ZPwERH0A0b3qT0Q EH3/kLiMvkB2tdgr4xna7tEm5Q3u/igoZzGJDJbqvTvifHIcZOrZS/APzNC7Y6aVMq5T4EImPkN jQJ117lUQE6Qd/pEXvEc= X-Received: by 2002:a1f:a705:: with SMTP id q5mr1563323vke.85.1570012732556; Wed, 02 Oct 2019 03:38:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqwPbCYmXyFPvyv/aOiK4KisdSvjxizzPlaEtnLB/sGsD0PrHJXt4tEbPGAHMyym87Logi670EANvhfNN3Ltt7s= X-Received: by 2002:a1f:a705:: with SMTP id q5mr1563302vke.85.1570012731625; Wed, 02 Oct 2019 03:38:51 -0700 (PDT) MIME-Version: 1.0 References: <52364461.s3POrlgOHr@xps> In-Reply-To: From: David Marchand Date: Wed, 2 Oct 2019 12:38:40 +0200 Message-ID: To: Jerin Jacob , Honnappa Nagarahalli Cc: Bruce Richardson , Thomas Monjalon , dev X-MC-Unique: YHsnxNaDO9eoMoD7j3Hbhw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] meson support of armv8 crypto PMD 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Oct 2, 2019 at 11:19 AM David Marchand wrote: > > On Wed, Oct 2, 2019 at 10:56 AM Thomas Monjalon wro= te: > > There is no meson support for drivers/crypto/armv8/ > > > > Please, who can add it? > > From my side, I would love to get detailed instructions on cross > compiling the external library "armv8_crypto". Something has been broken in this library. Current HEAD won't compile, went back to some reference Thomas had in his s= etup. d498a6f - (HEAD -> master, origin/master, origin/HEAD) crypto/armv8: ILP optimizations for AES128CBCdec+SHA256 HMAC (2 years, 7 months ago) Won't compile. 71258fb - Makefile: remove DPDK dependency (2 years, 9 months ago) Builds fine. Please someone fix this library and/or the documentation we have in dpdk. Thanks. --=20 David Marchand