From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 41679A0A02; Thu, 20 Oct 2022 04:48:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 30F4D42C28; Thu, 20 Oct 2022 04:48:39 +0200 (CEST) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by mails.dpdk.org (Postfix) with ESMTP id 31E9140694 for ; Thu, 20 Oct 2022 04:48:38 +0200 (CEST) Received: by mail-ej1-f54.google.com with SMTP id k2so44269408ejr.2 for ; Wed, 19 Oct 2022 19:48:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=0UKC1IBIh/gO/yM9H2aDH5yIzO4+97flq8/Reo48RTU=; b=ITVrxfsDBMaW8VG1YML1sDReqBAoEMYz+7hdoyGsaarsafj7Libehy94JDhn8A9n9n it/4ZGfbbDGH95Zpq9/ZL8xng2DSXlQ0LzMn5L4gP/iDe0FP29E/MERFN1xGUITmdnPC BmAMb0FvTJhakh4gFH9EEXgoy2hOaMKCYMyc/LUpZh6dqy6QjRvvGOodAD36fU05Lx9P WwdiIjPEqZgFPuICAQ5eDKNv7wuzFeKFR4TZuJCArEeRlxCwyCKMlSbYje5yrBBz3n52 qdAELERwZbiHV1G5D2k/rpVu5JAgsSag+BjWv40Wy48b00T4LzJLFTGcjRec5ZzcqVlT 6OoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=0UKC1IBIh/gO/yM9H2aDH5yIzO4+97flq8/Reo48RTU=; b=KDaDfyRkgXO0nH+oGtSef8HQjPH4Ii7/I6tcRLEorF6VfENtO1lf7ubb95qK6dXpju JwC8c0NZlUtD9AUwPGdRe3TERBudlIYousNWi+PLskT+JT1LG6QSEZ1c6clqiaLbyF/J LSp8mhi+s7QdaAhZZuyB816F+z28oYATbVUjhFCn2NEuE597ke8xkougtSaKpdY5Z+sc wOS1wm/aYXD7AYCJtAJa9DlIlPcy/4DcHfau5msyQZ/n9feozSz+ZnsO0h/k7yCrooDm FfzflKXcV78nJxBU00u9c5Gtku6S9IDGezlUNHTISfob7MlqaBGQ5czPmK6jGQcbt/KC rXcA== X-Gm-Message-State: ACrzQf2XxuiwqlFghEOjJZbMDD+opPBG0NuIdvQhMRQ6ibRm7byaCeSJ onL2lmvxANcSvg6dBt+mULu0lnPfD8w1tHnUgNblJQmBh0jKOy6b X-Google-Smtp-Source: AMsMyM7XxPHzJDQw4ZPbw5yKIlZhS6u7f+kqHKEfWz30wbbNZRWSMYFLYOYXpEl5Bpy72uXmArD0+Aody37JZeU4uoA= X-Received: by 2002:a17:906:4fcf:b0:790:584:88ae with SMTP id i15-20020a1709064fcf00b00790058488aemr8784271ejw.212.1666234117937; Wed, 19 Oct 2022 19:48:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Zhangfei Gao Date: Thu, 20 Oct 2022 10:48:26 +0800 Message-ID: Subject: Re: [EXT] Re: crypto/uadk: introduce uadk crypto driver To: Akhil Goyal Cc: "techboard@dpdk.org" , "dev@dpdk.org" , "acc@openeuler.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Hi, Akhil On Wed, 19 Oct 2022 at 23:27, Zhangfei Gao wrote: > > > > Hi everyone, > > > > > > > > > > > > > > > > We have a new crypto PMD submitted on ML > > > (http://patches.dpdk.org/project/dpdk/cover/20221008083747.6559-1-zha= ngfei.gao@linaro.org/ ) > > > > > > > > > > > > > > > > This PMD is dependent on an external library which needs to be cros= s compiled > > > for ARM on x86. > > > > > > > > It mandatorily need =E2=80=9Cnumactl=E2=80=9D also cross-compiled a= nd instead of using pkg- > > > config of libnuma, it need the library and headers to be copied manua= lly to aarch > > > toolchain. > > > > > > > > And if that is also done, it is not generating pkg-config which DPD= K can use to > > > compile the PMD. > > > > > > Thanks for the guidance. > > > > > > The udak library [1] now support x86 local build, and export pkg-conf= ig. > > > I have verified the crypto pmd on both x86 and arm with pkg-config fe= ature. > > > Though x86 only support build and install, but not test since no hard= ware. > > > > > > v4: https://patches.dpdk.org/project/dpdk/cover/20221019125753.170007= 1-1-zhangfei.gao@linaro.org/ > > > > > > [1] https://github.com/Linaro/uadk > > > > > > > I am getting below error with openssl 3.0 > > Do you have a dependency with earlier versions in uadk? If so, can you = fix configure.ac in uadk > > to check for version and skip crypto if dependency is not met. Thanks for the suggestion > > Oops, never thought about this. > > How about this > https://github.com/Linaro/uadk/pull/516 The pull has been merged. I have verified verified openssl3.0 (ignored) , openssl1.0.0 (ignored) and openssl1.1.1f (works) We are using openssl1.1.1f verison now. Sorry for the inconvenience. Thanks