From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62D4CC433ED for ; Thu, 29 Apr 2021 11:08:23 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 3BBA0613D9 for ; Thu, 29 Apr 2021 11:08:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3BBA0613D9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=monjalon.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4021F4110F; Thu, 29 Apr 2021 13:08:21 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id A093F410DD for ; Thu, 29 Apr 2021 13:08:19 +0200 (CEST) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 3AA815C00FF; Thu, 29 Apr 2021 07:08:17 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Thu, 29 Apr 2021 07:08:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= dvkyNoCscAOJBNBMQWcVzta3V7fNXkUfFuMsm5vfO6c=; b=ux0yw0G7D6eSyy5w VgcpG6t1D7oExwNE8twbFmqq2Ue7oBj4g+M2fJZGLQSCVI8dFiyIdjTvOY8zaDNO vTRnI3E+r1R8R8J63KGThjZkhrbAlY3MYpeR42Q+l9gAiPz5sItQohlQwgVaflK1 sssyd5fNeowk6uUlbkVqBAnTHmFOCZXvLeePvrKqqJwsPma0MrSFJrnIy6BrsFLg YlRGNygccsB3zbF9g1I0Es5jqbglio6Ef1oycdNYNrbkn7pFPxPbwz8YIOJbd7ID SNZ7FTt5y5xFrt1PrdMdT7bvCYzuFaeQWauYyZoo2amInuvcMy9fOonbxj7vcoT+ eqndVw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=dvkyNoCscAOJBNBMQWcVzta3V7fNXkUfFuMsm5vfO 6c=; b=GIpmgyDuvPE4/rS1CC9JWGHjKIOH95UEzu7Vl5T44+Ea7wGNTprf72jHL 7FqLeAr2Na9svFegHU406NZqbej+iMmT9TmVEsFcBZcuFr/OjL8mKGqHwQj8KUj/ 7hFqNmlLXwQy0qPcSEPBjoEVPyk0SMFfsOFX6aVmQDOvsPw0FLqjYt5KMRFLoECB ztR8nJTsADw3mSrnlWES22bJ8nDm/YSs7QWpfr3MUa3lULjMqp7ddKxWm4jJKsar Nnx2ufZN6QZV6stsf2X/HLX8BsVcH5XeaZ+K5ppGmK5Z0T7l8p1tpbUmZNtznp72 hgIpf9RADxPOHonGh/Ootcm+xwurw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddvgedgfeejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 29 Apr 2021 07:08:16 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org Date: Thu, 29 Apr 2021 13:08:14 +0200 Message-ID: <1809890.zVqCabGmea@thomas> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] DPDK Release Status Meeting 29/04/2021 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" 29/04/2021 13:03, Ferruh Yigit: > * `v21.08` draft dates, please comment: > - Proposal/V1: Wednesday, 2 June > - -rc1: Wednesday, 7 July I would prefer Monday 5 for -rc1, > - Release: Friday, 6 August and release on Tuesday 3? > * Expecting a small `v21.08` release. Yes please, nobody wants to work hard during this summer.