From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id A6A797EC7; Mon, 26 Nov 2018 16:11:16 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A3383308427C; Mon, 26 Nov 2018 15:11:15 +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 5F62D5C227; Mon, 26 Nov 2018 15:11:15 +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 15BE3181B9E7; Mon, 26 Nov 2018 15:11:15 +0000 (UTC) Date: Mon, 26 Nov 2018 10:11:14 -0500 (EST) From: Pei Zhang To: dev@dpdk.org Cc: john mcnamara , maxime coquelin , qian q xu , ktraynor@redhat.com, thomas@monjalon.net, bluca@debian.org, michael j glynn , ferruh yigit , christian ehrhardt , olgas@mellanox.com, mvarlese@suse.de, ian stokes , yskoh@mellanox.com, techboard@dpdk.org, juzhang@redhat.com, siliu@redhat.com Message-ID: <64953362.45489143.1543245074669.JavaMail.zimbra@redhat.com> In-Reply-To: <519843175.44151082.1542379179625.JavaMail.zimbra@redhat.com> References: <519843175.44151082.1542379179625.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 X-Originating-IP: [10.72.12.23, 10.4.195.10] Thread-Topic: dpdk 18.11-rc3 testing results from Red Hat Thread-Index: YXzTlv9FLLuen6paye13HeCokfhgwbUKZLHB X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.40]); Mon, 26 Nov 2018 15:11:16 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] [PASS]dpdk 18.11-rc5 testing from Red Hat 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: , X-List-Received-Date: Mon, 26 Nov 2018 15:11:17 -0000 Hi all, dpdk 18.11-rc5 testing: PASS . As no regression bugs were found. Testing scenarios: (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 testpmd as vswitch) vhost-user 1Q throughput testing PASS (5)PVP(host testpmd as vswitch) vhost-user 2Q throughput testing PASS (6)PVP(host testpmd as vswitch) vhost-user 2Q & cross numa node throughput testing PASS (7)vhost-user reconnect with dpdk-client, qemu-server: ovs reconnect PASS (8)Guest with vhost-user hot plug throughput testing PASS (9)PVP(host testpmd as vswitch)vhost-user 1Q live migration testing PASS (10)Guest with ovs+dpdk+vhost-user single queue live migration testing PASS Testing NICs: X540-AT2(ixgbe). Versions: Kernel: 3.10 DPDK: http://dpdk.org/git/dpdk master commit 6cff3183c2035fe90e18e59c1ea3c0304116a4de Author: Thomas Monjalon Date: Sun Nov 25 21:19:19 2018 +0100 version: 18.11-rc5 Signed-off-by: Thomas Monjalon QEMU: git://git.qemu.org/qemu.git master branch commit 5298f4d67a911dd9cefa4c4185eed242074d64c2 Merge: ebfd621 6bd858b Author: Peter Maydell Date: Fri Nov 23 08:54:52 2018 +0000 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging Block layer patches: - block: Fix update of BDRV_O_AUTO_RDONLY in update_flags_from_options() - block: Fix option inheritance after stream/commit job graph changes - qemu-img: Fix memory leak and typo in error message - nvme: Fixes for lockups and crashes - scsi-disk: Fix crash if underlying host file or disk returns error - Several qemu-iotests fixes and improvements # gpg: Signature made Thu 22 Nov 2018 18:38:30 GMT # gpg: using RSA key 7F09B272C88F2FD6 # gpg: Good signature from "Kevin Wolf " # Primary key fingerprint: DC3D EB15 9A9A F95D 3D74 56FE 7F09 B272 C88F 2FD6 * remotes/kevin/tags/for-upstream: block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate() block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd() iotests: Enhance 223 to cover multiple bitmap granularities nvme: fix bug with PCI IRQ pins on teardown nvme: fix CMB endianness confusion Revert "nvme: fix oob access issue(CVE-2018-16847)" nvme: fix out-of-bounds access to the CMB nvme: call blk_drain in NVMe reset code to avoid lockups iotests: fix nbd test 233 to work correctly with raw images block: Fix update of BDRV_O_AUTO_RDONLY in update_flags_from_options() scsi-disk: Fix crash if underlying host file or disk returns error qemu-img: Fix leak qemu-img: Fix typo iotests: Skip 233 if certtool not installed iotests: Replace assertEquals() with assertEqual() iotests: Replace time.clock() with Timeout Signed-off-by: Peter Maydell Best regards, Pei Zhang