From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A8DDC433F5 for ; Tue, 22 Mar 2022 09:15:47 +0000 (UTC) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B85C427ED; Tue, 22 Mar 2022 10:15:46 +0100 (CET) Received: from mail-108-mta103.mxroute.com (mail-108-mta103.mxroute.com [136.175.108.103]) by mails.dpdk.org (Postfix) with ESMTP id 9E123410E5 for ; Tue, 22 Mar 2022 10:15:44 +0100 (CET) Received: from filter006.mxroute.com ([140.82.40.27] 140.82.40.27.vultrusercontent.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta103.mxroute.com (ZoneMTA) with ESMTPSA id 17fb0e91dc3000fe85.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 22 Mar 2022 09:15:41 +0000 X-Zone-Loop: 2de2000704505a08a5d25ba50ebd3962f722eb25b96d X-Originating-IP: [140.82.40.27] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Type:MIME-Version:Message-ID:Date:In-reply-to:Subject:Cc:To: From:References:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=HGbsEiNS/sFnyrrv7qC1CYAahuQRgsGaN0RZBnBfsSI=; b=UEypCOwVpgqMEQUovOR30f3YHg tpV+agrc7evLl+DKXdZgqiyIbcNHbYuU17L4LcmlhRCtXsvNLI8pPTNNNgMLFx6jtZqhZff5PoKfI kK2prTl8B8vUjpuzRHpwgTHY57mH08Ys0EO/3FxP/MzknBPmWaE0JzvOTHj6m/cdTVjR7v6RZhvLz kBMqJ31vl3YH4d8RhRL2gzsJq0mRH+HCza4SPwnl6sfD5/mq7ZPt/jKYO7CAfneYpp24XoXTazqjg EPXGCUKg3VI7SqawR+T8sUHwBkMnQ8QcaIXQ/1gea/vI8h58SY0KAZKQKSE3TAj8+eb+QKXmGewoa wS+oTEVA==; References: <20220318143508.28550-1-david.marchand@redhat.com> <5550537.DvuYhMxLoT@thomas> User-agent: mu4e 1.4.15; emacs 27.1 From: Ray Kinsella To: David Marchand Cc: Thomas Monjalon , dev , Aaron Conole , Michael Santana Subject: Re: [PATCH] version: 22.07-rc0 In-reply-to: Date: Tue, 22 Mar 2022 05:15:38 -0400 Message-ID: <87v8w6qret.fsf@mdr78.vserver.site> MIME-Version: 1.0 Content-Type: text/plain X-AuthUser: mdr@ashroe.eu 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 David Marchand writes: > 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/ Agreed +1 - our only commitment is to v21.11. Otherwise things would start to get very complicated. :-) -- Regards, Ray K