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 8CFA1A0548 for ; Tue, 17 Aug 2021 08:34:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5EBC140143; Tue, 17 Aug 2021 08:34:32 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 5D01F40142 for ; Tue, 17 Aug 2021 08:34:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1629182070; 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: in-reply-to:in-reply-to:references:references; bh=SqaX0CqeL0mCvhAuZBJiA8+/Dx/08aTy7czNMMTvR8g=; b=bLitAtTyXxJbiOj94aIAqVPRcaJs0WTxNC1hf1w6O5ssFr7yR3FroANkLhntbFCHnz6Qs8 Y70c+vS82r5uI+a2HuIbkvXugN4B8qEVEAwhHRLpL2DnzKg7FFMhN9Zkv2tvkj6Cwqj8B2 EnPR8nRBDx6LOkl+04phYX2bax6D0+I= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-588-URYHVtu2NOqMPa570WjhIA-1; Tue, 17 Aug 2021 02:34:29 -0400 X-MC-Unique: URYHVtu2NOqMPa570WjhIA-1 Received: by mail-ua1-f70.google.com with SMTP id u9-20020ab07209000000b002ab978d1714so3478877uao.23 for ; Mon, 16 Aug 2021 23:34:29 -0700 (PDT) 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=SqaX0CqeL0mCvhAuZBJiA8+/Dx/08aTy7czNMMTvR8g=; b=H28Vv0z7vbTtO1ASFt3J8BtQ3Bs/DOHrD+2oLyOQG2NzMTAId0CovX5reS1/XKL49d DKPrzVzv0XaD4MfM3guTHiXg1rGP+qRpoQVdhRRywnYuGtlyuXEvFmxxYQ4gbl/J7y4v dqJHNfAn48sJlNI2NyokqF7aaTRVq7PzWLagGI7+kddZ00NG9wdILseS/qjKmY9IqhIq cL9z68n+EbSdeNOsKujIXL4/0aEST2fIOBnn8aIx9HfBeY3AmgQ5O/G7CaWDq5mBtZR/ bro7sCq6Oi+T8B7apPIvKg2t5RBzMUY2Ar9QKqb1gCS8edHv6NKZI4zqKKvFcCu1iw6W 44Fg== X-Gm-Message-State: AOAM530jFEDU2xUnRQvnqSnyiaXJum3riRmIaqGRmPdQQ50Eh1lYyMD4 SoiGXWNyuxQGsgvNZYxKG/gHYhyVMiRTP7JgnmJe+dHjNn4cWLWjGxnH3A5mJqe71zLommVrEEJ AvgyIxWotx/uJc5bNQQ== X-Received: by 2002:a1f:9b97:: with SMTP id d145mr1271509vke.17.1629182068920; Mon, 16 Aug 2021 23:34:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxSwk1qOoknuwGevnRc84H65F3SYyKajH1AmOZOfFLPsWiwYD3sO4D4NswhlRFWUW0Z0DikIGReyMEbAty0ea0= X-Received: by 2002:a1f:9b97:: with SMTP id d145mr1271503vke.17.1629182068728; Mon, 16 Aug 2021 23:34:28 -0700 (PDT) MIME-Version: 1.0 References: <20210808192658.284547-1-thomas@monjalon.net> In-Reply-To: <20210808192658.284547-1-thomas@monjalon.net> From: David Marchand Date: Tue, 17 Aug 2021 08:34:17 +0200 Message-ID: To: Thomas Monjalon , ci@dpdk.org Cc: dev , Ray Kinsella Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-ci] [PATCH] version: 21.11-rc0 X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" 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