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 24CF4A0A0C; Thu, 22 Jul 2021 22:20:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 08F6140DF5; Thu, 22 Jul 2021 22:20:57 +0200 (CEST) Received: from mail-lj1-f179.google.com (mail-lj1-f179.google.com [209.85.208.179]) by mails.dpdk.org (Postfix) with ESMTP id 62BFF40DF5 for ; Thu, 22 Jul 2021 22:20:55 +0200 (CEST) Received: by mail-lj1-f179.google.com with SMTP id t3so8910955ljc.3 for ; Thu, 22 Jul 2021 13:20:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=d+1qXcFIFGlqlqvk0PXGAU7q7LgBePDFoSDM20I8K88=; b=h9R+u3x2F0y6Wx4CAtJorSJ/vIxb281OfcSGgAS5g2deoCZ+LVPzgXWNJI6kiAZiVl UkwdDTwPTyEjgFsF/cZjlQVFuplXZ4Qwt3Jwz0WqnyTgSuP8UFp0JPeUWX3TXbMF1QI1 ubCqHyGz0y9mARLL2BfXOMPFlgVNLEhJv2NaY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=d+1qXcFIFGlqlqvk0PXGAU7q7LgBePDFoSDM20I8K88=; b=rxJ8BMV9HpatLgs/mCb7//1SFMkNi4CP8+4e/akbdeRnhdOY6GuP3RaLJBxzA0lVNx JbpZdKEcE6uj9i1FX0CsqlV3SDUl8trS+lYNPRBpSXFp8Fae41H+xGpO0UtR/97FYzKi 4cCn0x133YS1B1a2mLgKlFAxPjObtFY9fZ52Ez3n8IwsIoOC63ZUnaXcWJ1f543fRX2j ZFiJ4kob35Csl0x2GYPsfv1JuOG0W9pZOA4TTXYAbCtFCO0qDs9j9ZdnZKhcosW1qJ+f ZPZWNxFAv4s7fNxv2yAj9+/WhoMBLncUkku7Y/JLI7Sxdup2dktFGjwJ/plNda1fihwM BrRg== X-Gm-Message-State: AOAM5331c+NkB8CwRqHidohWU3N4rp/Hsrh14RtfLX8LRKeTFlKzg++M 2zDbIS5gQ9UQ3Usrv9seO++2KANDYbonG4pzvrns9A== X-Google-Smtp-Source: ABdhPJwBqaMiIxPicwP/9rF3yB+8nmNaunbykm/CMWqJnrvjl6PyX3ZjUhabGf4T0gTpflhqO+mT4kgzMruX1RxVQak= X-Received: by 2002:a2e:9304:: with SMTP id e4mr1187382ljh.244.1626985254919; Thu, 22 Jul 2021 13:20:54 -0700 (PDT) MIME-Version: 1.0 References: <1815797.mnHlnkzLNo@thomas> <5939881.oZXA4rTKlg@thomas> In-Reply-To: <5939881.oZXA4rTKlg@thomas> From: Brandon Lo Date: Thu, 22 Jul 2021 16:20:18 -0400 Message-ID: To: Thomas Monjalon Cc: "dpdklab@iol.unh.edu" , "lylavoie@iol.unh.edu" , Shijith Thotton , Akhil Goyal , "david.marchand@redhat.com" , dev , "aconole@redhat.com" , ci@dpdk.org Content-Type: text/plain; charset="UTF-8" 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" 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, Brandon -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu