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 6DCA0A0548; Tue, 17 Aug 2021 14:04:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00C7D407FF; Tue, 17 Aug 2021 14:04:44 +0200 (CEST) Received: from mail-ej1-f41.google.com (mail-ej1-f41.google.com [209.85.218.41]) by mails.dpdk.org (Postfix) with ESMTP id 80D854014E for ; Tue, 17 Aug 2021 14:04:42 +0200 (CEST) Received: by mail-ej1-f41.google.com with SMTP id bq25so28089685ejb.11 for ; Tue, 17 Aug 2021 05:04:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Mxf1v43q3kroQWDacgFOYlvT4ztfDgwkH/yczBVRkJU=; b=F4CnczwqL8A29zIs6yoIaJgFTz1JBLfVXswL43lr5U6ADgWAFPSCUwYk4Q1pZ74lir qSgwiht8lbCNw4XgXAfYGJul0PkyyfEbjpnvtDpl1sozEH5QmAP3sfM9t/JBXS2EFPdw e/C54gUFwUTyRE0MYq7Lj5Ewy1h3vWEBjT1vo= 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=Mxf1v43q3kroQWDacgFOYlvT4ztfDgwkH/yczBVRkJU=; b=d9pCioHJl7OLT6H3AHNpDTE639K9966uOJBLYTwuz2vpuh//VJVK0ZAdntEkYeJ97d +1klC2d6Wa4nUBKP7CcAaWzPfpjbQLdcH/pGvzo14sCWO86CRoLUoFAICkae96sI3mI6 MhnIXTUpGOVWEA2UN75VUNjQAbbYqo5n2E7J2m/xrq0t8mkOuFhKw6tHl3p1WLJJgRSi 1qKKC5Vxy7YBzGJTVpxjh+mzW/ViZxQeDSmQTjJXaE+nt4oTPowRw057ljfuV6UwBUlz aXLwlgSmLajtcnqrEV0KZr08sPJwB872+kIEkkskDhuHqMsKD/eZxpB7qw/JtswLQO7y KQRg== X-Gm-Message-State: AOAM530+ZKXkIsZg6Md6qnJjMJthH18bdv5uM9yB2JFnf0qhJDoaNdz9 ukA5+5U0rwNeGOWp69pcEb4R8aHWInuDaQc/geWT8Q== X-Google-Smtp-Source: ABdhPJyKyOURm+HWKaNehGlKPmytxbTvBO5HPkwO9TlqjkXUraFUuX2aOFm60MwRtaaKdy2/RdKMVMoja7WAjnabzy4= X-Received: by 2002:a17:906:909:: with SMTP id i9mr3588537ejd.16.1629201882160; Tue, 17 Aug 2021 05:04:42 -0700 (PDT) MIME-Version: 1.0 References: <20210808192658.284547-1-thomas@monjalon.net> In-Reply-To: From: Lincoln Lavoie Date: Tue, 17 Aug 2021 08:04:30 -0400 Message-ID: To: David Marchand Cc: Thomas Monjalon , ci@dpdk.org, dev , Ray Kinsella Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [dpdk-ci] [PATCH] version: 21.11-rc0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Hi David, ABI testing was disable / stopped on Friday in the Community CI lab. Patches from before that for 21.11 would have still had the test run and could have failures listed. I'm not sure if there is a way to "remove" those failure marks from patchworks. But, for all new patches since then, ABI hasn't been run. Cheers, Lincoln On Tue, Aug 17, 2021 at 2:34 AM David Marchand wrote: > On Sun, Aug 8, 2021 at 9:27 PM Thomas Monjalon > wrote: > > diff --git a/doc/guides/rel_notes/release_21_11.rst > b/doc/guides/rel_notes/release_21_11.rst > > new file mode 100644 > > index 0000000000..d707a554ef > > --- /dev/null > > +++ b/doc/guides/rel_notes/release_21_11.rst > > @@ -0,0 +1,136 @@ > > [snip] > > > +Known Issues > > +------------ > > + > > +.. This section should contain new known issues in this release. Sample > format: > > + > > + * **Add title in present tense with full stop.** > > + > > + Add a short 1-2 sentence description of the known issue > > + in the present tense. Add information on any known workarounds. > > + > > + This section is a comment. Do not overwrite or remove it. > > + Also, make sure to start the actual text at the margin. > > + ======================================================= > > + > > + > > The known issue "**Last mbuf segment not implicitly reset.**" added in > 21.08 release notes still applies to 21.11. > But this can be fixed later, patches are starting to accumulate and > some CI failures are due to patches being applied to 21.08. > > The rest lgtm, so: > Acked-by: David Marchand > > Applied, thanks. > > > On this last subject, this mail is a ping to CI labs owners. > 21.11 release won't preserve ABI compat with previous releases, so > please disable ABI checks until 22.02. > > > -- > David Marchand > > -- *Lincoln Lavoie* Principal Engineer, Broadband Technologies 21 Madbury Rd., Ste. 100, Durham, NH 03824 lylavoie@iol.unh.edu https://www.iol.unh.edu +1-603-674-2755 (m)