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 31924A0C3F; Thu, 15 Apr 2021 21:32:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DAF0016243D; Thu, 15 Apr 2021 21:32:14 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 61A01162433 for ; Thu, 15 Apr 2021 21:32:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618515132; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/Gmg66RXRhZaG9wtQl0SK2NYR4k5skeK1uvFoznX9NQ=; b=Dau5vSxTn+plDYEYqgV7I1D5GTjXWEpFifxvgZwW9tgIuuuIxIfhrbN1SeJuEjn1mUfRWY isPJNetHeAdhxaUOxg3ZEPSwKy/XMsbBGnkrn4ZQVDQ+dRBgoQsc66iMY7qGzbN8/bHDyQ t/zYRhO9UvSyEPQJz2AwMFpgt35KZZM= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-531-5cM2uIWOPoGP--55lUUsHg-1; Thu, 15 Apr 2021 15:32:11 -0400 X-MC-Unique: 5cM2uIWOPoGP--55lUUsHg-1 Received: by mail-vs1-f71.google.com with SMTP id j16-20020a67f7900000b02901e1faf5951eso2921492vso.17 for ; Thu, 15 Apr 2021 12:32:11 -0700 (PDT) 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=/Gmg66RXRhZaG9wtQl0SK2NYR4k5skeK1uvFoznX9NQ=; b=cSK+uhahKFFUOHAZuHmiYy7BvuujF/l1cU6//H5nSIYaDACVk9MOf01tmUeVCc6X/q 4h50nWYv+jxFB3H2q3UgLKhjkxqsAzMFR9b1wS7w8SgrxCJNNlCHz5HQwgrKRS8gsmbT YEFuaB+QWREt/LDmcK6xgakRH26JhreBlllA1euwU6zuhpALAUoym3rCQdIp8c7UvDpR 8tqlqcJGkkn9AZsKI0pf+/b39W+WX4RNO4Q+guVlJeGEzRfI2N8GNzazmeSHZvvvamto 1nXjc5VgdpU9T0nREwe2qCYEMK1cF5TmlXD9BIzzN4YwVY9h4jA/9Myxp19gifGvBhPa MrUw== X-Gm-Message-State: AOAM530wzFW8y7gD5C19OIxYtzenvGDCtuRybEnZlMmbFDLYDQiV6UM7 GaekOrqtQOI8lhM06cd+nzZNTgBiYpcGRXkUYM65xX8Gy7QjTkuv7tj6HcOwbbUiGwLF5KCZZxb hg8gDbkz0mSDYOW9xjf0= X-Received: by 2002:a67:de08:: with SMTP id q8mr3991649vsk.5.1618515130632; Thu, 15 Apr 2021 12:32:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzXBy4PYb3nADRneYn/lW3iJqv6ThTGZ67YABpTnreyrYDnXM6T5pT1NoPREbXKQPFrZxMFTsHMluML6WNVyDo= X-Received: by 2002:a67:de08:: with SMTP id q8mr3991642vsk.5.1618515130480; Thu, 15 Apr 2021 12:32:10 -0700 (PDT) MIME-Version: 1.0 References: <1612449252-395208-1-git-send-email-matan@nvidia.com> <20210414202159.1075118-1-thomas@monjalon.net> In-Reply-To: From: David Marchand Date: Thu, 15 Apr 2021 21:31:59 +0200 Message-ID: To: Akhil Goyal Cc: Thomas Monjalon , "dev@dpdk.org" , "matan@nvidia.com" , Ray Kinsella , Neil Horman , Declan Doherty , Aaron Conole , Dodji Seketeli , "Yigit, Ferruh" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [EXT] [PATCH v5] cryptodev: support multiple cipher data-units 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, Apr 15, 2021 at 9:01 PM Akhil Goyal wrote: > This patch is causing ABI breakage at my end, but since CI is passing, I am applying this patch. > I believe my libabigail version is older than what CI is using. I discussed this earlier with Thomas. This is likely the use of anonymous struct/union that was not understood by libabigail until recently. The public CI (Travis and GHA) uses libabigail 1.8. -- David Marchand