From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 74A80A034D; Thu, 6 Aug 2020 10:19:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8BDA1C042; Thu, 6 Aug 2020 07:42:10 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 4C0E91C038 for ; Thu, 6 Aug 2020 07:42:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596692528; 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=q6uI6sfCI0N6h6LLBIq0Adyw4YMae3JKD5ABf0A7vkw=; b=HvYACPT+uNjH0WFgQv4W861sdp4DW2e3CR9e1oA79ehelJavurtMlPxZ7vTpBaSSQIFyr2 m5+BSAX5ANuXC+CcEH7EY8hYBMPa2c6gLu9b1kR5PR7xP8/cs/RkmzsKuCq39eMLv5oF0v zi7O3YhCHW3oo/zqqL0gqEwZKFjhg0U= 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-434-amrSwzNbOAeLTYux2TVHmw-1; Thu, 06 Aug 2020 01:42:05 -0400 X-MC-Unique: amrSwzNbOAeLTYux2TVHmw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 66C1E18C63DF; Thu, 6 Aug 2020 05:42:04 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E1DDF65C70; Thu, 6 Aug 2020 05:42:03 +0000 (UTC) Received: from zmail25.collab.prod.int.phx2.redhat.com (zmail25.collab.prod.int.phx2.redhat.com [10.5.83.31]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id CC56F95A72; Thu, 6 Aug 2020 05:42:03 +0000 (UTC) Date: Thu, 6 Aug 2020 01:42:03 -0400 (EDT) From: Pei Zhang To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, ktraynor@redhat.com, maxime.coquelin@redhat.com, Chao Yang Message-ID: <1469043228.37297254.1596692523337.JavaMail.zimbra@redhat.com> In-Reply-To: <11727811.Rr6YEUNczV@thomas> References: <11727811.Rr6YEUNczV@thomas> MIME-Version: 1.0 X-Originating-IP: [10.68.5.20, 10.4.195.13] Thread-Topic: release candidate 20.08-rc3 Thread-Index: OWie2+jmCiLpTCF+ZXmFBXOFemNBuQ== X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=pezhang@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-announce] release candidate 20.08-rc3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Hello Thomas, Testing with dpdk 20.08-rc3 from Red Hat looks good. We cover below 16 scenarios and and all get PASS on RHEL8 testing: (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)PVP 1Q live migration testing: PASS (10)PVP 1Q cross numa node live migration testing: PASS (11)Guest with ovs+dpdk+vhost-user 1Q live migration testing: PASS (12)Guest with ovs+dpdk+vhost-user 1Q live migration testing (2M): PASS (13)Guest with ovs+dpdk+vhost-user 2Q live migration testing: PASS (14) Allocate memory from the NUMA node which Virtio device locates: PASS (15)Host PF + DPDK testing: PASS (16)Host VF + DPDK testing: PASS Versions: kernel 4.18 qemu 5.1 dpdk: git://dpdk.org/dpdk master # git log -1 commit 6636b04b82897816e0e05134f55a578cb7e124bc (HEAD -> master, tag: v20.08-rc3, origin/releases, origin/master, origin/HEAD) Author: Thomas Monjalon Date: Fri Jul 31 01:37:05 2020 +0200 version: 20.08-rc3 Signed-off-by: Thomas Monjalon NICs: X540-AT2 NIC(ixgbe, 10G) Best regards, Pei ----- Original Message ----- From: "Thomas Monjalon" To: announce@dpdk.org Sent: Friday, July 31, 2020 7:59:31 AM Subject: [dpdk-dev] [dpdk-announce] release candidate 20.08-rc3 A new DPDK release candidate is ready for testing: https://git.dpdk.org/dpdk/tag/?id=v20.08-rc3 There are 138 new patches in this snapshot. Release notes: http://doc.dpdk.org/guides/rel_notes/release_20_08.html A lot of deprecation notices are expected. The -rc4 will include only critical bug fixes, doc and tooling. You may share some release validation results by replying to this message (at dev@dpdk.org). Please share your roadmap for 20.11 so we can prioritize tasks. Planning is especially important to avoid flooding maintainers. Thank you everyone