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 AFEE5433B8; Fri, 24 Nov 2023 14:52:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C19B42D96; Fri, 24 Nov 2023 14:52:40 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id C352240283 for ; Fri, 24 Nov 2023 14:52:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1700833958; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KGNz5ZTws9l8PhupT9v5e8hodwKwjRcstfcsBZuvlnc=; b=i/2rGO3i56nH35ja800CVFXZSk0hEUu5wKWz2TIF+QtJplbYQcy8MzDUhKUBhy0BIG5HTC 0f6v0Xt9NBZDId3uDMo0v8TE9qB3Qj10PHAtgREXARvWN5DKgRfpTBJx463+zYOOHPHu0x GCf5xUpHoWdFFY6MdzCy2F1z0I8Wf+I= Received: from mail-lj1-f198.google.com (mail-lj1-f198.google.com [209.85.208.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-170-z-vmu8UmPzukIDRiGP-NQQ-1; Fri, 24 Nov 2023 08:52:37 -0500 X-MC-Unique: z-vmu8UmPzukIDRiGP-NQQ-1 Received: by mail-lj1-f198.google.com with SMTP id 38308e7fff4ca-2c892080ad3so15254381fa.0 for ; Fri, 24 Nov 2023 05:52:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700833955; x=1701438755; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=KGNz5ZTws9l8PhupT9v5e8hodwKwjRcstfcsBZuvlnc=; b=eOn+5hTWQgv+06rq8SO3FA7gwMQDkOvxDVX8Y+5bUJS2PqwSyuzJeNQpT4h9b1/O5L 5okn9z64iePK1vH5KC92rc8g/PFoLaWCim1c+kxGgZ+UbZTj4NpPiWvjXOYW1QwTA8kI 8atgYBzs10a6qh0H18kemrQM2Dlg7ri9TLzGm1vxagA4QP08MK6XFTOnmqMY+UlAX1E+ IIsVhFrIbixxfg7RvwMsQIstTlNuqiyBcQB+36WucMylqgIadn8bEa7Gz/RNmao2ufHy 3bnIogQ26Rlbzmhcqce2isuJWvEiVWu/g2cO4u8p0n/UDV2xNsLTEvwsD82CQNyiQqPC xD4w== X-Gm-Message-State: AOJu0YyWciSpCg8n66jWnQtbZkANRGYRxTkfb3D0nKijp6Wu32jlBkRS cfJazR2R7z+Uq+FxFFMt4wxWvwCyy5VfLFwEFBafE1b4eudd+X4jb/RoIDPzI512fVx9rVs9gDD y+598jmLJcSp+3QrLy4E= X-Received: by 2002:a2e:98cb:0:b0:2c3:eed6:f4f with SMTP id s11-20020a2e98cb000000b002c3eed60f4fmr904889ljj.5.1700833955674; Fri, 24 Nov 2023 05:52:35 -0800 (PST) X-Google-Smtp-Source: AGHT+IER1wtfYjr8fftaY7+JggUZJvrWyXn2WtSs9HrobBNEXk8q+hG4zxBaF+EP59YF+ym4d369O18zibU6DAZ1sE0= X-Received: by 2002:a2e:98cb:0:b0:2c3:eed6:f4f with SMTP id s11-20020a2e98cb000000b002c3eed60f4fmr904881ljj.5.1700833955404; Fri, 24 Nov 2023 05:52:35 -0800 (PST) MIME-Version: 1.0 References: <20231020141930.426503-1-ktraynor@redhat.com> In-Reply-To: <20231020141930.426503-1-ktraynor@redhat.com> From: David Marchand Date: Fri, 24 Nov 2023 14:52:23 +0100 Message-ID: Subject: Re: [PATCH] docs: add note about experimental API in LTS To: Kevin Traynor Cc: dev@dpdk.org, Bruce Richardson , Ferruh Yigit X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Fri, Oct 20, 2023 at 4:19=E2=80=AFPM Kevin Traynor = wrote: > > The justification and impact for changing experimental API on LTS > branches is different from the main branch. So the policy that is > being used for allowing experimental APIs to change is stricter on > the LTS branches. > > This was not documented anywhere, so add some documentation. > > Suggested-by: David Marchand > Signed-off-by: Kevin Traynor Thanks Kevin, applied. --=20 David Marchand