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 3875EA04B5; Thu, 29 Oct 2020 04:45:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8C2335B30; Thu, 29 Oct 2020 04:45:40 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 563F25AA6 for ; Thu, 29 Oct 2020 04:45:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603943136; 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=qQijoXDA/WcjVmWWHEDG/qtn0Ewzqu1+plVk9hWTcL8=; b=SIIvOytu+kSaeJ0QiLZytaWo5KP7DlXTHSbHhayZTrh1NGcDqju6Pxa3ldZl8LDnW++9d5 DyKayVvZ3utE+b+rTvAAmxIBANnkIXyFxnWJ7FrTO/gfIgSRRKjYjP6u53HFKsjemCHAt8 eMplCkagGWx8mfaFac/L/5WkZNQlLgo= 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-231-izODiCl4PMeWDL4QWi9Obg-1; Wed, 28 Oct 2020 23:45:31 -0400 X-MC-Unique: izODiCl4PMeWDL4QWi9Obg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 06FFB8030C8; Thu, 29 Oct 2020 03:45:30 +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 CE7CF6EF66; Thu, 29 Oct 2020 03:45:29 +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 BE68144A43; Thu, 29 Oct 2020 03:45:29 +0000 (UTC) Date: Wed, 28 Oct 2020 23:45:29 -0400 (EDT) From: Pei Zhang To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, ktraynor@redhat.com, maxime.coquelin@redhat.com, Hekai Wang , Chao Yang Message-ID: <62225691.5773307.1603943129372.JavaMail.zimbra@redhat.com> In-Reply-To: <1695913.Ws3t40NQoN@thomas> References: <1695913.Ws3t40NQoN@thomas> MIME-Version: 1.0 X-Originating-IP: [10.68.5.41, 10.4.195.23] Thread-Topic: release candidate 20.11-rc1 Thread-Index: ZopSToh60uIkDDeOH86UPjlXztKOMQ== X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 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.11-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 Thomas, Testing with dpdk 20.11-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.1 dpdk: git://dpdk.org/dpdk # git log -1 commit c3afd1cba69bd7a900fd63c02cc87fba8d74430a ... # git branch * main NICs: X540-AT2 NIC(ixgbe, 10G) Best regards, Pei ----- Original Message ----- From: "Thomas Monjalon" To: announce@dpdk.org Sent: Wednesday, October 21, 2020 12:50:13 AM Subject: [dpdk-dev] [dpdk-announce] release candidate 20.11-rc1 A new DPDK release candidate is ready for testing: https://git.dpdk.org/dpdk/tag/?id=v20.11-rc1 There are 1265 new patches in this snapshot, being the biggest -rc1 ever. Like the previous LTS, the API of this -rc1 is exceptionnally not frozen. More major changes are pending for -rc2. Release notes: https://doc.dpdk.org/guides/rel_notes/release_20_11.html Highlights of 20.11-rc1, grouped by category: * General - write combining store API - prefetch with intention to write API - cldemote API - SIMD bitwidth limit API - Windows PCI netuio - moved igb_uio to dpdk-kmods/linux - removed Python 2 support - removed Make support * Networking - CRC optimization for Intel AVX-512 - FEC API - Rx buffer split - thread safety in flow API - shared action in flow API - flow sampling and mirroring - tunnel offload API - multi-port hairpin - Solarflare EF100 architecture - vhost-vDPA backend in virtio-user - removed vhost dequeue zero-copy - SWX pipeline aligned with P4 * Baseband - Intel ACC100 driver * Cryptography - raw datapath API - Broadcom BCMFS symmetric crypto driver * RegEx - Marvell OCTEON TX2 regex driver * Others - ACL optimized for Intel AVX-512 - Intel DSA support in IOAT driver Please test and report issues on bugs.dpdk.org. DPDK 20.11-rc2 is expected at the end of this month. Let's be reactive and focus on this important milestone. Thank you everyone