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 85536A04B5; Tue, 12 Jan 2021 10:46:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4982F140DE6; Tue, 12 Jan 2021 10:46:04 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id 16D09140DDD for ; Tue, 12 Jan 2021 10:46:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610444762; 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=fqCjCub30liqNOGcFhvvJ5ZfBboCVp8k6l13tSxcffw=; b=ZIVqN5Pm4vOTIn7WpjhC8j7f9rasaG8MjWfBbu0BgUrg/K41JFB8ar4z/4smj+LSF8T472 1SpbNSU5+N7k2Op8qHk9Bb71i2iS5L6Z9xC86HSN7E6BdVeCFQLIHxkTm/ah6KgEh5z3D7 X7I3SLGxpvvDOk7bQGN8xbhU3aPrOT8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-564-lcd5e9JOMU-8pEj0Bj667g-1; Tue, 12 Jan 2021 04:45:56 -0500 X-MC-Unique: lcd5e9JOMU-8pEj0Bj667g-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5720415720; Tue, 12 Jan 2021 09:45:54 +0000 (UTC) Received: from [10.36.114.130] (ovpn-114-130.ams2.redhat.com [10.36.114.130]) by smtp.corp.redhat.com (Postfix) with ESMTP id B090F7444F; Tue, 12 Jan 2021 09:45:49 +0000 (UTC) To: stable@dpdk.org Cc: dev@dpdk.org, Abhishek Marathe , Akhil Goyal , Ali Alnubani , benjamin.walker@intel.com, David Christensen , Hemant Agrawal , Ian Stokes , Jerin Jacob , John McNamara , Ju-Hyoung Lee , Luca Boccassi , Pei Zhang , pingx.yu@intel.com, qian.q.xu@intel.com, Raslan Darawsheh , Thomas Monjalon , yuan.peng@intel.com, zhaoyan.chen@intel.com, hariprasad.govindharajan@intel.com References: <20201217120304.351927-1-ktraynor@redhat.com> From: Kevin Traynor Message-ID: <70f9a178-6e9a-5e12-7b39-180264b670f6@redhat.com> Date: Tue, 12 Jan 2021 09:45:48 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <20201217120304.351927-1-ktraynor@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] 18.11.11 (LTS) patches review and test 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, On 17/12/2020 12:03, Kevin Traynor wrote: > Hi all, > > Here is a list of patches targeted for LTS release 18.11.11. > > The planned date for the final release is 19th January. > The release is planned on the 19th. Please let me know about any other validation testing. Reminder that this is the final planned 18.11 LTS release. thanks, Kevin. > Note, this is the last planned release of 18.11 LTS, and it will be > unmaintained after this release, so I encourage anyone who is using > 18.11 LTS to test. > > Please help with testing and validation of your use cases and report > any issues/results with reply-all to this mail. For the final release > the fixes and reported validations will be added to the release notes. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v18.11.11-rc1 > > These patches are located at branch 18.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Kevin.