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 B7454A0A0F for ; Wed, 30 Jun 2021 18:23:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA02641286; Wed, 30 Jun 2021 18:23:48 +0200 (CEST) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by mails.dpdk.org (Postfix) with ESMTP id E7AA540141 for ; Wed, 30 Jun 2021 18:23:46 +0200 (CEST) Received: by mail-io1-f45.google.com with SMTP id g3so1892739iok.12 for ; Wed, 30 Jun 2021 09:23:46 -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=EKA9iHqza/Ij/OtBDp/u5jwtylCPAGy4Vy8dffqJ7uo=; b=dv3GsaDpWeLvfNisgu3/k4W2EgkduPU5AHn2TGrr/8pJY5+e5NS7ISS9azTei6v2RG 869Rqx87txhUN+339lA+Ze20GeqxVIYRxFcnikLut1l5KUlfZi1LkqhXyVGK3q1UcGDi CE0EfJ1RrXX1CjQofu+nYv7jQWjE3HaIzhz40= 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=EKA9iHqza/Ij/OtBDp/u5jwtylCPAGy4Vy8dffqJ7uo=; b=BxKRAX9pcwF6wjDQrZ9jPclTZYUplL0B7tx/rETuD5bbz+pFijxwXieRjCz2KElgKN vJUGDHAprnj+IA4Ysetomu6lBaAV+1f9MAfj3287UMzqhxok4SO1wfhujD6w0q+Hw8NF LXI8f0eCKlEYHKSI1V7Q7ryhLjO0wyzWpO6NUQhoLyEJdDCSyEAD1/l6hCi5GBegHeuX q+noBCh05CREd8b4Ek7bvhCpEkQD6jjD4o9EnkQwvR7QEbMSaPvgRn9ysz+T+bTh/5xm xJcJQb/2BATlykFhbNGUEDq4+T8f/hmXbKL7RLXUfA0Q18lJkKsIBDrNxoWdRSSTap6d 6alQ== X-Gm-Message-State: AOAM532L6HSMAezVkicvWKgYqDGox8JVMDDUeoQdLTYnw4rM0S9CE2Z2 esXzD1uj/cUYLQuLIec+pekIZ04N/B2OY7e+ei9FrQ== X-Google-Smtp-Source: ABdhPJyRTljfj79Acyqbhy96k6mA1I0QOT7KTCaTNqMj7NrfkBuDgS92dMLeudEwMlCYgI3GbG1xdw1ShiuF+EaF2Sc= X-Received: by 2002:a6b:e013:: with SMTP id z19mr8409427iog.34.1625070226362; Wed, 30 Jun 2021 09:23:46 -0700 (PDT) MIME-Version: 1.0 References: <0686a7c3fb3a22e37378a8545bc37bce04f4c391.1624481225.git.sthotton@marvell.com> In-Reply-To: From: Brandon Lo Date: Wed, 30 Jun 2021 12:23:09 -0400 Message-ID: To: Akhil Goyal Cc: Shijith Thotton , "dev@dpdk.org" , "ci@dpdk.org" , Pavan Nikhilesh Bhagavatula , Anoob Joseph , Jerin Jacob Kollanukkaran , "abhinandan.gujjar@intel.com" , Ankur Dwivedi Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-ci] [PATCH v2 2/2] drivers: add octeontx crypto adapter data path 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" Hi Akhil, I believe the FreeBSD 13 failure appeared because new requirements were added for drivers/event/octeontx. The ABI reference was taken at the v21.05 release which was able to build this driver at the time. I will try to look for a way to produce a real ABI test. Thanks, Brandon On Wed, Jun 30, 2021 at 4:54 AM Akhil Goyal wrote: > > > Added support for crypto adapter OP_FORWARD mode. > > > > As OcteonTx CPT crypto completions could be out of order, each crypto op > > is enqueued to CPT, dequeued from CPT and enqueued to SSO one-by-one. > > > > Signed-off-by: Shijith Thotton > > --- > This patch shows a CI warning for FreeBSD, but was not able to locate the error/warning in the logs. > Can anybody confirm what is the issue? > > http://mails.dpdk.org/archives/test-report/2021-June/200637.html > > Regards, > Akhil -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu