* 22.11.9 patches review and test @ 2025-07-23 16:08 luca.boccassi 2025-07-28 9:17 ` Yanghang Liu 2025-08-05 9:28 ` Xu, HailinX 0 siblings, 2 replies; 5+ messages in thread From: luca.boccassi @ 2025-07-23 16:08 UTC (permalink / raw) To: stable Cc: dev, Abhishek Marathe, Ali Alnubani, David Christensen, Hemant Agrawal, Ian Stokes, Jerin Jacob, John McNamara, Ju-Hyoung Lee, Kevin Traynor, Luca Boccassi, Pei Zhang, Raslan Darawsheh, Thomas Monjalon, Yanghang Liu Hi all, Here is a list of patches targeted for stable release 22.11.9. The planned date for the final release is by the 25th of 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=v22.11.9-rc1 These patches are located at branch 22.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- 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 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 (7): 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 test/malloc: improve resiliency power/intel_uncore: fix crash closing uninitialized driver Chaoyong He (1): app/testpmd: fix RSS hash key update Chengwen Feng (3): app/testpmd: relax number of TCs in DCB command bus: cleanup device lists net/hns3: fix queue TC configuration on VF Dariusz Sosnowski (5): net/mlx5: fix header modify action on group 0 net/mlx5: validate GTP PSC QFI width net/mlx5: fix counter service cleanup on init failure net/mlx5: fix VLAN stripping on hairpin queue net/mlx5: fix masked indirect age action validation David Marchand (5): ci: bump tested distributions in GHA acl: fix build with GCC 15 on aarch64 eal: warn if no lcore is available 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: allow Rx vector mode with VLAN filter Dhanya Pillai (1): net/i40e: fix RSS on plain IPv4 Doug Foster (1): config/arm: add grace build config Eugenio Pérez (1): vhost: search virtqueues driver data in read-only area 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 (2): crypto/openssl: include private exponent in RSA session test/crypto: fix RSA decrypt validation Gregory Etelson (3): net/mlx5: remove unsupported flow meter action in HWS common/mlx5: fix extraction of auxiliary device name bus/auxiliary: fix crash in cleanup Hengqi Chen (1): net/virtio: fix check of threshold for Tx freeing Jake Freeland (1): bus/pci/bsd: fix device existence check 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 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 net/txgbe: fix to create FDIR filter for tunnel packet Kaiwen Deng (2): net/e1000: fix xstats name net/e1000: fix igb Tx queue offloads capability Khadem Ullah (1): net/mlx5: fix crash on age query with indirect conntrack Krzysztof Galazka (1): net/i40e/base: remove unused variables Long Li (5): bus/vmbus: align ring buffer data to page boundary 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 Luca Boccassi (1): Revert "net/virtio: fix check of threshold for Tx freeing" Lukasz Krakowiak (2): net/ice/base: fix integer overflow net/ice/base: fix typo in device ID description Maayan Kashani (2): ethdev: fix error struct in flow configure examples/multi_process: fix ports cleanup on exit Madhuker Mythri (1): net/bonding: avoid RSS RETA update in flow isolation mode Maxime Coquelin (1): net/mlx5: avoid setting kernel MTU if not needed Mingjin Ye (1): net/ice: fix querying RSS hash for DCF Morten Brørup (1): eal/unix: fix log message for madvise failure Nithin Dabilpuram (1): common/cnxk: fix CQ tail drop Nithinsen Kaithakadan (3): 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 Oleksandr Nahnybida (1): trace: fix overflow in per-lcore trace buffer Pavan Nikhilesh (1): eal: fix return value of lcore role Pravin Pathak (4): 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 app/eventdev: fix number of releases sent during cleanup Radu Nicolau (3): crypto/virtio: add request check on request side crypto/virtio: fix driver cleanup crypto/qat: fix out-of-place chain/cipher/auth headers Rahul Bhansali (3): net/cnxk: fix descriptor count update on reconfig common/cnxk: fix null pointer checks net/cnxk: fix lock for security session ops 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 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 Shani Peretz (1): app/crypto-perf: fix AAD offset alignment Stephen Hemminger (3): net/qede: fix use after free bus/fslmc: fix use after free net/null: fix packet copy Sunyang Wu (1): ethdev: keep promiscuous/allmulti value before disabling Thomas Monjalon (1): examples/multi_process: revert ports cleanup on exit Tirthendu Sarkar (1): event/dlb2: fix default credits based on HW version Viacheslav Ovsiienko (2): net/mlx5: fix maximal queue size query net/mlx5: fix hypervisor detection in VLAN workaround Volodymyr Fialko (1): examples/ipsec-secgw: fix number of queue pairs 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 22.11.9 patches review and test 2025-07-23 16:08 22.11.9 patches review and test luca.boccassi @ 2025-07-28 9:17 ` Yanghang Liu 2025-07-28 9:28 ` Luca Boccassi 2025-08-05 9:28 ` Xu, HailinX 1 sibling, 1 reply; 5+ messages in thread From: Yanghang Liu @ 2025-07-28 9:17 UTC (permalink / raw) To: luca.boccassi Cc: stable, dev, Abhishek Marathe, Ali Alnubani, David Christensen, Hemant Agrawal, Ian Stokes, Jerin Jacob, John McNamara, Ju-Hyoung Lee, Kevin Traynor, Luca Boccassi, Raslan Darawsheh, Thomas Monjalon, Chao Yang [-- Attachment #1: Type: text/plain, Size: 10318 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 543047abff3b5eb16d939cdc6b5d1200c7ff7f0b Author: Luca Boccassi <luca.boccassi@gmail.com> Date: Wed Jul 23 17:00:10 2025 +0100 version: 22.11.9-rc1 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com> - Test device : X540-AT2 NIC(ixgbe, 10G) Tested-by: Yanghang Liu <yanghliu@redhat.com> Best Regards, Yanghang Liu On Thu, Jul 24, 2025 at 12:08 AM <luca.boccassi@gmail.com> wrote: > Hi all, > > Here is a list of patches targeted for stable release 22.11.9. > > The planned date for the final release is by the 25th of 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=v22.11.9-rc1 > > These patches are located at branch 22.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Luca Boccassi > > --- > 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 > > 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 (7): > 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 > test/malloc: improve resiliency > power/intel_uncore: fix crash closing uninitialized driver > > Chaoyong He (1): > app/testpmd: fix RSS hash key update > > Chengwen Feng (3): > app/testpmd: relax number of TCs in DCB command > bus: cleanup device lists > net/hns3: fix queue TC configuration on VF > > Dariusz Sosnowski (5): > net/mlx5: fix header modify action on group 0 > net/mlx5: validate GTP PSC QFI width > net/mlx5: fix counter service cleanup on init failure > net/mlx5: fix VLAN stripping on hairpin queue > net/mlx5: fix masked indirect age action validation > > David Marchand (5): > ci: bump tested distributions in GHA > acl: fix build with GCC 15 on aarch64 > eal: warn if no lcore is available > 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: allow Rx vector mode with VLAN filter > > Dhanya Pillai (1): > net/i40e: fix RSS on plain IPv4 > > Doug Foster (1): > config/arm: add grace build config > > Eugenio Pérez (1): > vhost: search virtqueues driver data in read-only area > > 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 (2): > crypto/openssl: include private exponent in RSA session > test/crypto: fix RSA decrypt validation > > Gregory Etelson (3): > net/mlx5: remove unsupported flow meter action in HWS > common/mlx5: fix extraction of auxiliary device name > bus/auxiliary: fix crash in cleanup > > Hengqi Chen (1): > net/virtio: fix check of threshold for Tx freeing > > Jake Freeland (1): > bus/pci/bsd: fix device existence check > > 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 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 > net/txgbe: fix to create FDIR filter for tunnel packet > > Kaiwen Deng (2): > net/e1000: fix xstats name > net/e1000: fix igb Tx queue offloads capability > > Khadem Ullah (1): > net/mlx5: fix crash on age query with indirect conntrack > > Krzysztof Galazka (1): > net/i40e/base: remove unused variables > > Long Li (5): > bus/vmbus: align ring buffer data to page boundary > 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 > > Luca Boccassi (1): > Revert "net/virtio: fix check of threshold for Tx freeing" > > Lukasz Krakowiak (2): > net/ice/base: fix integer overflow > net/ice/base: fix typo in device ID description > > Maayan Kashani (2): > ethdev: fix error struct in flow configure > examples/multi_process: fix ports cleanup on exit > > Madhuker Mythri (1): > net/bonding: avoid RSS RETA update in flow isolation mode > > Maxime Coquelin (1): > net/mlx5: avoid setting kernel MTU if not needed > > Mingjin Ye (1): > net/ice: fix querying RSS hash for DCF > > Morten Brørup (1): > eal/unix: fix log message for madvise failure > > Nithin Dabilpuram (1): > common/cnxk: fix CQ tail drop > > Nithinsen Kaithakadan (3): > 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 > > Oleksandr Nahnybida (1): > trace: fix overflow in per-lcore trace buffer > > Pavan Nikhilesh (1): > eal: fix return value of lcore role > > Pravin Pathak (4): > 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 > app/eventdev: fix number of releases sent during cleanup > > Radu Nicolau (3): > crypto/virtio: add request check on request side > crypto/virtio: fix driver cleanup > crypto/qat: fix out-of-place chain/cipher/auth headers > > Rahul Bhansali (3): > net/cnxk: fix descriptor count update on reconfig > common/cnxk: fix null pointer checks > net/cnxk: fix lock for security session ops > > 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 > > 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 > > Shani Peretz (1): > app/crypto-perf: fix AAD offset alignment > > Stephen Hemminger (3): > net/qede: fix use after free > bus/fslmc: fix use after free > net/null: fix packet copy > > Sunyang Wu (1): > ethdev: keep promiscuous/allmulti value before disabling > > Thomas Monjalon (1): > examples/multi_process: revert ports cleanup on exit > > Tirthendu Sarkar (1): > event/dlb2: fix default credits based on HW version > > Viacheslav Ovsiienko (2): > net/mlx5: fix maximal queue size query > net/mlx5: fix hypervisor detection in VLAN workaround > > Volodymyr Fialko (1): > examples/ipsec-secgw: fix number of queue pairs > > 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: 14179 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 22.11.9 patches review and test 2025-07-28 9:17 ` Yanghang Liu @ 2025-07-28 9:28 ` Luca Boccassi 0 siblings, 0 replies; 5+ messages in thread From: Luca Boccassi @ 2025-07-28 9:28 UTC (permalink / raw) To: Yanghang Liu; +Cc: stable, dev, Kevin Traynor, Chao Yang On Mon, 28 Jul 2025 at 10:17, Yanghang Liu <yanghliu@redhat.com> 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 543047abff3b5eb16d939cdc6b5d1200c7ff7f0b > > Author: Luca Boccassi <luca.boccassi@gmail.com> > > Date: Wed Jul 23 17:00:10 2025 +0100 > > version: 22.11.9-rc1 > > Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com> > > Test device : X540-AT2 NIC(ixgbe, 10G) > > Tested-by: Yanghang Liu <yanghliu@redhat.com> > > Best Regards, > Yanghang Liu That's great, thank you ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: 22.11.9 patches review and test 2025-07-23 16:08 22.11.9 patches review and test luca.boccassi 2025-07-28 9:17 ` Yanghang Liu @ 2025-08-05 9:28 ` Xu, HailinX 2025-08-05 9:37 ` Luca Boccassi 1 sibling, 1 reply; 5+ messages in thread From: Xu, HailinX @ 2025-08-05 9:28 UTC (permalink / raw) To: luca.boccassi, stable Cc: dev, Abhishek Marathe, Ali Alnubani, David Christensen, Hemant Agrawal, Ian Stokes, Jerin Jacob, Mcnamara, John, Ju-Hyoung Lee, Kevin Traynor, Luca Boccassi, Pei Zhang, Raslan Darawsheh, Thomas Monjalon, Yanghang Liu > -----Original Message----- > From: luca.boccassi@gmail.com <luca.boccassi@gmail.com> > Sent: Thursday, July 24, 2025 12:08 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>; > Ian Stokes <ian.stokes@intel.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>; Yanghang Liu <yanghliu@redhat.com> > Subject: 22.11.9 patches review and test > > Hi all, > > Here is a list of patches targeted for stable release 22.11.9. > > The planned date for the final release is by the 25th of 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=v22.11.9-rc1 > > These patches are located at branch 22.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Luca Boccassi > > --- Update the test status for Intel part. dpdk22.11.9-rc1 all validation test done. no new issue is found. # Basic Intel(R) NIC testing * Build & CFLAG compile: cover the build test combination with latest GCC/Clang version and the popular OS revision such as Ubuntu24.04, Ubuntu25.04, Fedora42, RHEL10, RHEL9.6, FreeBSD14.2, SUSE15, AzureLinux3.0, OpenAnolis8.10 etc. - All test done. No new dpdk issue is found. * PF(i40e, ixgbe, igc): test scenarios including RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc. - All test done. No new dpdk issue is found. * VF(i40e, ixgbe): test scenarios including VF-RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc. - All test done. No new dpdk issue is found. * PF/VF(ice): test scenarios including Switch features/Package Management/Flow Director/Advanced Tx/Advanced RSS/ACL/DCF/Flexible Descriptor, etc. - All test done. No new dpdk issue is found. * Intel NIC single core/NIC performance: test scenarios including PF/VF single core performance test, etc. - All test done. No new dpdk issue is found. * IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic test - QAT&SW/FIB library, etc. - All test done. No new dpdk issue is found. # 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. - All test done. No new dpdk issue is found. * Cryptodev: *Function test: test scenarios including Cryptodev API testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc. - All test done. No new dpdk issue is found. *Performance test: test scenarios including Thoughput Performance/Cryptodev Latency, etc. - All test done. No new dpdk issue is found. Regards, Xu, Hailin ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 22.11.9 patches review and test 2025-08-05 9:28 ` Xu, HailinX @ 2025-08-05 9:37 ` Luca Boccassi 0 siblings, 0 replies; 5+ messages in thread From: Luca Boccassi @ 2025-08-05 9:37 UTC (permalink / raw) To: Xu, HailinX; +Cc: stable, dev, Mcnamara, John On Tue, 5 Aug 2025 at 10:28, Xu, HailinX <hailinx.xu@intel.com> wrote: > > > -----Original Message----- > > From: luca.boccassi@gmail.com <luca.boccassi@gmail.com> > > Sent: Thursday, July 24, 2025 12:08 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>; > > Ian Stokes <ian.stokes@intel.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>; Yanghang Liu <yanghliu@redhat.com> > > Subject: 22.11.9 patches review and test > > > > Hi all, > > > > Here is a list of patches targeted for stable release 22.11.9. > > > > The planned date for the final release is by the 25th of 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=v22.11.9-rc1 > > > > These patches are located at branch 22.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ > > > > Thanks. > > > > Luca Boccassi > > > > --- > Update the test status for Intel part. dpdk22.11.9-rc1 all validation test done. no new issue is found. > > # Basic Intel(R) NIC testing > * Build & CFLAG compile: cover the build test combination with latest GCC/Clang version and the popular OS revision such as > Ubuntu24.04, Ubuntu25.04, Fedora42, RHEL10, RHEL9.6, FreeBSD14.2, SUSE15, AzureLinux3.0, OpenAnolis8.10 etc. > - All test done. No new dpdk issue is found. > * PF(i40e, ixgbe, igc): test scenarios including RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc. > - All test done. No new dpdk issue is found. > * VF(i40e, ixgbe): test scenarios including VF-RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc. > - All test done. No new dpdk issue is found. > * PF/VF(ice): test scenarios including Switch features/Package Management/Flow Director/Advanced Tx/Advanced RSS/ACL/DCF/Flexible Descriptor, etc. > - All test done. No new dpdk issue is found. > * Intel NIC single core/NIC performance: test scenarios including PF/VF single core performance test, etc. > - All test done. No new dpdk issue is found. > * IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic test - QAT&SW/FIB library, etc. > - All test done. No new dpdk issue is found. > > # 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. > - All test done. No new dpdk issue is found. > * Cryptodev: > *Function test: test scenarios including Cryptodev API testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc. > - All test done. No new dpdk issue is found. > *Performance test: test scenarios including Thoughput Performance/Cryptodev Latency, etc. > - All test done. No new dpdk issue is found. > > Regards, > Xu, Hailin Thank you, that's great ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-08-05 9:38 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2025-07-23 16:08 22.11.9 patches review and test luca.boccassi 2025-07-28 9:17 ` Yanghang Liu 2025-07-28 9:28 ` Luca Boccassi 2025-08-05 9:28 ` Xu, HailinX 2025-08-05 9:37 ` Luca Boccassi
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).