From: "Jiang, YuX" <yux.jiang@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>,
"dev (dev@dpdk.org)" <dev@dpdk.org>
Cc: "Kovacevic, Marko" <marko.kovacevic@intel.com>,
"Mcnamara, John" <john.mcnamara@intel.com>,
"Richardson, Bruce" <bruce.richardson@intel.com>,
"Chen, Zhaoyan" <zhaoyan.chen@intel.com>,
"Peng, Yuan" <yuan.peng@intel.com>
Subject: RE: release candidate 23.03-rc2
Date: Wed, 15 Mar 2023 10:07:39 +0000 [thread overview]
Message-ID: <BYAPR11MB2711D71BAEF26AA609BC64BCFEBF9@BYAPR11MB2711.namprd11.prod.outlook.com> (raw)
In-Reply-To: <1881302.g5d078U9FE@thomas>
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Sunday, March 12, 2023 11:27 PM
> To: announce@dpdk.org
> Subject: release candidate 23.03-rc2
>
> A new DPDK release candidate is ready for testing:
> https://git.dpdk.org/dpdk/tag/?id=v23.03-rc2
>
> There are 319 new patches in this snapshot.
>
> Release notes:
> https://doc.dpdk.org/guides/rel_notes/release_23_03.html
>
> Few major additions arrived in this -rc2:
> - machine learning inference device API
> - platform bus
> - open link speed to 400G
> There were a lot of updates in drivers, including new ones:
> - Intel cpfl IPU driver
> - Marvell CNXK machine learning inference The driver features should
> be frozen now.
>
> Please test and report issues on bugs.dpdk.org.
> Do not forget to review examples, tests and documentation updates.
>
> DPDK 23.03-rc3 is expected in one week.
>
> Thank you everyone
>
Update the test status for Intel part. Till now dpdk23.03-rc2 test execution rate is 85%. No critical issue is found.
# Basic Intel(R) NIC testing
* Build or compile:
*Build: cover the build test combination with latest GCC/Clang version and the popular OS revision such as Ubuntu20.04.5, Ubuntu22.04.1, Fedora37, RHEL8.6/9.1 etc.
- All test passed.
*Compile: cover the CFLAGES(O0/O1/O2/O3) with popular OS such as Ubuntu22.04.1 and RHEL8.6.
- All test passed.
* Meson test & Asan test:
new issue:
- https://bugs.dpdk.org/show_bug.cgi?id=1184 [dpdk-23.03] [asan]asan_smoke/rxtx_with_ASan_enable : launch testpmd as global-buffer-overflow error.
- Bad commit id: 6679cf21 ethdev: add trace points
- It is found on Ubuntu20.04/clang 10.0.0
known issue:
- https://bugs.dpdk.org/show_bug.cgi?id=1175 [dpdk-23.03][meson test][asan] rawdev_autotest show AddressSanitizer: stack-buffer-overflow error
- Duplicate with bugzilla-999, can be fixed by patch: https://patchwork.dpdk.org/project/dpdk/patch/20230310142604.2409586-1-david.marchand@redhat.com/
- https://bugs.dpdk.org/show_bug.cgi?id=1135 [DPDK-22.11][asan]vhost_event_idx_interrupt/wake_up_split_ring_vhost_user_cores_with_event_idx_interrupt_mode_16_queues the backend feedback EAL Error when relunch the dpdk-l3fwd
- Can be fixed by patch: https://patchwork.dpdk.org/project/dpdk/list/?series=27306
- https://bugs.dpdk.org/show_bug.cgi?id=956 [dpdk-22.03][asan] dpdk-pdump: detected memory leaks when quit dpdk-pdump
- Not fix yet.
- https://bugs.dpdk.org/show_bug.cgi?id=1024 [dpdk-22.07][meson test] driver-tests/link_bonding_mode4_autotest bond handshake failed
- Not fix yet.
- https://bugs.dpdk.org/show_bug.cgi?id=1107 [22.11-rc1][meson test] seqlock_autotest test failed.
- Special issue with gcc 4.8.5.
- [dpdk-23.03]meson_tests/test_perf: start pmd_perf_autotest failed on NIC X722 37D2 -- Intel dev is under investigating.
* PF/VF(i40e, ixgbe): test scenarios including PF/VF-RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.
- All test done. No new issue is found.
* PF/VF(ice): test scenarios including Switch features/Package Management/Flow Director/Advanced Tx/Advanced RSS/ACL/DCF/Flexible Descriptor, etc.
- Execution rate is 80%.
- Find 1 new issue: [dpdk-23.03] IAVF: after setting tx vlan, the receive tx pkt not have vlan tag in avx512 mode
- Can be fixed by patch: https://patchwork.dpdk.org/project/dpdk/patch/20230315084617.432821-1-zhichaox.zeng@intel.com/
* Intel NIC single core/NIC performance: test scenarios including PF/VF single core performance test, RFC2544 Zero packet loss performance test, etc.
- Execution rate is 80%. No new issue is found.
* Power and IPsec:
* Power: test scenarios including bi-direction/Telemetry/Empty Poll Lib/Priority Base Frequency, etc.
- On going.
* IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic test - QAT&SW/FIB library, etc.
- On going.
# Basic cryptodev and virtio testing
* Virtio: both function and performance test are covered. Such as PVP/Virtio_loopback/virtio-user loopback/virtio-net VM2VM perf testing/VMAWARE ESXI 8.0, etc.
- Execution rate is 90%.
- Found 1 issue: https://bugs.dpdk.org/show_bug.cgi?id=1181 [DPDK-23.03]loopback_virtio_user_server_mode_cbdma: testpmd can't loop packets after start dpdk-pdump app Immediately
- Can be fixed by patch: https://patches.dpdk.org/project/dpdk/patch/20230313213831.80071-1-stephen@networkplumber.org/
* Cryptodev:
*Function test: test scenarios including Cryptodev API testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc.
- Execution rate is 50%. No new issue is found.
*Performance test: test scenarios including Throughput Performance /Cryptodev Latency, etc.
- Execution rate is 50%. No performance drop.
Best regards,
Yu Jiang
next prev parent reply other threads:[~2023-03-15 10:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-12 15:27 Thomas Monjalon
2023-03-15 10:07 ` Jiang, YuX [this message]
2023-03-19 15:40 ` Wael Abualrub
2023-03-21 1:55 ` Jiang, YuX
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BYAPR11MB2711D71BAEF26AA609BC64BCFEBF9@BYAPR11MB2711.namprd11.prod.outlook.com \
--to=yux.jiang@intel.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=john.mcnamara@intel.com \
--cc=marko.kovacevic@intel.com \
--cc=thomas@monjalon.net \
--cc=yuan.peng@intel.com \
--cc=zhaoyan.chen@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).