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 02618A0C56 for ; Mon, 23 Aug 2021 12:09:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED70C41166; Mon, 23 Aug 2021 12:08:59 +0200 (CEST) Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by mails.dpdk.org (Postfix) with ESMTP id B155140042; Mon, 23 Aug 2021 12:08:56 +0200 (CEST) Received: by mail-wm1-f41.google.com with SMTP id q11-20020a7bce8b0000b02902e6880d0accso13657873wmj.0; Mon, 23 Aug 2021 03:08:56 -0700 (PDT) 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=HOJpqXgKtPs5uryj/JjCauwrCCkPYqGLQNO9sR1lG+E=; b=o8jwQVQi7PwkK21tpRzcJc86JLdf4Hrd1oBmnDAHPWzfzvMngwfTjQzbe1bywVHooY fI+CCJ5qssxb6FxdSzs3MN9RxxYqrCD6L/ATmInZjP+oJ9vlOPZTDu3Ntkjvt1tKGMAs T+wcuJS+M3H+coKe2DMbbL3g/xSHG/NgLkweADvELIeMVuQmKH8K1Oqyia76cOHcD2su LWgVO4SuAB6rQjpl1qZO7JN4OxwphPzziLGHoobWCkWL9GDaRsKlVl3bf9kRjD6PU1Mh 6APh96L23zULHWZZQ1XwAyZVwbTARaEirmIazch46TDctKGIeL/o89DfJv7f9DbV1jHA A4iA== X-Gm-Message-State: AOAM5315Bsrm5p0fEy5ctU8zY+7MtB1hUlFXmldDBwbt/4yCyM8AE5t9 pbEaeFPXbR5hnB1piCoXSZs= X-Google-Smtp-Source: ABdhPJy3TfSrihV+lcRbBCw2hh471edEF4rB3mPmkPr/+20nYCMYjLh7ZfapDH9EIx8jmSFhL2S+4Q== X-Received: by 2002:a7b:cf05:: with SMTP id l5mr15440050wmg.138.1629713336340; Mon, 23 Aug 2021 03:08:56 -0700 (PDT) Received: from localhost ([137.220.125.106]) by smtp.gmail.com with ESMTPSA id 129sm12771496wmz.26.2021.08.23.03.08.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Aug 2021 03:08:55 -0700 (PDT) Message-ID: From: Luca Boccassi To: Pei Zhang Cc: stable@dpdk.org, dev@dpdk.org Date: Mon, 23 Aug 2021 11:08:55 +0100 In-Reply-To: References: <20210809084331.2724583-1-luca.boccassi@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.38.3-1+plugin MIME-Version: 1.0 Subject: Re: [dpdk-stable] 20.11.3 patches review and test X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Mon, 2021-08-23 at 10:37 +0800, Pei Zhang wrote: > Hello Luca, >=20 > The testing with dpdk 20.11.3-rc1 from Red Hat looks good. We tested > below 16 scenarios and all got PASS on RHEL8: >=20 > (1)Guest with device assignment(PF) throughput testing(1G hugepage > size): PASS > (2)Guest with device assignment(PF) throughput testing(2M hugepage > size) : PASS > (3)Guest with device assignment(VF) throughput testing: PASS > (4)PVP (host dpdk testpmd as vswitch) 1Q: throughput testing: PASS > (5)PVP vhost-user 2Q throughput testing: PASS > (6)PVP vhost-user 1Q - cross numa node throughput testing: PASS > (7)Guest with vhost-user 2 queues throughput testing: PASS > (8)vhost-user reconnect with dpdk-client, qemu-server: qemu > reconnect: PASS > (9)vhost-user reconnect with dpdk-client, qemu-server: ovs reconnect: > PASS > (10)PVP 1Q live migration testing: PASS > (11)PVP 1Q cross numa node live migration testing: PASS > (12)Guest with ovs+dpdk+vhost-user 1Q live migration testing: PASS > (13)Guest with ovs+dpdk+vhost-user 1Q live migration testing (2M): > PASS > (14)Guest with ovs+dpdk+vhost-user 2Q live migration testing: PASS > (15)Host PF + DPDK testing: PASS > (16)Host VF + DPDK testing: PASS >=20 > Versions: >=20 > kernel 4.18 > qemu 6.0 >=20 > dpdk: git://dpdk.org/dpdk-stable=20 > # git log -1 > commit c5f4e9dd155a4c99e219a734315b899d4340d304 (HEAD, tag: v20.11.3- > rc1) > Author: Luca Boccassi > Date: =C2=A0 Mon Aug 9 09:25:41 2021 +0100 >=20 > =C2=A0 =C2=A0 version: 20.11.3-rc1 > =C2=A0 =C2=A0=20 > =C2=A0 =C2=A0 Signed-off-by: Luca Boccassi >=20 > # git branch > remotes/origin/20.11 >=20 > NICs: X540-AT2 NIC(ixgbe, 10G) >=20 > Best regards, >=20 > Pei Thank you! --=20 Kind regards, Luca Boccassi