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 ECA8FA0A0C; Thu, 22 Jul 2021 22:32:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6B64040E01; Thu, 22 Jul 2021 22:32:44 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by mails.dpdk.org (Postfix) with ESMTP id E6FCB4014D; Thu, 22 Jul 2021 22:32:42 +0200 (CEST) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 58BB53200935; Thu, 22 Jul 2021 16:32:41 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Thu, 22 Jul 2021 16:32:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= KLNPIOIxtsnl2h7Fxu2jXFvpMlMEJoQK/ciK/pbgCig=; b=k0VpwzvgjlJOhv1H fRMu/3ANO+MW0MTQPEF4eQT0Jf/771M3g52y/GDFkmkNVROwP3momKWLAYkBtybN E3/JIokp7ashmEdCUVoxjHTWArpHUZ44N9YUYhmLZfvA+dEzl7QTgirL2Qpu3t3/ 9vGwmP1/V93J2NO5WZiO0ghbaTPW5DvggI0G0PunqJfTwNDAt1h4Houu2qvFKlk5 p1qhAVksWr++kbKIkcunTWOy+/6hO35xI6OApXYrbThR1aEKseyoMq6eOFKj33h4 ilsQj1OtNTcqMgF6EQpnMCgZ3BmS3v9oJW6u0w4eMmtUUeBvOC7RTkHvM+qY58Hn KBtGxg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=KLNPIOIxtsnl2h7Fxu2jXFvpMlMEJoQK/ciK/pbgC ig=; b=sfM2QnKP0mBCXWS/EtB54mBtCGWhRPCu5qTt6ogI0nQnW//XRszzp2XZR ENyKhEnDd/yYku2G0sozR6wpzknJjsVAibWdAjkcCoigBTMM06XCmMWSpRo24xQ0 lWq1Uwm/NYOBwLYtT5cMALvYZL/+8dDOZ9OZFqE81rsUqT/2LigoUsP9PTxxy0tN 8Elnbn2y/OI2NzePYVgzp6Kcx3dkjWOPMOecpAsWhphaNjNWwfTh8B/sPaai3QCt 5dhXW2qab90sG6BsIUA2MN7CtCJ0tLtCmSotHtX/AogWzJDtgAGoRtHMyeNWxCRT dyigahFQvKOqYG4Z/QsWayJ1T7Ovw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrfeeigddugedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 22 Jul 2021 16:32:39 -0400 (EDT) From: Thomas Monjalon To: Brandon Lo Cc: "dpdklab@iol.unh.edu" , "lylavoie@iol.unh.edu" , Shijith Thotton , Akhil Goyal , "david.marchand@redhat.com" , dev , "aconole@redhat.com" , ci@dpdk.org Date: Thu, 22 Jul 2021 22:32:58 +0200 Message-ID: <6211865.m4nO5kPP42@thomas> In-Reply-To: References: <5939881.oZXA4rTKlg@thomas> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] crypto/octeontx: enable build on non Linux OS 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 Sender: "dev" 22/07/2021 22:20, Brandon Lo: > On Thu, Jul 22, 2021 at 3:08 PM Thomas Monjalon wrote: > > > > 22/07/2021 21:06, Thomas Monjalon: > > > 22/07/2021 11:17, Akhil Goyal: > > > > > Enabled build of Octeontx crypto PMD on non linux OS. Other Octeontx > > > > > PMDs are enabled already. > > > > > > > > > > This is to avoid ABI test failure on an OS once we add dependency > > > > > between a driver which is built to another which is not. > > > > > > > > Fixes: 8dc6c2f12ecf ("crypto/octeontx: add crypto adapter framework") > > > > > > > > > > > > > Reported-by: David Marchand > > > > > > > > > Signed-off-by: Shijith Thotton > > > > > > > > Acked-by: Akhil Goyal > > > > > > > > Thomas/David: please pick this patch directly on main to fix build on CI for FreeBSD. > > > > > > Applied, thanks. > > > > Please could you re-test the ABI on FreeBSD > > and re-enable in the CI if the test is passing? > > > > Thank you > > I ran a couple test runs on FreeBSD 13 to ensure that the patch > compiles successfully, and I enabled reporting. > FreeBSD 13 should start to appear in the ABI test results of newer > tarballs with the patch. Thanks a lot Brandon, well managed.