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 594A5A0540; Wed, 15 Jul 2020 10:01:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1AF421BF95; Wed, 15 Jul 2020 10:01:40 +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 CDAF01BF8D for ; Wed, 15 Jul 2020 10:01:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594800098; 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=3WxphfEZtCmLJ1ezq7c38+S8nPUf0tIc319ORqRYOEw=; b=GdYUbC+8MScrDR5RntoWGJl0fjTZcB4rwtNr1ZCXRw5vQRe8sryVKRvKIaQQHNverKkW1y lJwb4FVEBmSZ0hpRRwMIzDiFN9GPCWsbUMZbCAKkBw7fL+jyh3xi0g35k1EoH+JIa2u6g0 v+YkW+CMNzXfnbAX59NN7cgySH8iCcM= 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-446-xI0xLexCM36AnlKxyz5DTQ-1; Wed, 15 Jul 2020 04:01:29 -0400 X-MC-Unique: xI0xLexCM36AnlKxyz5DTQ-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 D61461009625; Wed, 15 Jul 2020 08:01:28 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CDF7672AC1; Wed, 15 Jul 2020 08:01:28 +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 9C1B61809543; Wed, 15 Jul 2020 08:01:28 +0000 (UTC) Date: Wed, 15 Jul 2020 04:01:27 -0400 (EDT) From: Pei Zhang To: dev@dpdk.org Cc: Thomas Monjalon , david.marchand@redhat.com, ktraynor@redhat.com, maxime.coquelin@redhat.com Message-ID: <1936148714.34575256.1594800087875.JavaMail.zimbra@redhat.com> In-Reply-To: <2553672.smuk0Yhj5f@thomas> References: <2553672.smuk0Yhj5f@thomas> MIME-Version: 1.0 X-Originating-IP: [10.68.5.20, 10.4.195.23] Thread-Topic: release candidate 20.08-rc1 Thread-Index: e6I6BU/HQAavVunAxgMJLLtpudMNfQ== X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 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-rc1 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 all, Testing with dpdk 20.08-rc1 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.0 dpdk: git://dpdk.org/dpdk master git log -1 commit 466032ef8012a7fddd8dda986c5977e9341e3c35 (HEAD -> master, tag: v20.08-rc1, origin/releases, origin/master, origin/HEAD) Author: Thomas Monjalon Date: Mon Jul 13 02:50:06 2020 +0200 version: 20.08-rc1 Signed-off-by: Thomas Monjalon NICs: X540-AT2 NIC(ixgbe, 10G) Best regards, Pei ----- Original Message ----- From: "Thomas Monjalon" To: announce@dpdk.org Sent: Monday, July 13, 2020 8:58:30 AM Subject: [dpdk-dev] [dpdk-announce] release candidate 20.08-rc1 A new DPDK release candidate is ready for testing: https://git.dpdk.org/dpdk/tag/?id=v20.08-rc1 There are 778 new patches in this snapshot. Release notes: https://doc.dpdk.org/guides/rel_notes/release_20_08.html Highlights of 20.08-rc1, grouped by category: * General - external thread registration API - bit operations API for drivers - VFIO PF with VF token * Networking - eCPRI offload with flow API - Tx scheduling offload * Cryptography - crypto-CRC chained operation for DOCSIS protocol * RegEx - new device class API for future RegEx drivers * Tools - testpmd 5-tuple swap for L2/L3/L4 - performance test application for flow rules - l2fwd forwarding between asymmetric ports We must complete this release cycle in the beginning of August. DPDK 20.08-rc2 is expected in one week on July 20. Please test and report issues on bugs.dpdk.org. We should publish the roadmap for DPDK 20.11 now. Thank you everyone