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 3EB09A0A0C for ; Thu, 22 Jul 2021 22:20:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A495410E2; Thu, 22 Jul 2021 22:20:58 +0200 (CEST) Received: from mail-lj1-f172.google.com (mail-lj1-f172.google.com [209.85.208.172]) by mails.dpdk.org (Postfix) with ESMTP id 6D04440E5A for ; Thu, 22 Jul 2021 22:20:55 +0200 (CEST) Received: by mail-lj1-f172.google.com with SMTP id y7so8947109ljm.1 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=dsYU4eG+aMdORl+boXnxVpp9Lo5+Qx3PbdkQZ416rwScxeX/B8sP7zN8qNJVAv8s0e IQZZ4YfmzbbUuXgHW0Nl4me/df00KuhtIX4c1uy8wB2aC5Hwt3kOPxejsdoIs7KTTWUd yT+LWQsk/HQQvw20+MJ9MmvwFlDOjVfSUXLSZqMV2iJOq2qUjjiHv/wXGoZ1ZoIVu+0F Gn7Rud1APIglp/wMxrCyrWuz0w5Se+MWSE7bN49W6eXBL6Jv5tppDTRc4KOO8rFTw7jE qSIMT8GtzZM3MBPYZY3buVroGGj0TqVmDldRKJsLhai/DOdKcrGhVMRlAIuaUyhwF02r A0Ww== X-Gm-Message-State: AOAM531gWXhuX5bwczfzuP79LCYxpmG5MBXt7owKpJkqiVbV8LpXOegA Jh1Kl0gcE/aF5C3ZTZqfjS/01UJLDyu9JoLjPsUTOg== 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-ci] [dpdk-dev] [PATCH] crypto/octeontx: enable build on non Linux OS X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" 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