From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <yuanhan.liu@linux.intel.com>
Received: from mga07.intel.com (mga07.intel.com [134.134.136.100])
 by dpdk.org (Postfix) with ESMTP id 51FFB2C16;
 Tue, 23 May 2017 11:19:48 +0200 (CEST)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by orsmga105.jf.intel.com with ESMTP; 23 May 2017 02:19:47 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.38,381,1491289200"; d="scan'208";a="90647017"
Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162])
 by orsmga002.jf.intel.com with ESMTP; 23 May 2017 02:19:47 -0700
Date: Tue, 23 May 2017 17:19:47 +0800
From: Yuanhan Liu <yuanhan.liu@linux.intel.com>
To: Hemant Agrawal <hemant.agrawal@nxp.com>
Cc: dpdk stable <stable@dpdk.org>, "dev@dpdk.org" <dev@dpdk.org>
Message-ID: <20170523091947.GT2276@yliu-dev>
References: <AM2PR04MB0753EA8499C79C4ED1DAF54089F90@AM2PR04MB0753.eurprd04.prod.outlook.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <AM2PR04MB0753EA8499C79C4ED1DAF54089F90@AM2PR04MB0753.eurprd04.prod.outlook.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-stable] Next Stable Release?
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 23 May 2017 09:19:50 -0000

On Tue, May 23, 2017 at 09:05:38AM +0000, Hemant Agrawal wrote:
> Which is the next DPDK LTS release?

There is no answer yet. It could be v18.11. There was also a request for
proposing v17.11 to be the next LTS.

>  Is 17.05 a DPDK LTS release?

Nope, it's not in the plan.

> Do we need to send a copy to stable@dpdk.org for any fixes on 17.05?

What you just need to do is to put following tag in the commit log.

    Cc: stable@dpdk.org

	--yliu