From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2B35BA055F; Thu, 27 Feb 2020 12:23:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EF22D1F1C; Thu, 27 Feb 2020 12:23:54 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id C99193B5 for ; Thu, 27 Feb 2020 12:23:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582802633; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yUJt8G6DSyg6UvgF35z7a6h8F94g6YbIkM7gqcCRQF8=; b=iks9NzgFhPn1TrYjMNOXy0ZMHeBRwdg7rmwFX/EfdRGf01b9bQecxEO0lgVpUg58WcW6vs J7i4XpGbiUyRB7VwTmCxsc09Y8BralxXUbXAMDN9QEqjISx1i8SVu9JUath54lJYb8kvkT eDIGhdHBQvdFNsL/KTPc1MBk7ai/cQU= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-140-o2wtadjPOLuxM8-UbLOvpQ-1; Thu, 27 Feb 2020 06:23:47 -0500 X-MC-Unique: o2wtadjPOLuxM8-UbLOvpQ-1 Received: by mail-vk1-f197.google.com with SMTP id m25so1132355vko.19 for ; Thu, 27 Feb 2020 03:23:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ajIJ3lUmgDmoEPCIoRmti8GqzVRTzW4Rq/mhZAclalQ=; b=k/C3TiGclT1xulokBx+G99gmfmEwZjgCR9o9sJ5VgDtlRTzmfU7sXuhQWK8iFQWzgy vyHuIG0dwT1LJsYIp06mmZzmt/wW9Y2Esekv+fyFl9sXnHo12z/CM0b3J8CpnM1ZYWNz vQ++s5xR5wHV3peJ0bJ4TTKLjns+UIIO3k7eZZ/voCXPwZ3AzldD3dIw3amz32Qm4bgG +tl7zVX/uglDOu+f/8gGxSQu7orzZfqhYJuc9utNeCXF5/6mERKPoA62KVvJbvwdmhtV PfjXyllMc8p0PkDaChk1J4iakog+B22kz30uG2C68TQyqeU1+OclXLaxgqRFfkn00U/i oVMg== X-Gm-Message-State: APjAAAWWjh/teuco+zG9gpnK6ZHeyvAFCi7OIsBZIo2on3i3xzpqAUbd aarGVs2caOmID/Y5LQoq8GzJNR2e+D70EwbFspYqhRpJVBf1JC4O3tzTKxXQgxS3nm6fSuemH4o kXOtyTQgqXHfH6YtdVzk= X-Received: by 2002:a67:f315:: with SMTP id p21mr2246309vsf.39.1582802627314; Thu, 27 Feb 2020 03:23:47 -0800 (PST) X-Google-Smtp-Source: APXvYqx40ACboMu1MH1u5cNy3kNLXv1Fdv3nIeXHUTkwJhMxnYKIz8Ofv3li+4EsZoTRTM2/LJu18Llsa+d60T/bOoM= X-Received: by 2002:a67:f315:: with SMTP id p21mr2246299vsf.39.1582802626958; Thu, 27 Feb 2020 03:23:46 -0800 (PST) MIME-Version: 1.0 References: <20200226133801.26784-1-david.marchand@redhat.com> <18193320.sIn9rWBj0N@xps> <20200227111718.GA1587@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20200227111718.GA1587@bricha3-MOBL.ger.corp.intel.com> From: David Marchand Date: Thu, 27 Feb 2020 12:23:36 +0100 Message-ID: To: Bruce Richardson Cc: Thomas Monjalon , dev X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] version: 20.05-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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Feb 27, 2020 at 12:17 PM Bruce Richardson wrote: > > On Wed, Feb 26, 2020 at 03:01:04PM +0100, David Marchand wrote: > > On Wed, Feb 26, 2020 at 2:55 PM Thomas Monjalon w= rote: > > > > > > 26/02/2020 14:38, David Marchand: > > > > Start a new release cycle with empty release notes. > > > > ABI must now be checked with v20.02 as a reference. > > > > > > > > Signed-off-by: David Marchand > > > > --- > > > > .travis.yml | 4 + > > > > ABI_VERSION | 2 +- > > > > VERSION | 2 +- > > > > doc/guides/rel_notes/index.rst | 1 + > > > > doc/guides/rel_notes/release_20_05.rst | 139 +++++++++++++++++++++= ++++ > > > > 5 files changed, 146 insertions(+), 2 deletions(-) > > > > create mode 100644 doc/guides/rel_notes/release_20_05.rst > > > > > > Acked-by: Thomas Monjalon > > > > > > > > > > --- a/.travis.yml > > > > +++ b/.travis.yml > > > > +env: > > > > + global: > > > > + - REF_GIT_TAG=3Dv20.02 > > > > > > One question: why REF_GIT_TAG was not needed in Travis during 20.02? > > > > The .ci/linux-build.sh script has a default value for parameters. > > http://git.dpdk.org/dpdk/tree/.ci/linux-build.sh#n71&h=3Dv20.02 > > > > This could be removed, so that we only have explicit values in the > > .travis.yml configuration. > > No strong opinion keeping them. > > > Why do we need to update the git ref tag at all. Since these releases are > all ABI compatible with each other, can we not leave the checks still to = be > against 19.11? Checking only with 19.11 (major abi) would not detected breakage between minor versions. Like the meter symbols that entered the 20.0.1 version. --=20 David Marchand