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=-10.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 57B0FC4BA24 for ; Thu, 27 Feb 2020 11:17:27 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 162A42468F for ; Thu, 27 Feb 2020 11:17:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 162A42468F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EC8DA1F1C; Thu, 27 Feb 2020 12:17:25 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B9E5C3B5 for ; Thu, 27 Feb 2020 12:17:23 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Feb 2020 03:17:22 -0800 X-IronPort-AV: E=Sophos;i="5.70,491,1574150400"; d="scan'208";a="242014919" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.49]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 27 Feb 2020 03:17:21 -0800 Date: Thu, 27 Feb 2020 11:17:18 +0000 From: Bruce Richardson To: David Marchand Cc: Thomas Monjalon , dev Message-ID: <20200227111718.GA1587@bricha3-MOBL.ger.corp.intel.com> References: <20200226133801.26784-1-david.marchand@redhat.com> <18193320.sIn9rWBj0N@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) 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 Wed, Feb 26, 2020 at 03:01:04PM +0100, David Marchand wrote: > On Wed, Feb 26, 2020 at 2:55 PM Thomas Monjalon wrote: > > > > 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=v20.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=v20.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?