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 9E18AA0586; Wed, 19 Oct 2022 15:19:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7431642B98; Wed, 19 Oct 2022 15:19:55 +0200 (CEST) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) by mails.dpdk.org (Postfix) with ESMTP id 0DFD9427F3 for ; Wed, 19 Oct 2022 15:19:54 +0200 (CEST) Received: by mail-ej1-f53.google.com with SMTP id d26so39878534ejc.8 for ; Wed, 19 Oct 2022 06:19:54 -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=IO0oYRzek4DwaOd9fJb/sioAPLvocanRBu4ZImfyGCc=; b=MLCAZbiYbNlXC+/xxtSdSOitoSjEftVxhmg+ZQzirbEFTugb5Txw02pXuwaq9/I7NB cnHSdEtgsF50/fVb/laCefrmS/69h6qf7iqsuDw2I+KsN1kczJcSSa6Yfe+EuKf6bUQU JD7j5wk83P8PpN7FLxpnbkj3Fa1dySvPYVwD6MDR8/L42gSYzEd64CBUj58PDIIWxKw+ p96iw8PeMl6cgSXER8NjZyoZT0+VLDht+OaCMOPfmnRYtjmytc1Sti+QH1fab6pJnQm5 BbiPMwHH7nlot8nhPG1O7YZSh451SYULW9TDTQNZwNsFXxeK8lQ/qr0AeeVGQ0pU8t7o G0+w== 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=IO0oYRzek4DwaOd9fJb/sioAPLvocanRBu4ZImfyGCc=; b=jIcsN9KB90rHBTeddfxOm3K0jIe5norP/U6BAhBkOq9s+r7NvF/x6kNZZUQGHanu2t lU/W1G8PB7vIw/hHyi3XB71rtW2QQCa/RVJ4IL7VC419mY51G2TjJKRSlV/v2CrJbFDY 4QeBI41Euu7Z6NKmidijvGN3gbxefgESjN5/SiBTfF3yh8X6KR7txzPKlXToOfqH8GCs bJa6hV+nMdi6d9OgpqsErBm2FVvWox8iYZu6FNkw0+NLdNgtj/TXT1KBFQzYuJ2XY8zF aGsKN9DR9or43jBo8+sW5Y08z+8i5z/JPmNMhwyKDC9A1fMqVoTehp/hhHhHeSx2RbrF A+vw== X-Gm-Message-State: ACrzQf0oh4X8HOpyxuCeA0CJUlsYYp93Cb3GT3BP43sXJOic5Ylnf4Ze AGYb12VYXW21BZoCFKgVCWw1js9VXs2JHLelnTI70Q== X-Google-Smtp-Source: AMsMyM4mEIcZpyxlGmQTu3Ynr7i49x8R3TNsnaL5Rsk1BcoXQS+xvrK2DomN3b81vMfV2l1XTt+6pvb9JO3l2DSyf04= X-Received: by 2002:a17:907:3ea4:b0:78e:25e2:c33b with SMTP id hs36-20020a1709073ea400b0078e25e2c33bmr6458608ejc.603.1666185593761; Wed, 19 Oct 2022 06:19:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Zhangfei Gao Date: Wed, 19 Oct 2022 21:19:31 +0800 Message-ID: Subject: 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 Mon, 17 Oct 2022 at 15:02, Akhil Goyal wrote: > > Hi everyone, > > > > We have a new crypto PMD submitted on ML (http://patches.dpdk.org/project= /dpdk/cover/20221008083747.6559-1-zhangfei.gao@linaro.org/) > > > > This PMD is dependent on an external library which needs to be cross comp= iled for ARM on x86. > > It mandatorily need =E2=80=9Cnumactl=E2=80=9D also cross-compiled and ins= tead of using pkg-config of libnuma, it need the library and headers to be = copied manually to aarch toolchain. > > And if that is also done, it is not generating pkg-config which DPDK can = use to compile the PMD. Thanks for the guidance. The udak library [1] now support x86 local build, and export pkg-config. I have verified the crypto pmd on both x86 and arm with pkg-config feature. Though x86 only support build and install, but not test since no hardware. v4: https://patches.dpdk.org/project/dpdk/cover/20221019125753.1700071-1-zh= angfei.gao@linaro.org/ [1] https://github.com/Linaro/uadk Thanks