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 5F781A0C4B; Fri, 19 Nov 2021 16:22:45 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE8D240143; Fri, 19 Nov 2021 16:22:44 +0100 (CET) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by mails.dpdk.org (Postfix) with ESMTP id B4ED740140; Fri, 19 Nov 2021 16:22:43 +0100 (CET) Received: (Authenticated sender: i.maximets@ovn.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 69783E000A; Fri, 19 Nov 2021 15:22:36 +0000 (UTC) Message-ID: <2434249d-68ba-d8a8-3bd7-2f21f9ac0075@ovn.org> Date: Fri, 19 Nov 2021 16:22:35 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Cc: i.maximets@ovn.org, david.marchand@redhat.com, ferruh.yigit@intel.com, andrew.rybchenko@oktetlabs.ru, qi.z.zhang@intel.com, jerinj@marvell.com, rasland@nvidia.com, maxime.coquelin@redhat.com, gakhil@marvell.com, bluca@debian.org, bruce.richardson@intel.com, mdr@ashroe.eu, konstantin.ananyev@intel.com, olivier.matz@6wind.com, honnappa.nagarahalli@arm.com, hemant.agrawal@nxp.com, aconole@redhat.com, ajit.khaparde@broadcom.com, Ian Stokes , ovs-discuss , Timothy Redaelli , Flavio Leitner Content-Language: en-US To: Kevin Traynor , Thomas Monjalon , dev@dpdk.org, users@dpdk.org References: <5786413.XMpytKYiJR@thomas> <4b5ad9da-585d-37ef-198c-6c4e6d6ad9aa@redhat.com> From: Ilya Maximets Subject: Re: release schedule change proposal In-Reply-To: <4b5ad9da-585d-37ef-198c-6c4e6d6ad9aa@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 11/15/21 17:06, Kevin Traynor wrote: > On 15/11/2021 14:58, Thomas Monjalon wrote: >> For the last 5 years, DPDK was doing 4 releases per year, >> in February, May, August and November (the LTS one): >>     .02   .05   .08   .11 (LTS) >> >> This schedule has multiple issues: >>     - clash with China's Spring Festival >>     - too many rushes, impacting maintainers & testers >>     - not much buffer, impacting proposal period >> >> I propose to switch to a new schedule with 3 releases per year: >>     .03      .07      .11 (LTS) >> >> New LTS branch would start at the same time of the year as before. >> There would be one less intermediate release during spring/summer: >> .05 and .08 intermediate releases would become a single .07. >> I think it has almost no impact for the users. >> This change could be done starting next year. >> >> In details, this is how we could extend some milestones: >> >>     ideal schedule so far (in 13 weeks): >>         proposal deadline: 4 >>         rc1 - API freeze: 5 >>         rc2 - PMD features freeze: 2 >>         rc3 - app features freeze: 1 >>         rc4 - last chance to fix: 1 >>         release: 0 >> >>     proposed schedule (in 17 weeks): >>         proposal deadline: 4 >>         rc1 - API freeze: 7 >>         rc2 - PMD features freeze: 3 >>         rc3 - app features freeze: 1 >>         rc4 - more fixes: 1 >>         rc5 - last chance buffer: 1 >>         release: 0 >> >> Opinions? >> >> > > Someone else might comment if they spot something, but to me looks ok for RH distro and OVS project. > > RH distro is also using DPDK .11 who's release date is not changing. (+cc Timothy/Flavio) > > For OVS project, it only integrates DPDK .11 release too and aims to do that by EOY to make the next OVS release. DPDK stable releases are integrated into older OVS branches when available. I don't think older OVS branch releases have a strict release schedule and having the latest stable DPDK release is not a blocker anyway. (+cc Ilya/Ian/ovs-discuss) > I agree that this schedule change doesn't change much for OVS. One thing to highlight though: Change of main release schema seems to directly impact schedule of stable releases. In this case, interval between DPDK stable releases increases from 3+ to 4+ months. This might be a long time to wait for certain bug fixes, especially if OVS needs to skip one of the DPDK stable releases due to issues introduced in it. Anyway, doesn't sound like something critical to me. Bets regards, Ilya Maximets.