From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C9E27A0A0E for ; Tue, 11 May 2021 12:36:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BD0674003E; Tue, 11 May 2021 12:36:38 +0200 (CEST) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by mails.dpdk.org (Postfix) with ESMTP id A75844003E for ; Tue, 11 May 2021 12:36:37 +0200 (CEST) Received: by mail-wr1-f49.google.com with SMTP id h4so19583890wrt.12 for ; Tue, 11 May 2021 03:36:37 -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=su3RTOGY5MVAfs+Kl51Kl8oIAoFCnv68hF3xprmiGto=; b=ZBIcKn83DsWaBR2461G4/fgLi85qBPYGpZYQK5ERHFXSEZcimO196GE/msAyazuZbc dtcRBN+ZReB5P1nmYBdGlE/SWQncFxecWWNmtBzlzXYS67GfdOya/LOKAVaNhWtPIu9c 62iXrbX6Bz6ffA2Ktfre27YIivdPdemuR8fW5vI4DV4wXnPa4d0WeU6POsfPVSKAMXg+ dQ0qwgEnL4X6uvqBnZwV3p9VfiT/irOfizKS2doJ+m5EyS5XSknzSgtdp00gdd0T7yY4 L5d+sczoPwTxfM9yhP7Bwgc2y0+pG1/1T0ZSCCEQ/7f/NrkCHdNotr7y3xMHyT9dE2xx P0+w== X-Gm-Message-State: AOAM531EpSSPWWfNH9xbAelgGTt3HUIs02/2ejXRzNQqPoJ4jmA7f8rd /Ho6/WL1lBpwIiBA+3zF2VM= X-Google-Smtp-Source: ABdhPJzq+u/lp58LEoVjYYzjLFcK7EqdmsWrGZLHBdn0quXXinElijOifX2X5S8yPVc5Dn+QOFvWOQ== X-Received: by 2002:adf:fa06:: with SMTP id m6mr37504731wrr.387.1620729397452; Tue, 11 May 2021 03:36:37 -0700 (PDT) Received: from localhost ([2a01:4b00:f41a:3600:360b:9754:2e3a:c344]) by smtp.gmail.com with ESMTPSA id m5sm13349945wrs.76.2021.05.11.03.36.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 May 2021 03:36:36 -0700 (PDT) Message-ID: <28fcd67b8a84638963c830c1d28d93e36de7eae9.camel@debian.org> From: Luca Boccassi To: David Marchand , "Xueming(Steven) Li" Cc: dpdk stable , Aaron Conole , "Yigit, Ferruh" , Thomas Monjalon , Kevin Traynor , Christian Ehrhardt Date: Tue, 11 May 2021 11:36:36 +0100 In-Reply-To: References: <20210510224153.31477-1-xuemingl@nvidia.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.2 MIME-Version: 1.0 Subject: Re: [dpdk-stable] please help backporting some patches to stable release 20.11.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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, 2021-05-11 at 11:34 +0200, David Marchand wrote: > On Tue, May 11, 2021 at 12:42 AM Xueming Li wrote: > > 3cd7290c16 David Marchand ci: catch coredumps >=20 > I can provide the backport for this. >=20 > But instead: >=20 > Since Travis is almost unusable, 20.11 stable maintainers won't be > able to run non regression tests. > I would recommend backporting GHA support in 20.11. >=20 > Another thing is that the 20.11 does not have ABI checks enabled. > At the moment, backports are easy and won't break ABI, but later, once > v21.11 is out, we must be careful not to backport anything breaking > ABI. >=20 >=20 > I did the test, cherry-picking needed patches for the suggestions above. >=20 > 87009585e2 - ci: hook to GitHub Actions (5 months ago) > 443267090e - ci: enable v21 ABI checks (5 months ago) > 9d620630ea - ci: fix package installation in GitHub Actions (5 months > ago) > 1e90d1b67b - ci: ignore APT update failure in GitHub Actions (3 months > ago) > 3cd7290c16 - ci: catch coredumps (10 weeks ago) > aa9cb78f66 - doc: fix sphinx rtd theme import in GHA (6 weeks ago) > >=20 > https://github.com/david-marchand/dpdk/actions/runs/831111482 >=20 >=20 > What do you think? Sounds like a great idea to me - but we also need the coredump stuff, as these tests are ran as package builds too, where that is needed, not only on Travis. --=20 Kind regards, Luca Boccassi