DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [dpdk-announce] release candidate 20.02-rc3
@ 2020-02-16 21:58 Thomas Monjalon
  2020-02-19 13:12 ` Pei Zhang
  2020-02-20  9:41 ` Peng, Yuan
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Monjalon @ 2020-02-16 21:58 UTC (permalink / raw)
  To: announce

A new DPDK release candidate is ready for testing:
	https://git.dpdk.org/dpdk/tag/?id=v20.02-rc3
121 patches were integrated.

The release notes so far:
	http://doc.dpdk.org/guides/rel_notes/release_20_02.html
Some deprecation notices might be added if reviewed on time.

The -rc4 will include only bug fixes, doc and tooling.
This next milestone is expected during next week.
Please hurry up to do the last checks and bug fixes.
You may share some release validation results
by replying to this message (at dev@dpdk.org).

If you are preparing the next release cycle, please send your v1 patches
before the 20.05 proposal deadline, which will happen on March 18th.
It is also time to build an estimated roadmap for the next cycles.

Thank you everyone



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [dpdk-announce] release candidate 20.02-rc3
  2020-02-16 21:58 [dpdk-dev] [dpdk-announce] release candidate 20.02-rc3 Thomas Monjalon
@ 2020-02-19 13:12 ` Pei Zhang
  2020-02-20  9:41 ` Peng, Yuan
  1 sibling, 0 replies; 4+ messages in thread
From: Pei Zhang @ 2020-02-19 13:12 UTC (permalink / raw)
  To: dev; +Cc: Thomas Monjalon, maxime.coquelin, ktraynor, david.marchand, Chao Yang

Hi all, 

I would like to update our testing results with dpdk 20.02-rc3 from Red Hat. 

PASS: All below 15 scenarios work well. 

