From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 2851CA0679 for ; Tue, 2 Apr 2019 15:16:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CD9232C36; Tue, 2 Apr 2019 15:16:08 +0200 (CEST) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by dpdk.org (Postfix) with ESMTP id DA9A32C36 for ; Tue, 2 Apr 2019 15:16:07 +0200 (CEST) Received: by mail-wr1-f51.google.com with SMTP id s15so16589459wra.12 for ; Tue, 02 Apr 2019 06:16:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=8hl+SQUB1QW/5uzW4U3ZCwlvWcJcktkjJZaoLco5CHw=; b=MnAPsuxbHaalvpMjo1f99iyExdNdn6om1SotnWc+kl5dJEj0BJO7MifMcvMKYmc6qy +76POaamStNuwa1cjNKj2muzGjYzMUcSUnx/IXFBogar6j69UUbLmrnAXd9v2R260gE5 zG7hbQLLqFBbgFQTcTiiAeJpq0NRH/WmdcyiqgHjReUG0yD58eB5Qlv1lBHCT95Ti9Hq zQsdqVJa4JJThhY+YPTlghW4RLa4Ru3oFrV8XElmxdpUl6//rwUdySRTEjo50zWme8Zd h9v8Qmex7ih0hPheS2jEAHuwZDxSD2tRkR239nfz0GY51wQEkkEWoKnxEJg7F34NH5Fo I1cg== X-Gm-Message-State: APjAAAXYEzK9zfpOoP/Rg1Gf1Rgz5N6t92FMBi2im1FT7UpMnqfkNF90 Qw0Zbx4FwD8SPLFTN/DrQDc= X-Google-Smtp-Source: APXvYqw8fuTqy6/MGX6akTXdr+8RFt3hVhlv2DQ71jPf7Fn3YhLFBOQcxcmV9lUZdmI3oPse3nMflA== X-Received: by 2002:adf:f80d:: with SMTP id s13mr43732152wrp.38.1554210967453; Tue, 02 Apr 2019 06:16:07 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:250:b6ff:feb7:bd60]) by smtp.gmail.com with ESMTPSA id z17sm10485379wmc.7.2019.04.02.06.16.06 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 02 Apr 2019 06:16:06 -0700 (PDT) Message-ID: From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org, yskoh@mellanox.com Cc: thomas@monjalon.net Date: Tue, 02 Apr 2019 14:16:05 +0100 In-Reply-To: <20190402125020.30383-2-ktraynor@redhat.com> References: <20190402125020.30383-1-ktraynor@redhat.com> <20190402125020.30383-2-ktraynor@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 2/2] 5-make-release-commit: add validation info to release note X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, 2019-04-02 at 13:50 +0100, Kevin Traynor wrote: > Signed-off-by: Kevin Traynor < > ktraynor@redhat.com > > > --- > 5-make-release-commit | 15 +++++++++++---- > README | 12 ++++++++++-- > 2 files changed, 21 insertions(+), 6 deletions(-) Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi