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 818194555B for ; Wed, 3 Jul 2024 12:49:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7904141148; Wed, 3 Jul 2024 12:49:59 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 0971E40E41; Wed, 3 Jul 2024 12:49:57 +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 4F0E6367; Wed, 3 Jul 2024 03:50:21 -0700 (PDT) Received: from [10.1.32.179] (unknown [10.1.32.179]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 054F53F762; Wed, 3 Jul 2024 03:49:54 -0700 (PDT) Message-ID: <5d2d9b7b-e6f2-4f23-aa13-397d18ceed78@foss.arm.com> Date: Wed, 3 Jul 2024 11:49:52 +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: Akhil Goyal , Kai Ji , Fan Zhang Cc: "dev@dpdk.org" , "stable@dpdk.org" , Wathsala Vithanage 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> Content-Language: en-GB From: Jack Bond-Preston In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org 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.