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 AA41EA0A0A; Wed, 20 Jan 2021 18:28:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 68D50140DDA; Wed, 20 Jan 2021 18:28:49 +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 CF548140D97 for ; Wed, 20 Jan 2021 18:28:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611163727; 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=MI2xCNI3oWYucKHfcaYvVxrYM+4m5x9zaT8bRCJ25Ww=; b=ELdVOK2hwswPWfKk4A+4ckQE09ee+k05DSWDs0vL2zp0ORWbniFL9dfUYMLAamzRYPig1K XHMRcLQQkzukh7nAmjZRUZj5hPWWk1fe0abSyV4KXwYDYauTMzwqsGEDLdNMI9FVHbRv/9 llLp8SVfk5XV6+aIoNRzfpIZvmBTpEU= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-260-1QiWEcwFPSabvNbgIyISWg-1; Wed, 20 Jan 2021 12:28:45 -0500 X-MC-Unique: 1QiWEcwFPSabvNbgIyISWg-1 Received: by mail-vk1-f197.google.com with SMTP id i20so3089598vkk.21 for ; Wed, 20 Jan 2021 09:28:45 -0800 (PST) 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=MI2xCNI3oWYucKHfcaYvVxrYM+4m5x9zaT8bRCJ25Ww=; b=O9FGGsAedHeW5scpx93O67dJ+gDtV78FF+uxAhXbukQTi1KIBGzPcj0Wnn8iLqALpn KvQADVhDaH4ER8SKeQdkN0KicTZ2smZhf7Ch4dQnRI8YXqPqC/ZouAgtUWP7stgnNvRt UVmnYlqIH8YSxRCFI5JFV8L4QlI5YDKu2RteymyaYjJrjiIOPawXyOGNNQ6WaNpmtyaX iVBHdNbfbqeMENk8v3VI1ts+MIH9h+RwjaIBi1gfI33a94vXs+4mX98TrVuqgCTxAmR5 JSse0XhMRjed5BXdEYXVxuRKIzzd5EQ4lL45jC4TVJIfnvgHPLSKl5ONS0xJsqBlY2uo 8Y2w== X-Gm-Message-State: AOAM533HlGfwSDqVz7tYlHBPTd5Axz43fNYEpwEu55QBw2o16tvqyo43 2vOD/I9PVJJGyBgyASuWWDBia9dxxJRXwyIEXOKFtMQ34FGhdw46l42Rmev6J5UM/Y+cQLSvcZa S+c1BIQDgYFsMXoL5Cpk= X-Received: by 2002:a05:6102:3136:: with SMTP id f22mr7608964vsh.17.1611163724884; Wed, 20 Jan 2021 09:28:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJyksBF9LSPB860NA19Dph0QDjpwMvKdoa2Q2TdsNkDiiuQPAeZDxZVGaBihyoq+9ml1DL0icBWu+d1wam0Gv5s= X-Received: by 2002:a05:6102:3136:: with SMTP id f22mr7608940vsh.17.1611163724614; Wed, 20 Jan 2021 09:28:44 -0800 (PST) MIME-Version: 1.0 References: <20210120155818.388598-1-ktraynor@redhat.com> <2668582.pDY2XbeaxX@thomas> In-Reply-To: <2668582.pDY2XbeaxX@thomas> From: David Marchand Date: Wed, 20 Jan 2021 18:28:33 +0100 Message-ID: To: Thomas Monjalon Cc: Kevin Traynor , dev , Luca Boccassi 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-dev] DPDK 18.11.11 (LTS) released 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" On Wed, Jan 20, 2021 at 6:12 PM Thomas Monjalon wrote: > > 20/01/2021 16:58, Kevin Traynor: > > This is the last planned 18.11 LTS release. Thanks to the > > authors who helped cleaning up the fixes that were hanging > > around for a while and needed some attention. > > > > From this point onwards the 18.11 LTS branch is no longer > > maintained. > > > > I want to acknowledge all the work done by validation > > teams from Intel, Nvidia, Microsoft and Red Hat who have > > made the releases possible by providing validation over the > > last two years. > > > > Some statistics about 18.11 LTS releases: > > - 1911 commits Now for Luca to reach 2011 commits. > > > > - 1164 files changed, 26064 insertions(+), 13576 deletions(-) > > > > - Changes per subdir > > -- 3.4% app/ > > -- 17.7% doc/ > > -- 50.0% drivers/ > > -- 5.8% examples/ > > -- 15.6% lib/ > > -- 3.8% test/ > > > > Long may you run! > > > Good job, thank you Kevin for the dedication! Thanks Kevin! -- David Marchand