From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id B00DD6833; Thu, 19 Apr 2018 11:38:15 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2580D4023150; Thu, 19 Apr 2018 09:38:15 +0000 (UTC) Received: from ktraynor.remote.csb (ovpn-117-2.ams2.redhat.com [10.36.117.2]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3E2D76353F; Thu, 19 Apr 2018 09:38:11 +0000 (UTC) To: Thomas Monjalon , Ferruh Yigit Cc: web@dpdk.org, dev@dpdk.org, techboard@dpdk.org, bluca@debian.org, yliu@fridaylinux.org, christian.ehrhardt@canonical.com, yskoh@mellanox.com References: <20180309133612.19927-1-thomas@monjalon.net> <2746771.jHPYkc9GPR@xps> <2289123.B0I2yLRMB9@xps> From: Kevin Traynor Organization: Red Hat Message-ID: Date: Thu, 19 Apr 2018 10:38:10 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <2289123.B0I2yLRMB9@xps> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Thu, 19 Apr 2018 09:38:15 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Thu, 19 Apr 2018 09:38:15 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'ktraynor@redhat.com' RCPT:'' Subject: Re: [dpdk-web] [PATCH v2] update stable releases roadmap X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2018 09:38:16 -0000 On 04/18/2018 02:28 PM, Thomas Monjalon wrote: > 18/04/2018 14:28, Ferruh Yigit: >> On 4/18/2018 10:14 AM, Thomas Monjalon wrote: >>> 18/04/2018 11:05, Ferruh Yigit: >>>> On 4/11/2018 12:28 AM, Thomas Monjalon wrote: >>>>> -

Typically a new stable release version follows a mainline release >>>>> - by 1-2 weeks, depending on the test results. >>>>> +

The first stable release (.1) of a branch should follow >>>>> + its mainline release (.0) by at least two months, >>>>> + after the first release candidate (-rc1) of the next branch. >>>> >>>> Hi Thomas, >>>> >>>> What this change suggest? To be able to backport patches from rc1? >>> >>> Yes, it is the proposal we discussed earlier. >>> We can wait one week after RC1 to get some validation confirmation. >>> Do you agree? >> >> This has been discussed in tech-board, what I remember the decision was to wait >> the release to backport patches into stable tree. > Any minutes? I couldn't find them > It was not so clear to me. > I thought post-rc1 was acceptable. The idea is to speed-up stable releases > pace, especially first release of a series. > > I think timing of stable releases and bugfix backports to the stable branch are two separate items. I do think that bugfix backports to stable should happen on a regular basis (e.g. every 2 weeks). Otherwise we are back to the situation where if there's a bugfix after a DPDK release, a user like (surprise, surprise) OVS may not be able to use that DPDK version for ~3 months. Someone who wants to get the latest bugfixes can just take the latest on the stable branch and importantly, can have confidence that the community has officially accepted those patches. If someone requires stable to be validated, then they have to wait until the release. Kevin.