From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 128026D3B for ; Mon, 4 Jun 2018 22:48:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5F9B3214AC; Mon, 4 Jun 2018 16:48:10 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 04 Jun 2018 16:48:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Cu/bhCxAcVtocV7uIxltB9uvZs o86MGyUq9oQ84tKMI=; b=FT6robOeHQ3YfIWply5jSjm6SrW4KIOhtN/H3x3HWs durc/ZkVb2oBFDMp8J+VhxMex+yZ4RGe4r5AsBKtGdUJETPMmRYCh3qXhvglePe0 /JPR0yIJ9I8ngUSqfsp9dB/mMmb8xTti9KHMfOjAHlZrmynkjRK0YQKc0pVqUppl k= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=Cu/bhC xAcVtocV7uIxltB9uvZso86MGyUq9oQ84tKMI=; b=cvdpyBlBnKRdJs9yPrAlh2 HMjTDlcpj6r63w1nduQ4Mli1dahZoVWUgGpqnxwYpPxaon1wgmD0Q7HXm8snf9jT mb8FUzydc5AtM4t49mNLz3kMoQJbJ+7Cbv+XhUCI74NUX82aVBBqVMvxoewUn98j usIYLuMMyQ2Qb2XEAGQNTRqN1FEP9jLUli7KodNtW4Ra99yFl3r0poKb4UBTz2Ia QaqFcvput/OAqiAIEFZqtlwlGvoY2rA47JegMZJVYVn86KXvuiQCiUVw0Z9SmyFM suDRfXmj2z3LugMIvZJhwYCx3H3sEentcLeZmz9CDKFlXydog6NSz15xtis8e+XA == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F2E4310266 for ; Mon, 4 Jun 2018 16:48:09 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 04 Jun 2018 22:48:08 +0200 Message-ID: <1869596.fhPpEHAazh@xps> In-Reply-To: <20180601110742.11927-1-thomas@monjalon.net> References: <20180601110742.11927-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] version: 18.08-rc0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 20:48:11 -0000 01/06/2018 13:07, Thomas Monjalon: > Signed-off-by: Thomas Monjalon Applied > --- > > The new release cycle is open, and it will be a short one! > > Please consider reviewing your peers, and contribute to respect > the release schedule. > > If you think some patches are already ready for integration in master, > please notify me. > > Note that changes with big impact (renames or core features) > are preferred to be integrated early in the cycle. > > Thanks for your attention