* [dpdk-dev] dpdk 18.11-rc3 testing results from Red Hat [not found] <167092742.44148156.1542378149549.JavaMail.zimbra@redhat.com> @ 2018-11-16 14:39 ` Pei Zhang 2018-11-26 15:11 ` [dpdk-dev] [PASS]dpdk 18.11-rc5 testing " Pei Zhang 0 siblings, 1 reply; 3+ messages in thread From: Pei Zhang @ 2018-11-16 14:39 UTC (permalink / raw) To: dev Cc: john.mcnamara, maxime.coquelin, qian.q.xu, ktraynor, thomas, bluca, michael.j.glynn, ferruh.yigit, christian.ehrhardt, olgas, mvarlese, ian.stokes, yskoh, techboard, juzhang, siliu Hi all, I'm Pei Zhang from Red Hat. We have tested dpdk 18.11-rc3 and we would like to share our testing results. Here are 10 testing scenarios we have covered and all get PASS result: (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 More testing details: Testing NICs: X540-AT2(ixgbe). Versions: Kernel: 3.10 DPDK: http://dpdk.org/git/dpdk master commit 3e42b6ce06a1901b1ab631df4484ec8f548091c6 Author: Thomas Monjalon <thomas@monjalon.net> Date: Wed Nov 14 05:05:29 2018 +0100 version: 18.11-rc3 Signed-off-by: Thomas Monjalon <thomas@monjalon.net> QEMU: git://git.qemu.org/qemu.git master commit cb968d275c145467c8b385a3618a207ec111eab1 Author: Peter Maydell <peter.maydell@linaro.org> Date: Tue Nov 13 18:16:14 2018 +0000 Update version for v3.1.0-rc1 release Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Best regards, Pei Zhang ^ permalink raw reply [flat|nested] 3+ messages in thread
* [dpdk-dev] [PASS]dpdk 18.11-rc5 testing from Red Hat 2018-11-16 14:39 ` [dpdk-dev] dpdk 18.11-rc3 testing results from Red Hat Pei Zhang @ 2018-11-26 15:11 ` Pei Zhang 2018-11-26 15:30 ` Thomas Monjalon 0 siblings, 1 reply; 3+ messages in thread From: Pei Zhang @ 2018-11-26 15:11 UTC (permalink / raw) To: dev Cc: john mcnamara, maxime coquelin, qian q xu, ktraynor, thomas, bluca, michael j glynn, ferruh yigit, christian ehrhardt, olgas, mvarlese, ian stokes, yskoh, techboard, juzhang, siliu 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 <thomas@monjalon.net> Date: Sun Nov 25 21:19:19 2018 +0100 version: 18.11-rc5 Signed-off-by: Thomas Monjalon <thomas@monjalon.net> QEMU: git://git.qemu.org/qemu.git master branch commit 5298f4d67a911dd9cefa4c4185eed242074d64c2 Merge: ebfd621 6bd858b Author: Peter Maydell <peter.maydell@linaro.org> 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 <kwolf@redhat.com>" # 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 <peter.maydell@linaro.org> Best regards, Pei Zhang ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PASS]dpdk 18.11-rc5 testing from Red Hat 2018-11-26 15:11 ` [dpdk-dev] [PASS]dpdk 18.11-rc5 testing " Pei Zhang @ 2018-11-26 15:30 ` Thomas Monjalon 0 siblings, 0 replies; 3+ messages in thread From: Thomas Monjalon @ 2018-11-26 15:30 UTC (permalink / raw) To: Pei Zhang Cc: dev, john mcnamara, maxime coquelin, qian q xu, ktraynor, bluca, michael j glynn, ferruh yigit, christian ehrhardt, olgas, mvarlese, ian stokes, yskoh, techboard, juzhang, siliu Good news! About the format of this email, no need to Cc techboard. I think it would be easier to find if sent as a reply of the release candidate email. Thank you 26/11/2018 16:11, Pei Zhang: > 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). ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-11-26 15:30 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <167092742.44148156.1542378149549.JavaMail.zimbra@redhat.com> 2018-11-16 14:39 ` [dpdk-dev] dpdk 18.11-rc3 testing results from Red Hat Pei Zhang 2018-11-26 15:11 ` [dpdk-dev] [PASS]dpdk 18.11-rc5 testing " Pei Zhang 2018-11-26 15:30 ` Thomas Monjalon
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).