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 D28F0A0032; Mon, 18 Jul 2022 18:21:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 66D7240E25; Mon, 18 Jul 2022 18:21:50 +0200 (CEST) Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com [209.85.214.181]) by mails.dpdk.org (Postfix) with ESMTP id D922040041 for ; Mon, 18 Jul 2022 18:21:49 +0200 (CEST) Received: by mail-pl1-f181.google.com with SMTP id b2so9474424plx.7 for ; Mon, 18 Jul 2022 09:21:49 -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=guqSvFt9fe/Z71lHlrwS9yI+s7mlMvOG+/gdxLfSMDs=; b=h3AN8E1iLbTnzBhuq7fttYS0DhJwX6HaJ2JSWz2oj4S4HC4dvt9nQX+2YHGNI0oTC5 5ypBSaR2jdNRfIB9Fuz37AoHkTzB5bHbCrFK8sabmmQ5k9XY8ppxuLhp0yMYgO3/yAHx VAY/udRn8+bEBULHAxrRVbMqYIGWZ9r5Y73fs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=guqSvFt9fe/Z71lHlrwS9yI+s7mlMvOG+/gdxLfSMDs=; b=tN9eJxLpvf8Odryz8mmtuigA2iQHRC8PnWWdgVVaoP9eXZjYuQHdsOA7nscx3RPaGF d5Q+yRl3RDyZPnxC/dXazBvxb2GCiYfIZmr5jGdm36F6tKjZMGJA+zW0mbr5ehlgy4ic zKsm13ceVDlt+WZPcC7+gUi74tKMLTzrfDBRQl2oA0sRbAK8i332pFfPHukOMzOo8yEi xhtg/VRxCC27gOfApfUouX6Hg2Gq/RvzYMNKk2WUOzVD6C9k1lUxF2VSbjJ2bRI7uhCM iTLnmglB7B2Ibwb6GJfFuRPwX/2IeY3KgcQKdvEuPEmOmkZctgnGgi5Dg2Ka/UuwIT+K +lTQ== X-Gm-Message-State: AJIora/oeKsXXQ4aN7M6OQI9S0FaFGZID+5+++YlGjdiVLwxmHgt7eQd izc4ttMQ3RZ7B7CB2Q44TW0g5YWB09ndjw+wMV8reg== X-Google-Smtp-Source: AGRyM1unkvWk04d+aaJ3htFAAleEGAlFAnjIyInrIIWyq+WH0dysCxvG2aujJy4+9d6tviojeQifu18v0t/PfPGrKRU= X-Received: by 2002:a17:902:e749:b0:16c:3d6f:aba3 with SMTP id p9-20020a170902e74900b0016c3d6faba3mr28220749plf.135.1658161308868; Mon, 18 Jul 2022 09:21:48 -0700 (PDT) MIME-Version: 1.0 References: <20220718100909.2299331-1-david.marchand@redhat.com> In-Reply-To: From: Lincoln Lavoie Date: Mon, 18 Jul 2022 12:21:37 -0400 Message-ID: Subject: Re: [PATCH] version: 22.11-rc0 To: David Marchand Cc: dpdklab , ci@dpdk.org, dev , Aaron Conole , Michael Santana , Ray Kinsella , Thomas Monjalon Content-Type: multipart/alternative; boundary="000000000000cbc65a05e416c350" 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 --000000000000cbc65a05e416c350 Content-Type: text/plain; charset="UTF-8" HI All, With the 22.07 release, I think we can now disable the ABI for the dpdk main, until the next LTS release, correct? Cheers, Lincoln On Mon, Jul 18, 2022 at 8:34 AM David Marchand wrote: > Hello CI guys, > > On Mon, Jul 18, 2022 at 12:10 PM David Marchand > wrote: > > > > Start a new release cycle with empty release notes. > > > > The ABI version becomes 23.0. > > The map files are updated to the new ABI major number (23). > > The ABI exceptions are dropped and CI ABI checks are disabled because > > compatibility is not preserved. > > Special handling of removed drivers is also dropped in check-abi.sh and > > a note has been added in libabigail.abignore as a reminder. > > > > Signed-off-by: David Marchand > > Just a heads-up that once this patch is merged, the ABI check will > have to be disabled in CI environments. > > > -- > David Marchand > > -- *Lincoln Lavoie* Principal Engineer, Broadband Technologies 21 Madbury Rd., Ste. 100, Durham, NH 03824 lylavoie@iol.unh.edu https://www.iol.unh.edu +1-603-674-2755 (m) --000000000000cbc65a05e416c350 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
HI = All,

=
With the 22.07 relea= se, I think we can now disable the ABI for the dpdk main, until the next LT= S release, correct?

Cheer= s,
Lincoln

On Mon, Jul 18, 2022 at 8:34 AM David Marchand <david.marchand@redhat.com> wrote:
Hello CI guys,

On Mon, Jul 18, 2022 at 12:10 PM David Marchand
<david.ma= rchand@redhat.com> wrote:
>
> Start a new release cycle with empty release notes.
>
> The ABI version becomes 23.0.
> The map files are updated to the new ABI major number (23).
> The ABI exceptions are dropped and CI ABI checks are disabled because<= br> > compatibility is not preserved.
> Special handling of removed drivers is also dropped in check-abi.sh an= d
> a note has been added in libabigail.abignore as a reminder.
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Just a heads-up that once this patch is merged, the ABI check will
have to be disabled in CI environments.


--
David Marchand



--
Lincoln Lavoie
Prin= cipal Engineer, Broadband Technologies
21 Madbury Rd., Ste. 100, = Durham, NH 03824
+1-603-674-= 2755 (m)

<= /div>
--000000000000cbc65a05e416c350--