From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stable-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 125D0A0547
	for <public@inbox.dpdk.org>; Mon, 22 Feb 2021 13:38:09 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id E9C8640683;
	Mon, 22 Feb 2021 13:38:08 +0100 (CET)
Received: from us-smtp-delivery-124.mimecast.com
 (us-smtp-delivery-124.mimecast.com [63.128.21.124])
 by mails.dpdk.org (Postfix) with ESMTP id 071C44013F
 for <stable@dpdk.org>; Mon, 22 Feb 2021 13:38:06 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;
 s=mimecast20190719; t=1613997486;
 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=J6HPz5jQUHgtcSG7mXpcDo1hRCyBD83rtpHXeMRiGEI=;
 b=ip9YxaKt41AGSQHwlLM9fVn92tIbtKBc/PaE4OZXmoSA1kK3qLEOVucDOuIJYAYmSd/SHd
 U9jeEh+rqYwsXYOvT1BKwAIhkgflo4Tn+2XqHPQMVJSuURCY/i+jbqB5nr1lXj+qV/P0vW
 P9VePBCMjae3ipLcIj2NS6Zz1JEftmk=
Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com
 [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id
 us-mta-334-psVs8t23Mo63lxBsuBF1cw-1; Mon, 22 Feb 2021 07:38:02 -0500
X-MC-Unique: psVs8t23Mo63lxBsuBF1cw-1
Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com
 [10.5.11.12])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 45D0A801965;
 Mon, 22 Feb 2021 12:38:01 +0000 (UTC)
Received: from [10.36.115.93] (ovpn-115-93.ams2.redhat.com [10.36.115.93])
 by smtp.corp.redhat.com (Postfix) with ESMTP id 3A74160C04;
 Mon, 22 Feb 2021 12:38:00 +0000 (UTC)
To: dev@dpdk.org
Cc: stable@dpdk.org, bluca@debian.org, christian.ehrhardt@canonical.com
References: <20210219111711.416979-1-ktraynor@redhat.com>
From: Kevin Traynor <ktraynor@redhat.com>
Message-ID: <7d59151d-6dd1-6172-c907-a64d85ef0bbf@redhat.com>
Date: Mon, 22 Feb 2021 12:37:59 +0000
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
 Thunderbird/78.7.0
MIME-Version: 1.0
In-Reply-To: <20210219111711.416979-1-ktraynor@redhat.com>
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12
Authentication-Results: relay.mimecast.com;
 auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: redhat.com
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-stable] [PATCH v2] doc: update stable section
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
Errors-To: stable-bounces@dpdk.org
Sender: "stable" <stable-bounces@dpdk.org>

On 19/02/2021 11:17, Kevin Traynor wrote:
> Updating the docs to elaborate on the stable release
> characteristics and better document the current practice
> about new features in stable releases.
> 
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> 
> ---

Acked-by: Luca Boccassi <bluca@debian.org>