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 AD6F7A0505 for ; Wed, 23 Mar 2022 16:36:51 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8754541140; Wed, 23 Mar 2022 16:36:51 +0100 (CET) Received: from mail-wm1-f47.google.com (mail-wm1-f47.google.com [209.85.128.47]) by mails.dpdk.org (Postfix) with ESMTP id 19DC341140; Wed, 23 Mar 2022 16:36:50 +0100 (CET) Received: by mail-wm1-f47.google.com with SMTP id r64so1182702wmr.4; Wed, 23 Mar 2022 08:36:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=8WvvMODIeNuxHK+QUJl9nyTvV1m34h2dLliasvemY5M=; b=7y17VWfGbuHr/KOaWX8mi/ArlksAbvhKOOEemipkUOWJ0tDQYwIflFhT5tWxzxHkXT rWxbFtIr6Mg9/Ub4bEWvUYuItqM1Te/5mYPYjbvBLTEZVUekDT5BW35ioLB/24XESJ/z ajobXA/vDVlCBNfzpiMg9PAAwRqCnLPusajQc0R0TkK/v3SyQivdFrC2V95FvJi9TXSw 6zGbXc4H3etx+1NrrcdQR2P+ltQtJLcWUjqloFb7uLNft+kzLtLAI0P/iorGRrqy9rld 7G5iZB26MOKRljvAx73Sq0GwgJXA1n1SUO83nfwghmnfJjsgI+FX6lWnGM6JLWayCoEJ 9muA== X-Gm-Message-State: AOAM532kkGpYzROMW8gHfNPc1sjKAsTS9/ywArPQvwkp558cXnYlZ61+ QU+DPHbS/U4CoZegSblzX+flxDItN6c= X-Google-Smtp-Source: ABdhPJwf3rv0rwpm3xEixzJ8g8d2MjPLx0Cjb0ZQlkCk4uiPqKXMfuEW069vBGHmnrNR8sglgK4PsQ== X-Received: by 2002:a05:600c:1550:b0:389:d623:cb7f with SMTP id f16-20020a05600c155000b00389d623cb7fmr9858366wmg.183.1648049809568; Wed, 23 Mar 2022 08:36:49 -0700 (PDT) Received: from localhost ([137.220.125.106]) by smtp.gmail.com with ESMTPSA id z3-20020a1cf403000000b0037d1f4a2201sm182537wma.21.2022.03.23.08.36.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Mar 2022 08:36:48 -0700 (PDT) Message-ID: <2e9e9b7a32daa4deeaef31e3fe71d8fea16ca792.camel@debian.org> Subject: Re: 20.11.5 patches review and test From: Luca Boccassi To: Pei Zhang Cc: stable@dpdk.org, dev@dpdk.org, YangHang Liu , Chao Yang Date: Wed, 23 Mar 2022 15:36:48 +0000 In-Reply-To: References: <20220318152058.1089525-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 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 On Wed, 2022-03-23 at 21:33 +0800, Pei Zhang wrote: > Hello Luca, >=20 > The testing with dpdk 20.11.5-rc1 from Red Hat looks good. We tested > below 17 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)Guest with ovs+dpdk+vhost-user 4Q live migration testing: PASS > (16)Host PF + DPDK testing: PASS > (17)Host VF + DPDK testing: PASS > =C2=A0 > Versions: > kernel 4.18 > qemu 6.2 > dpdk: git://dpdk.org/dpdk-stable branch: 20.11 > # git log -1 > commit 576842a59ab35979dc102535f59061fa3d6ea16b > Author: Luca Boccassi > Date: =C2=A0 Fri Mar 18 15:01:38 2022 +0000 > =C2=A0 =C2=A0 version: 20.11.5-rc1 > =C2=A0 =C2=A0 Signed-off-by: Luca Boccassi >=20 > NICs: X540-AT2 NIC(ixgbe, 10G) >=20 > Best regards, >=20 > Pei Thank you! --=20 Kind regards, Luca Boccassi