(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: ovs reconnect: PASS 
(9)vhost-user reconnect with dpdk-client, qemu-server: qemu reconnect: PASS 
(10)Guest with vhost-user 2 queues hot plug/unplug throughput testing: PASS 
(11)PVP 1Q live migration testing: PASS 
(12)PVP 2Q cross numa node live migration testing: PASS 
(13)Guest with ovs+dpdk+vhost-user 1Q live migration testing: PASS 
(14)Guest with ovs+dpdk+vhost-user 1Q live migration testing (2M): PASS 
(15)Guest with ovs+dpdk+vhost-user 2Q live migration testing: PASS 

== Versions == 
kernel 4.18 
qemu 4.2 
dpdk: git://dpdk.org/dpdk 
# git log -1 
commit 914397d6c1141235b48ca60249221976e9e08feb (HEAD -> master, tag: v20.02-rc3) 
Author: Thomas Monjalon <thomas@monjalon.net> 
Date: Sun Feb 16 22:28:51 2020 +0100 

version: 20.02-rc3 

Signed-off-by: Thomas Monjalon <thomas@monjalon.net> 

== Hardware == 

# lscpu 
Architecture: x86_64 
CPU op-mode(s): 32-bit, 64-bit 
Byte Order: Little Endian 
CPU(s): 32 
On-line CPU(s) list: 0-31 
Thread(s) per core: 1 
Core(s) per socket: 16 
Socket(s): 2 
NUMA node(s): 2 
Vendor ID: GenuineIntel 
CPU family: 6 
Model: 85 
Model name: Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz 
Stepping: 4 
CPU MHz: 999.935 
BogoMIPS: 4200.00 
Virtualization: VT-x 
L1d cache: 32K 
L1i cache: 32K 
L2 cache: 1024K 
L3 cache: 22528K 
NUMA node0 CPU(s): 0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30 
NUMA node1 CPU(s): 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31 
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm arat pln pts pku ospke md_clear flush_l1d 

# lspci | grep Eth 
5e:00.0 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (rev 01) 
5e:00.1 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (rev 01) 
5f:00.0 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (rev 01) 
5f:00.1 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (rev 01) 


Best regards, 

Pei 

----- Original Message -----

From: "Thomas Monjalon" <thomas@monjalon.net> 
To: announce@dpdk.org 
Sent: Monday, February 17, 2020 5:58:39 AM 
Subject: [dpdk-dev] [dpdk-announce] release candidate 20.02-rc3 

A new DPDK release candidate is ready for testing: 
https://git.dpdk.org/dpdk/tag/?id=v20.02-rc3 
121 patches were integrated. 

The release notes so far: 
http://doc.dpdk.org/guides/rel_notes/release_20_02.html 
Some deprecation notices might be added if reviewed on time. 

The -rc4 will include only bug fixes, doc and tooling. 
This next milestone is expected during next week. 
Please hurry up to do the last checks and bug fixes. 
You may share some release validation results 
by replying to this message (at dev@dpdk.org). 

If you are preparing the next release cycle, please send your v1 patches 
before the 20.05 proposal deadline, which will happen on March 18th. 
It is also time to build an estimated roadmap for the next cycles. 

Thank you everyone 




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [dpdk-announce] release candidate 20.02-rc3
  2020-02-16 21:58 [dpdk-dev] [dpdk-announce] release candidate 20.02-rc3 Thomas Monjalon
  2020-02-19 13:12 ` Pei Zhang
@ 2020-02-20  9:41 ` Peng, Yuan
  2020-02-20  9:56   ` Maxime Coquelin
  1 sibling, 1 reply; 4+ messages in thread
From: Peng, Yuan @ 2020-02-20  9:41 UTC (permalink / raw)
  To: Thomas Monjalon, dev

DPDK 20.02 RC3 Test Report from intel:

Summary
•	Totally 9898 test cases for 20.02 RC3, 9629 cases are executed, 9428 test cases passed, 178 test cases failed, 23 test case blocked,  Execution rate is 97.28%, pass rate is 97.91%.  
•	Totally create ~278 new tests for DPDK20.02 new features. 
•	New to create 9 issues from STV in RC3 till now, not include some issues have found and reported before RC3.  
•	Met 1 build  issue on Centos 7.4 with DPDK 20.02 RC3, now it has been fixed, and patch applied.
Details:
•	Intel NIC PMD PF & VF regression: 99% executed, 0 critical issue and 1 high issue is tracked(verified). 
	Function cases include rx/tx/forward packets, packet processing, jumboframe, dual vlan, filter cases and so on: 5 bugs found, no critical and high level.
	Performance cases such as l2fwd, l3fwd, single core and so on: no new bug is found.
•	Crypto cases include ipsec_gw cryptodev, fips cryptodev, l2fwd crypto, performance cases and so on: no critical and no high bugs found.
•	Vhost/virtio: PVP/loopback, qemu/virtio-user, multi-queue, dequeue zero copy cases and so on: 1 new medium bug is found.
•	Power relate cases, no new bug is found.
•	ABI test includes unit test, vhost and flow related tests.  no new bug is  found.
•	20.02 new features include ABI test, L2tpv3,  crypto_dev related new features and so no.  no new bug is  found. 
•	Scecurity tests include Nic malformed to PF/VF, virtio, Compreqssion/cryptodev, power and invalid command line, all passed.

Thanks.
Yuan.

-----Original Message-----
From: dev <dev-bounces@dpdk.org> On Behalf Of Thomas Monjalon
Sent: Monday, February 17, 2020 5:59 AM
To: announce@dpdk.org
Subject: [dpdk-dev] [dpdk-announce] release candidate 20.02-rc3

A new DPDK release candidate is ready for testing:
	https://git.dpdk.org/dpdk/tag/?id=v20.02-rc3
121 patches were integrated.

The release notes so far:
	http://doc.dpdk.org/guides/rel_notes/release_20_02.html
Some deprecation notices might be added if reviewed on time.

The -rc4 will include only bug fixes, doc and tooling.
This next milestone is expected during next week.
Please hurry up to do the last checks and bug fixes.
You may share some release validation results by replying to this message (at dev@dpdk.org).

If you are preparing the next release cycle, please send your v1 patches before the 20.05 proposal deadline, which will happen on March 18th.
It is also time to build an estimated roadmap for the next cycles.

Thank you everyone



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [dpdk-announce] release candidate 20.02-rc3
  2020-02-20  9:41 ` Peng, Yuan
@ 2020-02-20  9:56   ` Maxime Coquelin
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Coquelin @ 2020-02-20  9:56 UTC (permalink / raw)
  To: Peng, Yuan, Thomas Monjalon, dev

Hi,

Thanks for the testing.

On 2/20/20 10:41 AM, Peng, Yuan wrote:
> DPDK 20.02 RC3 Test Report from intel:
> 
> Summary
> •	Totally 9898 test cases for 20.02 RC3, 9629 cases are executed, 9428 test cases passed, 178 test cases failed, 23 test case blocked,  Execution rate is 97.28%, pass rate is 97.91%.  
> •	Totally create ~278 new tests for DPDK20.02 new features. 
> •	New to create 9 issues from STV in RC3 till now, not include some issues have found and reported before RC3.  
> •	Met 1 build  issue on Centos 7.4 with DPDK 20.02 RC3, now it has been fixed, and patch applied.
> Details:
> •	Intel NIC PMD PF & VF regression: 99% executed, 0 critical issue and 1 high issue is tracked(verified). 
> 	Function cases include rx/tx/forward packets, packet processing, jumboframe, dual vlan, filter cases and so on: 5 bugs found, no critical and high level.
> 	Performance cases such as l2fwd, l3fwd, single core and so on: no new bug is found.
> •	Crypto cases include ipsec_gw cryptodev, fips cryptodev, l2fwd crypto, performance cases and so on: no critical and no high bugs found.
> •	Vhost/virtio: PVP/loopback, qemu/virtio-user, multi-queue, dequeue zero copy cases and so on: 1 new medium bug is found.

Do you confirm this is the bug we fixed earlier this week thqt
reproduced in Vhost PMD when stop and starting port?

Maxime


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-20  9:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-16 21:58 [dpdk-dev] [dpdk-announce] release candidate 20.02-rc3 Thomas Monjalon
2020-02-19 13:12 ` Pei Zhang
2020-02-20  9:41 ` Peng, Yuan
2020-02-20  9:56   ` Maxime Coquelin

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).