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 78FC2A04FF; Mon, 21 Mar 2022 15:09:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 208DC427E9; Mon, 21 Mar 2022 15:09:55 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id C17354161A for ; Mon, 21 Mar 2022 15:09:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1647871792; 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=ikKuVIAOcBhIfCVhBpdBZmyWXQ9XWC4SLz8/VnZPYFU=; b=XqnuCh7F/ao+eeEAgKaoqJzsGHoS3ac/85B8e0MvxXkv/ydganz4dhn5+RgdyVjfRd8omo YnAWD2meq65iKkBk+V8EZe6qXdS82wHOkCAk5xNY+UcXqhnkKKQnt+12+Dsxx6guhcEEVZ Ox96xjVy6h2FoZSkqdoFX+rDdBNH7Po= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-479-eMFg0ureNR2EusrGpmOBSQ-1; Mon, 21 Mar 2022 10:09:50 -0400 X-MC-Unique: eMFg0ureNR2EusrGpmOBSQ-1 Received: by mail-lf1-f72.google.com with SMTP id m12-20020a056512014c00b0044a10c21f39so1368493lfo.22 for ; Mon, 21 Mar 2022 07:09:49 -0700 (PDT) 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=ikKuVIAOcBhIfCVhBpdBZmyWXQ9XWC4SLz8/VnZPYFU=; b=ocu8l4aGBS76ud7E/SM0ZHPA6OC0TFuRknAv2LTaFHqkateaTDb9QVXtjQubVM+Cjn bW27Hng1AmMNrLJrOi9mF2tsu9fYT9JIwS4DE31As6J95KIKNEQ4ZiwZVtKiz+cO/Nki 724fsp7ZSWaeBB5yhczCE8G/E6OycctLbHxN3u8JR4v8h2CVsFqTi+4TbebL7CQSn3RL GfZfOSIm+qybiTEdxU6Gm1mK8dA55Gt818AjQS/WxBh4b/qoCK2Gtd3y+yU6+2WorMv7 u7K72yH/bGAAD94hHey7rH1D5OtvRJFRjkxvZpdlTzoMb9MTWYpflcbLsOYOkD5X8jrB n0Pw== X-Gm-Message-State: AOAM533AkSpYITaEx5MFqKl/pNkDgs2BoEpbB/N/YQ360G8+Dt2zBnLZ NlWhUYP5yOH0La3sg0fOhgovKZ2Rlb60OVbBPk9NTBZNMdKWbAGLB5GtPg3cmcAVbn6tO+hlBgd hI/2lKRW1TcwwU/eLe/I= X-Received: by 2002:a19:7b04:0:b0:443:add9:fdf5 with SMTP id w4-20020a197b04000000b00443add9fdf5mr14827149lfc.265.1647871788750; Mon, 21 Mar 2022 07:09:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyIVV2/qCVkguj2wWoO0XEkPYGjX/UebQldypDeS6wRkutzCM7gYOK1nzG69O2C9+5CTAfxPbi89e0nSoEtBQI= X-Received: by 2002:a19:7b04:0:b0:443:add9:fdf5 with SMTP id w4-20020a197b04000000b00443add9fdf5mr14827133lfc.265.1647871788447; Mon, 21 Mar 2022 07:09:48 -0700 (PDT) MIME-Version: 1.0 References: <20220318143508.28550-1-david.marchand@redhat.com> <5550537.DvuYhMxLoT@thomas> In-Reply-To: <5550537.DvuYhMxLoT@thomas> From: David Marchand Date: Mon, 21 Mar 2022 15:09:37 +0100 Message-ID: Subject: Re: [PATCH] version: 22.07-rc0 To: Thomas Monjalon Cc: dev , Aaron Conole , Michael Santana , Ray Kinsella 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" 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 On Mon, Mar 21, 2022 at 2:01 PM Thomas Monjalon wrote: > > 18/03/2022 15:35, David Marchand: > > +ABI Changes > > +----------- > > + > > +.. This section should contain ABI changes. Sample format: > > + > > + * sample: Add a short 1-2 sentence description of the ABI change > > + which was announced in the previous releases and made in this release. > > + Start with a scope label like "ethdev:". > > + Use fixed width quotes for ``function_names`` or ``struct_names``. > > + Use the past tense. > > + > > + This section is a comment. Do not overwrite or remove it. > > + Also, make sure to start the actual text at the margin. > > + ======================================================= > > + > > +* No ABI change that would break compatibility with 21.11. > > Should we say 21.11 and 22.03? In practice, compatibility is probably maintained, but we are committed to maintain ABI compatibility with v21.11 only. So I would leave this as is. http://inbox.dpdk.org/dev/27c97b09-0b78-ccbc-db1e-860ac6012aec@ashroe.eu/ -- David Marchand