From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wr0-f170.google.com (mail-wr0-f170.google.com
 [209.85.128.170]) by dpdk.org (Postfix) with ESMTP id B017937AA
 for <web@dpdk.org>; Fri, 24 Feb 2017 10:59:37 +0100 (CET)
Received: by mail-wr0-f170.google.com with SMTP id g10so7906210wrg.2
 for <web@dpdk.org>; Fri, 24 Feb 2017 01:59:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=8wh+EwP8cvTrTeUS60J1crKXXYvAzqyPRVT8F0ZcQHc=;
 b=CU12/qoesivZyk/x8y4S3tudeNA+sfJFyO5v1/5j/OtmdTg34t9AZay284GPc84LVS
 RDzeTilnHJI9rU4BpG2XFdZFmVnE30+URJ5iHLjbO0lh8gGcldfPHBPaaoZppC7XVQ65
 BQyVGPLCXUeO1exDNUNCwdb6+hLsvMBgKo9cp9xf6wN6GmXelu2+XIBUGTILo/oTSgqF
 hDbvAHMrzHR10uswudiEaVm/hFkBX8cEtVr7gzAibPRBHLJa2z37YEDGXivibUXPxaCU
 DMKroL92rXVjDu1TR8k1+BhDCCQ7cyGVbyHoQ7MjSnZZPjWgcIlxX5e9iSHV4NwDGD43
 47GA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=8wh+EwP8cvTrTeUS60J1crKXXYvAzqyPRVT8F0ZcQHc=;
 b=kG+LCUzr4+f1zJawhqyTydwGPu+yJwfcbdnJ+YaIw+kFpgaC4Y7ghvYvjfUmp1TmOp
 k+PtM5a2w0WzmV2n768kvNBjbTs+A9UnT9sIm0WHQ3JFhFFepYM/drJK08Y1REAYwpf0
 FGkiguqO3xy7fETMQHxEMbohVy7V3mmpmCElO7SpmvkFaccq45I11XMXbO/ldVFbHYPn
 kwaOB2Q8r1c4Hs/VCBphUlAfVUE/aVIPBKruCi40vVnrg3U6kdVHVYdIUUs6eb6nK8hY
 pLCq6KGNxOsLVdQ50rsz9UlpfPj7Qg9iM3OSBvsjgOojEWoQYcJuMEmxHCFDS4wqRHEY
 fOuQ==
X-Gm-Message-State: AMke39lrThsrbHwU/xI1tj6fhYeNCBFkcYSzG09TLhdpuYaXX8yTYJ2wmG/VfFbRGaymLREm
X-Received: by 10.223.155.135 with SMTP id d7mr1561707wrc.99.1487930377491;
 Fri, 24 Feb 2017 01:59:37 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id e72sm1663023wma.16.2017.02.24.01.59.36
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 24 Feb 2017 01:59:36 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Yuanhan Liu <yuanhan.liu@linux.intel.com>,
 John McNamara <john.mcnamara@intel.com>
Cc: web@dpdk.org, Yu Liu <yu.y.liu@intel.com>
Date: Fri, 24 Feb 2017 10:59:35 +0100
Message-ID: <2123589.QQF2zxEr9x@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1485173446-30737-1-git-send-email-yuanhan.liu@linux.intel.com>
References: <1485173446-30737-1-git-send-email-yuanhan.liu@linux.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-web] [PATCH] add stable and LTS release plan
X-BeenThere: web@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK website maintenance <web.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 24 Feb 2017 09:59:37 -0000

Hi,

Sorry there was no feedback on this patch.

2017-01-23 20:10, Yuanhan Liu:
> Cc: John McNamara <john.mcnamara@intel.com>
> Cc: Yu Liu <yu.y.liu@intel.com>
> Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
> ---
> 
>   I made it in rush, meaning there are huge room for improvements
>   about this short update :)
> 
>   Another thought from me is to link the detailed stable/LTS doc
>   from John, when it's merged.

It is merged: http://dpdk.org/doc/guides/contributing/stable.html

> +	<h3 id="stable">Stable and LTS release</h3>
> +	<p>A new release will be made about every 3 months, shortly (about 3
> +	weeks) after an upstream release is made. For example, v16.11.1 will
> +	be released shortly after v17.02 is released.
> +	<p>For a stable release, normally, there is only one such release.
> +	While for a LTS release, which has longer maintainance (2 years),
> +	there are more releases (.2, .3, etc) following.

John, any opinion or rewording for this text?

>  	<h3 id="dates">Scheduling</h3>

I think we should publish the dates for the next releases here.