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 07031A0C54; Fri, 3 Sep 2021 14:26:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BEDE340E64; Fri, 3 Sep 2021 14:26:16 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 7E1F140E3C for ; Fri, 3 Sep 2021 14:26:15 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id E00AA7F4FD; Fri, 3 Sep 2021 15:26:14 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru E00AA7F4FD DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1630671974; bh=UYCYpeKdyY7hdLN5FZYbdXcI6hvMGsV/3q+8MFSBmrs=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=q5nyL7tiJfDqE80aq9CIW/k+4XW8Nx0+brBPnHMlT+KADko3z5jHqTxpMXlZq+4XR oTcZ9GUSG3s0aqAXd1W6zau9KAv2ARVkGpNUHF9+e6KYrGZ+aj/1VOKa1wSuH+utxN 5hlQgM+oA+jKTY0gR7WEqpQTCU7dq8NoIK8zmotA= To: Thomas Monjalon , dev@dpdk.org Cc: david.marchand@redhat.com, ferruh.yigit@intel.com, Asaf Penso , John McNamara , Ajit Khaparde , Bruce Richardson References: <1610304247-11455-1-git-send-email-asafp@nvidia.com> <20210826101102.709502-1-thomas@monjalon.net> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <72d85883-e40d-eca8-2900-8d7c5232b5bd@oktetlabs.ru> Date: Fri, 3 Sep 2021 15:26:14 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20210826101102.709502-1-thomas@monjalon.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v8] doc: add release milestones definition 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 Sender: "dev" On 8/26/21 1:11 PM, Thomas Monjalon wrote: > From: Asaf Penso > > Adding more information about the release milestones. > This includes the scope of change, expectations, etc. > > Signed-off-by: Asaf Penso > Signed-off-by: Thomas Monjalon > Acked-by: John McNamara > Acked-by: Ajit Khaparde > Acked-by: Bruce Richardson LGTM, just one nits below Acked-by: Andrew Rybchenko > +Roadmap > +~~~~~~~ > + > +* Announce new features in libraries, drivers, applications, and examples. > +* To be published before the first day of the release cycle. What is the first day of the release cycle? Proposal deadline? Or the first day just after the previous release?