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 EE5C7A034F; Thu, 25 Feb 2021 11:14:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8180E160785; Thu, 25 Feb 2021 11:14:06 +0100 (CET) Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) by mails.dpdk.org (Postfix) with ESMTP id 4DA4D40692; Thu, 25 Feb 2021 11:14:05 +0100 (CET) Received: by mail-ed1-f49.google.com with SMTP id g3so6066921edb.11; Thu, 25 Feb 2021 02:14:05 -0800 (PST) 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=8ijYiqJ485cRabJGHgI7zy3jpE0PiUnBitNbpl9kIK0=; b=CQBBY3L2odLunk1zrvwW5Ptg+qKefYsgYEked8g5Bv6z0OnP2bjwMOMhqLHpMpPGKg wE3v0Fv3/HIPGYRbJwySxa8ad/DtQ21WN/WlMVdBnjtEY7ATly7gi7OYc68J4PapRPxG 7H05dFoWCVPbdCvUIZFOVPMo7K2pI68hxf7ZD/+YHFTXrjmWttbdKk8fGH2nW+toCuWN AkxJfGPCN1gM2jHmlErHMfUfsq9xuGAcnCkvsfhuT7ERq0cVjlaDiG5dIPFjf0Ud9qSJ PR9lC8GXpr9nmfsXRMdLT/qVE04o8rdXdDMPmU177gUKXWc8h8Fj7sNhVrPUuJ9IoqlP 0qUQ== X-Gm-Message-State: AOAM531+aNgfMIIu28RdeTl9IvekaeM8Ep/nwt2hKMd0GuF7RA4+CoVo B+3hptwBBlHS3VLwhtfsiss= X-Google-Smtp-Source: ABdhPJzb7SR3IrK0RkksVW7IpQ3ckMJjINiuo1KhQqj8JqUqv7SZPcGgd39GtfjsgLqTLXvkeRPkOw== X-Received: by 2002:a05:6402:b21:: with SMTP id bo1mr262475edb.368.1614248045106; Thu, 25 Feb 2021 02:14:05 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id gx16sm2784016ejb.56.2021.02.25.02.14.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Feb 2021 02:14:04 -0800 (PST) Message-ID: <943c21dac28bb70c4d5448066010aca820cc70f6.camel@debian.org> From: Luca Boccassi To: Christian Ehrhardt Cc: dpdk stable , dev , Abhishek Marathe , Akhil Goyal , Ali Alnubani , benjamin.walker@intel.com, David Christensen , hariprasad.govindharajan@intel.com, Hemant Agrawal , Ian Stokes , Jerin Jacob , John McNamara , Ju-Hyoung Lee , Kevin Traynor , Pei Zhang , pingx.yu@intel.com, qian.q.xu@intel.com, Raslan Darawsheh , Thomas Monjalon , yuan.peng@intel.com, zhaoyan.chen@intel.com Date: Thu, 25 Feb 2021 10:14:04 +0000 In-Reply-To: References: <20210222150918.279483-1-luca.boccassi@gmail.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-dev] 20.11.1 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" On Thu, 2021-02-25 at 10:43 +0100, Christian Ehrhardt wrote: > On Mon, Feb 22, 2021 at 4:09 PM wrote: > > Hi all, > >=20 > > Here is a list of patches targeted for stable release 20.11.1. > >=20 > > The planned date for the final release is the 8th of March. > >=20 > > 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. > >=20 > > A release candidate tarball can be found at: > >=20 > > https://dpdk.org/browse/dpdk-stable/tag/?id=3Dv20.11.1-rc1 > >=20 > > These patches are located at branch 20.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ >=20 > Hi Luca, > while my tests won't achieve the coverage of the bigger labs I still > wanted to mention > that I've built this for Ubuntu 21.04 and successfully ran some > OVS-DPDK based tests on it. >=20 > 1.0.0 (07:05:12): phys (BM) tests > 1.1.0 (07:05:12): initialize environment > 1.1.1 (07:09:32): testpmd =3D> Pass > 1.1.2 (07:11:12): check testpmd output =3D> Pass > 2.0.0 (07:11:12): prep virtual test environment >=20 > 1.0.0 (07:14:14): virt tests > 1.1.0 (07:14:14): initialize environment > 3.0.0 (07:15:30): performance tests > 3.1.0 (07:15:30): prep benchmarks > 3.2.0 (07:15:51): performance tests > 3.2.1 (07:16:01): test guest-openvswitch for OVS-5CPU =3D> Pass > 3.2.2 (07:35:44): test guest-dpdk-vhost-user-client-multiq for > OVSDPDK-VUC =3D> Pass > 4.0.0 (07:57:11): VUC endurance checks > 4.1.0 (07:57:11): prep VUC endurance tests > 4.1.1 (08:12:38): start stop guests (client) =3D> Pass > 4.1.2 (09:25:59): add/remove ports (client) =3D> Pass > 4.2.0 (09:35:04): Final cleanup >=20 > P.S. 3.2.1 is actually not a DPDK case, but used for e.g speed comparison= s Thank you! --=20 Kind regards, Luca Boccassi