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 982AE45561; Wed, 3 Jul 2024 15:47:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8612742E1D; Wed, 3 Jul 2024 15:47:02 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 0948942E1D for ; Wed, 3 Jul 2024 15:47:01 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9B2B2367 for ; Wed, 3 Jul 2024 06:47:25 -0700 (PDT) Received: from [10.1.32.179] (e132843.arm.com [10.1.32.179]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 32DC53F762 for ; Wed, 3 Jul 2024 06:47:00 -0700 (PDT) Message-ID: <48dd1b2f-9c89-4733-a5ba-a6ebc2de1cfd@foss.arm.com> Date: Wed, 3 Jul 2024 14:46:58 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [EXTERNAL] [PATCH v4 1/5] crypto/openssl: fix GCM and CCM thread unsafe ctxs To: dev@dpdk.org References: <20240603160119.1279476-1-jack.bond-preston@foss.arm.com> <20240607124756.3968704-1-jack.bond-preston@foss.arm.com> <20240607124756.3968704-2-jack.bond-preston@foss.arm.com> <5d2d9b7b-e6f2-4f23-aa13-397d18ceed78@foss.arm.com> Content-Language: en-GB From: Jack Bond-Preston In-Reply-To: <5d2d9b7b-e6f2-4f23-aa13-397d18ceed78@foss.arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 03/07/2024 11:49, Jack Bond-Preston wrote: > On 02/07/2024 16:39, Akhil Goyal wrote: >> >> I am seeing below errors when it is compiled with openssl 3.0 >> >> [1/30] Compiling C object >> 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'. >> FAILED: >> drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o >> > Ah, that's my mistake. The OpenSSL version comparison macros should be > >= 3.0.0, not > (in patches 1/5 and 3/5). I will push the amended > patchset ASAP. v5 uploaded to fix this.