* Re: 24.11.3 patches review and test
2025-07-24 16:15 24.11.3 patches review and test Kevin Traynor
@ 2025-07-28 9:14 ` Yanghang Liu
2025-07-28 10:09 ` Kevin Traynor
2025-08-13 20:25 ` Ali Alnubani
2025-08-14 6:01 ` Xu, HailinX
2 siblings, 1 reply; 7+ messages in thread
From: Yanghang Liu @ 2025-07-28 9:14 UTC (permalink / raw)
To: Kevin Traynor
Cc: stable, dev, Abhishek Marathe, Ali Alnubani, David Christensen,
Hemant Agrawal, Jerin Jacob, John McNamara, Ju-Hyoung Lee,
Luca Boccassi, Raslan Darawsheh, Thomas Monjalon, Chao Yang
[-- Attachment #1: Type: text/plain, Size: 13702 bytes --]
I tested below 18 scenarios on RHEL 9.6 host and didn't find any new dpdk
issues.
- VM with device assignment(PF) throughput testing(1G hugepage size):
PASS
- VM with device assignment(PF) throughput testing(2M hugepage size) :
PASS
- VM with device assignment(VF) throughput testing: PASS
- PVP (host dpdk testpmd as vswitch) 1Q: throughput testing: PASS
- PVP vhost-user 2Q throughput testing: PASS
- PVP vhost-user 1Q - cross numa node throughput testing: PASS
- VM with vhost-user 2 queues throughput testing: PASS
- vhost-user reconnect with dpdk-client, qemu-server(qemu reconnect):
PASS
- vhost-user reconnect with dpdk-client, qemu-server(ovs reconnect): PASS
- PVP reconnect with dpdk-client, qemu-server: PASS
- PVP 1Q live migration testing: PASS
- PVP 1Q cross numa node live migration testing: PASS
- VM with ovs+dpdk+vhost-user 1Q live migration testing: PASS
- VM with ovs+dpdk+vhost-user 1Q live migration testing (2M): PASS
- VM with ovs+dpdk+vhost-user 2Q live migration testing: PASS
- VM with ovs+dpdk+vhost-user 4Q live migration testing: PASS
- Host PF + DPDK testing: PASS
- Host VF + DPDK testing: PASS
Test Versions:
- qemu-kvm-9.1.0
- kernel 5.14
- libvirt 10.10
- ovs 3.3
- git log
Commit 3fa2030f013bd7c7d102e576b37ee4dca83b9982
Author: Kevin Traynor <ktraynor@redhat.com>
Date: Thu Jul 24 16:31:46 2025 +0100
version: 24.11.3-rc1
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
- Test device : X540-AT2 NIC(ixgbe, 10G)
Tested-by: Yanghang Liu <yanghliu@redhat.com>
Best Regards,
Yanghang Liu
On Fri, Jul 25, 2025 at 12:15 AM Kevin Traynor <ktraynor@redhat.com> wrote:
> Hi all,
>
> Here is a list of patches targeted for stable release 24.11.3.
>
> The planned date for the final release is 12th August 2025.
>
> Please help with testing and validation of your use cases and report
> any issues/results with reply-all to this mail. For the final release
> the fixes and reported validations will be added to the release notes.
>
> A release candidate tarball can be found at:
>
> https://dpdk.org/browse/dpdk-stable/tag/?id=v24.11.3-rc1
>
> These patches are located at branch 24.11 of dpdk-stable repo:
> https://dpdk.org/browse/dpdk-stable/
>
> Thanks.
>
> Kevin
>
> ---
> Amiya Ranjan Mohakud (2):
> net/iavf: fix VLAN strip setting after enabling filter
> net/iavf: fix VLAN strip disabling for ADQ v2 capability
>
> Anatoly Burakov (1):
> net/ixgbe: fix indentation
>
> Andre Muezerie (1):
> net/mlx5: fix link on Windows
>
> Ariel Otilibili (2):
> net/af_xdp: fix use after free in zero-copy Tx
> pcapng: fix null dereference in close
>
> Arkadiusz Kusztal (2):
> crypto/qat: fix out-of-place header bytes in AEAD raw API
> crypto/qat: fix out-of-place chain/cipher/auth headers
>
> Bing Zhao (2):
> net/mlx5: fix WQE size calculation for Tx queue
> examples/ntb: check more heap allocations
>
> Bruce Richardson (9):
> net/fm10k/base: fix compilation warnings
> net/ixgbe/base: correct definition of endianness macro
> net/ixgbe/base: fix compilation warnings
> net/i40e/base: fix unused value warnings
> net/i40e/base: fix compiler warnings
> net/ice: fix support for 3 scheduler levels
> test/malloc: improve resiliency
> power/intel_uncore: fix crash closing uninitialized driver
> net/ixgbe/base: fix lock checker errors
>
> Chaoyong He (6):
> net/nfp: fix crash with null RSS hash key
> net/nfp: fix hash key length logic
> app/testpmd: fix RSS hash key update
> net/nfp: standardize NFDk Tx descriptor endianness
> net/nfp: standardize Rx descriptor endianness
> net/nfp: standardize NFD3 Tx descriptor endianness
>
> Chengwen Feng (3):
> app/testpmd: relax number of TCs in DCB command
> bus: cleanup device lists
> net/hns3: fix queue TC configuration on VF
>
> Clemens Famulla-Conrad (1):
> dts: fix deterministic doc
>
> Danylo Vodopianov (3):
> net/ntnic: avoid divide by zero
> net/ntnic: fix ring queue operation
> net/ntnic: remove unused code
>
> Dariusz Sosnowski (7):
> net/mlx5: fix header modify action on group 0
> net/mlx5: validate GTP PSC QFI width
> net/mlx5: fix counter pool init error propagation
> net/mlx5: fix counter service cleanup on init failure
> net/mlx5: fix flex tunnel flow validation
> net/mlx5: fix VLAN stripping on hairpin queue
> net/mlx5: fix masked indirect age action validation
>
> David Marchand (7):
> acl: fix build with GCC 15 on aarch64
> vhost: fix wrapping on control virtqueue rings
> eal: warn if no lcore is available
> test/lcore: fix race in per-lcore test
> common/mlx5: fix dependency detection on Windows
> doc: remove reference to deprecated --use-device option
> eal: add description of service corelist in usage
>
> Dengdui Huang (12):
> net/hns3: fix integer overflow in interrupt unmap
> net/hns3: fix memory leak on failure
> net/hns3: fix extra wait for link up
> net/hns3: fix memory leak for indirect flow action
> net/hns3: fix interrupt rollback
> net/hns3: fix divide by zero
> net/hns3: fix resources release on reset
> net/hns3: fix CRC data segment
> mem: fix lockup on address space shortage
> net/hns3: check requirement for hardware GRO
> net/hns3: allow Tx vector when fast free not enabled
> net/hns3: fix Rx packet without CRC data
>
> Dhanya Pillai (2):
> net/ice: fix flow creation failure
> net/i40e: fix RSS on plain IPv4
>
> Edvard Fagerholm (1):
> eal/x86: fix C++ build
>
> Eugenio Pérez (2):
> vhost: search virtqueues driver data in read-only area
> vhost: fix net control virtqueue used length
>
> Gagandeep Singh (2):
> common/dpaax: fix PDCP key command race condition
> common/dpaax: fix PDCP AES only 12-bit SN
>
> Gavin Li (1):
> net/mlx5: align PF and VF/SF MAC address handling
>
> Gowrishankar Muthukrishnan (5):
> crypto/cnxk: fix uninitialized variable
> crypto/cnxk: fix out-of-bounds access in SM2
> crypto/openssl: include private exponent in RSA session
> test/crypto: fix RSA vector as per RFC 8017
> test/crypto: fix RSA decrypt validation
>
> Gregory Etelson (7):
> net/mlx5: remove unsupported flow meter action in HWS
> net/mlx5: fix error notification for large flow patterns
> net/mlx5: fix mark action with shared Rx queue
> app/testpmd: fix flow random item token
> net/mlx5: fix access to auxiliary flow data
> common/mlx5: fix extraction of auxiliary device name
> bus/auxiliary: fix crash in cleanup
>
> Ivan Malov (1):
> net/sfc: fix action order on start failure
>
> Jake Freeland (1):
> bus/pci/bsd: fix device existence check
>
> Jaromír Smrček (1):
> doc: add kernel options required for mlx5
>
> Jedrzej Jagielski (1):
> net/ixgbe/base: fix link status for E610
>
> Jiawen Wu (13):
> net/txgbe: fix ntuple filter parsing
> net/txgbe: fix raw pattern match for FDIR rule
> net/txgbe: fix packet type for FDIR filter
> net/txgbe: fix to create FDIR filter for SCTP packet
> net/txgbe: fix FDIR perfect mode for IPv6
> net/txgbe: fix to create FDIR filter for tunnel packet
> net/txgbe: fix reserved extra FDIR headroom
> net/txgbe: fix MAC control frame forwarding
> net/ngbe: fix MAC control frame forwarding
> net/txgbe: fix device statistics
> net/ngbe: fix device statistics
> net/txgbe: restrict VLAN strip configuration on VF
> net/txgbe: add LRO flag in mbuf when enabled
>
> Junfeng Guo (1):
> net/mlx5: fix template flow rule identification
>
> Kaiwen Deng (4):
> net/ixgbe: enable ethertype filter for E610
> net/e1000: fix igb Tx queue offloads capability
> net/e1000: fix xstats name
> net/ixgbe: skip MACsec stats for E610
>
> Khadem Ullah (1):
> net/mlx5: fix crash on age query with indirect conntrack
>
> Konstantin Ananyev (1):
> net/ixgbe: remove VLAs
>
> Long Li (5):
> bus/vmbus: use Hyper-V page size
> net/netvsc: use Hyper-V page size
> net/netvsc: add stats counters from VF
> net/mana: check vendor ID when probing RDMA device
> bus/vmbus: align ring buffer data to page boundary
>
> Long Wu (2):
> net/nfp: fix flow rule freeing
> net/nfp: fix control message overflow
>
> Lukasz Krakowiak (2):
> net/ice/base: fix integer overflow
> net/ice/base: fix typo in device ID description
>
> Maayan Kashani (5):
> net/mlx5: fix validation for GENEVE options
> net/mlx5: fix GRE flow item validation
> net/mlx5/hws: fix send queue drain on FW WQE destroy
> ethdev: fix error struct in flow configure
> net/mlx5: fix crash in HWS counter pool destroy
>
> Madhuker Mythri (1):
> net/bonding: avoid RSS RETA update in flow isolation mode
>
> Marat Khalili (1):
> buildtools/test: scan muti-line registrations
>
> Mattias Rönnblom (1):
> eventdev: fix flag types consistency
>
> Maxime Coquelin (1):
> net/mlx5: avoid setting kernel MTU if not needed
>
> Mingjin Ye (2):
> net/ice: fix querying RSS hash for DCF
> net/ice: fix handling empty DCF RSS hash
>
> Mohamed Feroz Abdul Majeeth (1):
> net/octeon_ep: increase mailbox timeout
>
> Morten Brørup (1):
> eal/unix: fix log message for madvise failure
>
> Nawal Kishor (1):
> common/cnxk: fix aura offset
>
> Nithin Dabilpuram (1):
> common/cnxk: fix CQ tail drop
>
> Nithinsen Kaithakadan (4):
> common/cnxk: fix qsize in CPT iq enable
> test/crypto: fix auth and cipher case IV length
> test/crypto: set to null after freeing operation
> common/cnxk: fix AES-CTR salt handling
>
> Oleksandr Kolomeiets (1):
> net/ntnic: unmap DMA during queue release
>
> Oleksandr Nahnybida (1):
> trace: fix overflow in per-lcore trace buffer
>
> Paul Greenwalt (1):
> net/ice/base: fix media type check
>
> Pavan Nikhilesh (3):
> event/cnxk: fix missing HW state checks
> eal: fix return value of lcore role
> doc: fix missing feature matrix for event device
>
> Praveen Shetty (1):
> net/idpf: fix truncation of constant value
>
> Pravin Pathak (6):
> event/dlb2: fix dequeue with CQ depth <= 16
> event/dlb2: fix validaton of LDB port COS ID arguments
> event/dlb2: fix num single link ports for DLB2.5
> event/dlb2: fix QID depth xstat
> event/dlb2: fix public symbol namespace
> app/eventdev: fix number of releases sent during cleanup
>
> Radu Nicolau (3):
> crypto/virtio: fix driver cleanup
> crypto/qat: fix out-of-place chain/cipher/auth headers
> crypto/virtio: add request check on request side
>
> Rahul Bhansali (2):
> net/cnxk: fix descriptor count update on reconfig
> net/cnxk: fix lock for security session operations
>
> Rajesh Mudimadugula (2):
> vhost/crypto: fix cipher data length
> crypto/virtio: fix cipher data source length
>
> Rakesh Kudurumalla (2):
> examples/ipsec-secgw: fix crash with IPv6
> examples/ipsec-secgw: fix crash in event vector mode
>
> Robin Jarry (1):
> net: fix IPv6 check for IPv4 compat
>
> Rui Ferreira (2):
> eal/linux: unregister alarm callback before free
> eal/freebsd: unregister alarm callback before free
>
> Satheesh Paul (1):
> common/cnxk: fix E-tag pattern parsing
>
> Shai Brandes (2):
> net/ena: fix control path interrupt mode
> net/ena: fix aenq timeout with low poll interval
>
> Shani Peretz (1):
> app/crypto-perf: fix AAD offset alignment
>
> Stephen Hemminger (4):
> net/qede: fix use after free
> bus/fslmc: fix use after free
> net/null: fix packet copy
> crypto/qat: fix size calculation for memset
>
> Sucharitha Sarananaga (1):
> test/crypto: fix EdDSA vector description
>
> Sunyang Wu (1):
> ethdev: keep promiscuous/allmulti value before disabling
>
> Tanzeel Ahmed (1):
> examples/flow_filtering: fix make clean
>
> Tejasree Kondoj (2):
> crypto/cnxk: fix QP stats
> crypto/cnxk: fix includes
>
> Tirthendu Sarkar (1):
> event/dlb2: fix default credits based on HW version
>
> Vanshika Shukla (1):
> crypto/dpaa2_sec: fix uninitialized variable
>
> Viacheslav Ovsiienko (3):
> net/mlx5: fix hypervisor detection in VLAN workaround
> net/mlx5: fix out-of-order completions in ordinary Rx burst
> net/mlx5: fix maximal queue size query
>
> Vidya Sagar Velumuri (2):
> net/octeon_ep: fix buffer refill
> crypto/cnxk: update SG list population
>
> Volodymyr Fialko (1):
> examples/ipsec-secgw: fix number of queue pairs
>
> Waldemar Dworakowski (1):
> net/ice/base: fix type conversion
>
> Yan Lu (1):
> net/tap: fix qdisc add failure handling
>
> Yang Ming (1):
> eal/linux: improve ASLR check
>
> Yuan Wang (2):
> net/e1000: fix EEPROM dump
> net/ixgbe: fix port mask default value in filter
>
>
[-- Attachment #2: Type: text/html, Size: 18265 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 24.11.3 patches review and test
2025-07-28 9:14 ` Yanghang Liu
@ 2025-07-28 10:09 ` Kevin Traynor
0 siblings, 0 replies; 7+ messages in thread
From: Kevin Traynor @ 2025-07-28 10:09 UTC (permalink / raw)
To: Yanghang Liu
Cc: stable, dev, Ali Alnubani, John McNamara, Luca Boccassi,
Raslan Darawsheh, Thomas Monjalon, Chao Yang
On 28/07/2025 10:14, Yanghang Liu wrote:
> I tested below 18 scenarios on RHEL 9.6 host and didn't find any new dpdk
> issues.
>
> - VM with device assignment(PF) throughput testing(1G hugepage size):
> PASS
> - VM with device assignment(PF) throughput testing(2M hugepage size) :
> PASS
> - VM with device assignment(VF) throughput testing: PASS
> - PVP (host dpdk testpmd as vswitch) 1Q: throughput testing: PASS
> - PVP vhost-user 2Q throughput testing: PASS
> - PVP vhost-user 1Q - cross numa node throughput testing: PASS
> - VM with vhost-user 2 queues throughput testing: PASS
> - vhost-user reconnect with dpdk-client, qemu-server(qemu reconnect):
> PASS
> - vhost-user reconnect with dpdk-client, qemu-server(ovs reconnect): PASS
> - PVP reconnect with dpdk-client, qemu-server: PASS
> - PVP 1Q live migration testing: PASS
> - PVP 1Q cross numa node live migration testing: PASS
> - VM with ovs+dpdk+vhost-user 1Q live migration testing: PASS
> - VM with ovs+dpdk+vhost-user 1Q live migration testing (2M): PASS
> - VM with ovs+dpdk+vhost-user 2Q live migration testing: PASS
> - VM with ovs+dpdk+vhost-user 4Q live migration testing: PASS
> - Host PF + DPDK testing: PASS
> - Host VF + DPDK testing: PASS
>
>
> Test Versions:
>
> - qemu-kvm-9.1.0
> - kernel 5.14
> - libvirt 10.10
> - ovs 3.3
> - git log
>
> Commit 3fa2030f013bd7c7d102e576b37ee4dca83b9982
>
> Author: Kevin Traynor <ktraynor@redhat.com>
>
> Date: Thu Jul 24 16:31:46 2025 +0100
>
> version: 24.11.3-rc1
>
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
>
>
> - Test device : X540-AT2 NIC(ixgbe, 10G)
>
> Tested-by: Yanghang Liu <yanghliu@redhat.com>
>
> Best Regards,
> Yanghang Liu
Thanks Yanghang for the testing and report,
regards,
Kevin.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 24.11.3 patches review and test
2025-07-24 16:15 24.11.3 patches review and test Kevin Traynor
2025-07-28 9:14 ` Yanghang Liu
@ 2025-08-13 20:25 ` Ali Alnubani
2025-08-14 10:27 ` Kevin Traynor
2025-08-14 6:01 ` Xu, HailinX
2 siblings, 1 reply; 7+ messages in thread
From: Ali Alnubani @ 2025-08-13 20:25 UTC (permalink / raw)
To: Kevin Traynor, stable
Cc: dev, Abhishek Marathe, David Christensen, Hemant Agrawal,
Jerin Jacob, John McNamara, Ju-Hyoung Lee, Luca Boccassi,
Pei Zhang, Raslan Darawsheh, Thomas Monjalon, yanghliu
On 7/24/25 7:15 PM, Kevin Traynor wrote:
> Hi all,
>
> Here is a list of patches targeted for stable release 24.11.3.
>
> The planned date for the final release is 12th August 2025.
>
> Please help with testing and validation of your use cases and report
> any issues/results with reply-all to this mail. For the final release
> the fixes and reported validations will be added to the release notes.
>
> A release candidate tarball can be found at:
>
> https://dpdk.org/browse/dpdk-stable/tag/?id=v24.11.3-rc1
>
> These patches are located at branch 24.11 of dpdk-stable repo:
> https://dpdk.org/browse/dpdk-stable/
>
> Thanks.
>
> Kevin
>
> ---
Hello Kevin, apologies for the delay,
We ran the following functional tests with Nvidia hardware on v24.11.3-rc1:
- Basic functionality:
Send and receive multiple types of traffic.
- testpmd xstats counter test.
- testpmd timestamp test.
- Changing/checking link status through testpmd.
- rte_flow tests
(https://doc.dpdk.org/guides/nics/mlx5.html#supported-hardware-offloads)
- RSS tests.
- VLAN filtering, stripping, and insertion tests.
- Checksum and TSO tests.
- ptype tests.
- link_status_interrupt example application tests.
- l3fwd-power example application tests.
- Multi-process example applications tests.
- Hardware LRO tests.
- Buffer Split tests.
- Tx scheduling tests.
Functional tests ran on:
- NIC: ConnectX-6 Dx / OS: Ubuntu 22.04 / Driver:
MLNX_OFED_LINUX-24.10-3.2.5.0 / Firmware: 22.43.3608
- NIC: ConnectX-7 / OS: Ubuntu 22.04 / Driver:
MLNX_OFED_LINUX-24.10-3.2.5.0 / Firmware: 28.43.3608
- DPU: BlueField-2 / DOCA SW version: 2.9.3 / Firmware: 24.43.3608
Additionally, we ran build tests with multiple configurations on the
following OS/driver combinations (all passed):
- Debian 12 with MLNX_OFED_LINUX-24.10-3.2.5.0.
- Ubuntu 22.04 with MLNX_OFED_LINUX-24.10-3.2.5.0.
- Ubuntu 22.04 with rdma-core master (091ddb5).
- Ubuntu 24.04 with MLNX_OFED_LINUX-24.10-3.2.5.0.
- Ubuntu 24.04 with rdma-core v50.0.
- Fedora 42 with rdma-core v55.0.
- Fedora 43 (Rawhide) with rdma-core v58.0.
- OpenSUSE Leap 15.6 with rdma-core v49.1.
- Windows Server 2022 with Clang 18.1.8.
The following patch addresses an ASan issue in testpmd:
https://inbox.dpdk.org/dev/20250730113243.197386-1-mkashani@nvidia.com/
We are currently investigating additional functional test failures but
have not yet determined if these issues are new or present in previous
releases (and appeared due to environment changes). Will update as soon
as possible.
Regards,
Ali
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 24.11.3 patches review and test
2025-08-13 20:25 ` Ali Alnubani
@ 2025-08-14 10:27 ` Kevin Traynor
0 siblings, 0 replies; 7+ messages in thread
From: Kevin Traynor @ 2025-08-14 10:27 UTC (permalink / raw)
To: Ali Alnubani, stable
Cc: dev, John McNamara, Ju-Hyoung Lee, Luca Boccassi, Pei Zhang,
Raslan Darawsheh, Thomas Monjalon
On 13/08/2025 21:25, Ali Alnubani wrote:
> On 7/24/25 7:15 PM, Kevin Traynor wrote:
>
>> Hi all,
>>
>> Here is a list of patches targeted for stable release 24.11.3.
>>
>> The planned date for the final release is 12th August 2025.
>>
>> Please help with testing and validation of your use cases and report
>> any issues/results with reply-all to this mail. For the final release
>> the fixes and reported validations will be added to the release notes.
>>
>> A release candidate tarball can be found at:
>>
>> https://dpdk.org/browse/dpdk-stable/tag/?id=v24.11.3-rc1
>>
>> These patches are located at branch 24.11 of dpdk-stable repo:
>> https://dpdk.org/browse/dpdk-stable/
>>
>> Thanks.
>>
>> Kevin
>>
>> ---
>
> Hello Kevin, apologies for the delay,
>
Hi Ali,
No problem, thanks for taking the time to run the validation.
> We ran the following functional tests with Nvidia hardware on v24.11.3-rc1:
> - Basic functionality:
> Send and receive multiple types of traffic.
> - testpmd xstats counter test.
> - testpmd timestamp test.
> - Changing/checking link status through testpmd.
> - rte_flow tests
> (https://doc.dpdk.org/guides/nics/mlx5.html#supported-hardware-offloads)
> - RSS tests.
> - VLAN filtering, stripping, and insertion tests.
> - Checksum and TSO tests.
> - ptype tests.
> - link_status_interrupt example application tests.
> - l3fwd-power example application tests.
> - Multi-process example applications tests.
> - Hardware LRO tests.
> - Buffer Split tests.
> - Tx scheduling tests.
>
> Functional tests ran on:
> - NIC: ConnectX-6 Dx / OS: Ubuntu 22.04 / Driver:
> MLNX_OFED_LINUX-24.10-3.2.5.0 / Firmware: 22.43.3608
> - NIC: ConnectX-7 / OS: Ubuntu 22.04 / Driver:
> MLNX_OFED_LINUX-24.10-3.2.5.0 / Firmware: 28.43.3608
> - DPU: BlueField-2 / DOCA SW version: 2.9.3 / Firmware: 24.43.3608
>
> Additionally, we ran build tests with multiple configurations on the
> following OS/driver combinations (all passed):
> - Debian 12 with MLNX_OFED_LINUX-24.10-3.2.5.0.
> - Ubuntu 22.04 with MLNX_OFED_LINUX-24.10-3.2.5.0.
> - Ubuntu 22.04 with rdma-core master (091ddb5).
> - Ubuntu 24.04 with MLNX_OFED_LINUX-24.10-3.2.5.0.
> - Ubuntu 24.04 with rdma-core v50.0.
> - Fedora 42 with rdma-core v55.0.
> - Fedora 43 (Rawhide) with rdma-core v58.0.
> - OpenSUSE Leap 15.6 with rdma-core v49.1.
> - Windows Server 2022 with Clang 18.1.8.
>
> The following patch addresses an ASan issue in testpmd:
> https://inbox.dpdk.org/dev/20250730113243.197386-1-mkashani@nvidia.com/
>
ok, that one is not merged in dpdk main branch or gone through release
validation yet, so will hold off applying into stable branch for now.
> We are currently investigating additional functional test failures but
> have not yet determined if these issues are new or present in previous
> releases (and appeared due to environment changes). Will update as soon
> as possible.
>
Sure, no problem.
thanks,
Kevin.
> Regards,
> Ali
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: 24.11.3 patches review and test
2025-07-24 16:15 24.11.3 patches review and test Kevin Traynor
2025-07-28 9:14 ` Yanghang Liu
2025-08-13 20:25 ` Ali Alnubani
@ 2025-08-14 6:01 ` Xu, HailinX
2025-08-14 10:02 ` Kevin Traynor
2 siblings, 1 reply; 7+ messages in thread
From: Xu, HailinX @ 2025-08-14 6:01 UTC (permalink / raw)
To: Kevin Traynor, stable
Cc: dev, Abhishek Marathe, Ali Alnubani, David Christensen,
Hemant Agrawal, Jerin Jacob, Mcnamara, John, Ju-Hyoung Lee,
Luca Boccassi, Pei Zhang, Raslan Darawsheh, Thomas Monjalon,
yanghliu
> -----Original Message-----
> From: Kevin Traynor <ktraynor@redhat.com>
> Sent: Friday, July 25, 2025 12:15 AM
> To: stable@dpdk.org
> Cc: dev@dpdk.org; Abhishek Marathe <Abhishek.Marathe@microsoft.com>;
> Ali Alnubani <alialnu@nvidia.com>; David Christensen
> <drc@linux.vnet.ibm.com>; Hemant Agrawal <hemant.agrawal@nxp.com>;
> Jerin Jacob <jerinj@marvell.com>; Mcnamara, John
> <john.mcnamara@intel.com>; Ju-Hyoung Lee <juhlee@microsoft.com>; Kevin
> Traynor <ktraynor@redhat.com>; Luca Boccassi <bluca@debian.org>; Pei
> Zhang <pezhang@redhat.com>; Raslan Darawsheh <rasland@nvidia.com>;
> Thomas Monjalon <thomas@monjalon.net>; yanghliu@redhat.com
> Subject: 24.11.3 patches review and test
>
> Hi all,
>
> Here is a list of patches targeted for stable release 24.11.3.
>
> The planned date for the final release is 12th August 2025.
>
> Please help with testing and validation of your use cases and report any
> issues/results with reply-all to this mail. For the final release the fixes and
> reported validations will be added to the release notes.
>
> A release candidate tarball can be found at:
>
> https://dpdk.org/browse/dpdk-stable/tag/?id=v24.11.3-rc1
>
> These patches are located at branch 24.11 of dpdk-stable repo:
> https://dpdk.org/browse/dpdk-stable/
>
> Thanks.
>
> Kevin
>
> ---
Update the test status for Intel part. dpdk24.11.3-rc1 all validation test done. no new issue is found.
known issues: fix patch has been merged into main, but they not merged 24.11 LTS, so this issue still exists in 24.11.3-rc1
1. Bug 1606 - flow_filtering/flow_filtering_mismatch_rule: Some mismatch rule packets match the rule.
- has fix patch: https://patches.dpdk.org/project/dpdk/patch/20250112075200.5020-1-shperetz@nvidia.com/
* Build & CFLAG compile: cover the build test with latest GCC/Clang version on the following OS(all passed)
- Ubuntu25.04/Ubuntu24.04.2
- RHEL9.6/RHEL10
- Fedora42
- FreeBSD14.2
- SUSE15.6
- OpenAnolis8.10
- AzureLinux3.0
* Function tests: All test done and there are two known issues.
- i40E-(XXV710, X722) PF/VF: test scenarios including basic/RTE_FLOW/TSO/Jumboframe/checksum offload/mac_filter/VLAN/VXLAN/RSS, etc.
- IXGBE-(82599, E610) PF/VF: test scenarios including basic/RTE_FLOW/TSO/Jumboframe/checksum offload/mac_filter/VLAN/VXLAN/RSS, etc.
- ICE-(E810, E830, E2100) PF/VF: test scenarios including basic/Switch/Package Management/Flow Director/Advanced Tx/Advanced RSS/ACL/DCF/Flexible Descriptor, etc.
- IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic test - QAT&SW/FIB library, etc.
- 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.
- Cryptodev: test scenarios including Cryptodev API testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc.
- DLB: test scenarios including DLB2.0 and DLB2.5
- Other: test scenarios including AF_XDP, Power, CBDMA, DSA
* Performance test: All test done and passed
- Thoughput Performance
- Cryptodev Latency
- PF/VF NIC single core
- XXV710/E810 NIC Performance
Regards,
Xu, Hailin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 24.11.3 patches review and test
2025-08-14 6:01 ` Xu, HailinX
@ 2025-08-14 10:02 ` Kevin Traynor
0 siblings, 0 replies; 7+ messages in thread
From: Kevin Traynor @ 2025-08-14 10:02 UTC (permalink / raw)
To: Xu, HailinX, stable
Cc: dev, Ali Alnubani, Mcnamara, John, Luca Boccassi,
Raslan Darawsheh, Thomas Monjalon, shperetz
On 14/08/2025 07:01, Xu, HailinX wrote:
>> -----Original Message-----
>> From: Kevin Traynor <ktraynor@redhat.com>
>> Sent: Friday, July 25, 2025 12:15 AM
>> To: stable@dpdk.org
>> Cc: dev@dpdk.org; Abhishek Marathe <Abhishek.Marathe@microsoft.com>;
>> Ali Alnubani <alialnu@nvidia.com>; David Christensen
>> <drc@linux.vnet.ibm.com>; Hemant Agrawal <hemant.agrawal@nxp.com>;
>> Jerin Jacob <jerinj@marvell.com>; Mcnamara, John
>> <john.mcnamara@intel.com>; Ju-Hyoung Lee <juhlee@microsoft.com>; Kevin
>> Traynor <ktraynor@redhat.com>; Luca Boccassi <bluca@debian.org>; Pei
>> Zhang <pezhang@redhat.com>; Raslan Darawsheh <rasland@nvidia.com>;
>> Thomas Monjalon <thomas@monjalon.net>; yanghliu@redhat.com
>> Subject: 24.11.3 patches review and test
>>
>> Hi all,
>>
>> Here is a list of patches targeted for stable release 24.11.3.
>>
>> The planned date for the final release is 12th August 2025.
>>
>> Please help with testing and validation of your use cases and report any
>> issues/results with reply-all to this mail. For the final release the fixes and
>> reported validations will be added to the release notes.
>>
>> A release candidate tarball can be found at:
>>
>> https://dpdk.org/browse/dpdk-stable/tag/?id=v24.11.3-rc1
>>
>> These patches are located at branch 24.11 of dpdk-stable repo:
>> https://dpdk.org/browse/dpdk-stable/
>>
>> Thanks.
>>
>> Kevin
>>
>> ---
> Update the test status for Intel part. dpdk24.11.3-rc1 all validation test done. no new issue is found.
>
Hi Hailin,
Thanks for the report.
> known issues: fix patch has been merged into main, but they not merged 24.11 LTS, so this issue still exists in 24.11.3-rc1
> 1. Bug 1606 - flow_filtering/flow_filtering_mismatch_rule: Some mismatch rule packets match the rule.
> - has fix patch: https://patches.dpdk.org/project/dpdk/patch/20250112075200.5020-1-shperetz@nvidia.com/
>
This patch is in since 24.11.2 [0]. Anyway, it is example code and not
critical so don't need to delay the release for it. We can investigate
more for 24.11.4.
thanks,
Kevin.
[0]
https://git.dpdk.org/dpdk-stable/commit/?id=b540e51a864d25b1e254fa8c311b92223e0f4162
> * Build & CFLAG compile: cover the build test with latest GCC/Clang version on the following OS(all passed)
> - Ubuntu25.04/Ubuntu24.04.2
> - RHEL9.6/RHEL10
> - Fedora42
> - FreeBSD14.2
> - SUSE15.6
> - OpenAnolis8.10
> - AzureLinux3.0
>
> * Function tests: All test done and there are two known issues.
> - i40E-(XXV710, X722) PF/VF: test scenarios including basic/RTE_FLOW/TSO/Jumboframe/checksum offload/mac_filter/VLAN/VXLAN/RSS, etc.
> - IXGBE-(82599, E610) PF/VF: test scenarios including basic/RTE_FLOW/TSO/Jumboframe/checksum offload/mac_filter/VLAN/VXLAN/RSS, etc.
> - ICE-(E810, E830, E2100) PF/VF: test scenarios including basic/Switch/Package Management/Flow Director/Advanced Tx/Advanced RSS/ACL/DCF/Flexible Descriptor, etc.
> - IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic test - QAT&SW/FIB library, etc.
> - 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.
> - Cryptodev: test scenarios including Cryptodev API testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc.
> - DLB: test scenarios including DLB2.0 and DLB2.5
> - Other: test scenarios including AF_XDP, Power, CBDMA, DSA
>
> * Performance test: All test done and passed
> - Thoughput Performance
> - Cryptodev Latency
> - PF/VF NIC single core
> - XXV710/E810 NIC Performance
>
>
> Regards,
> Xu, Hailin
>
^ permalink raw reply [flat|nested] 7+ messages in thread