DPDK patches and discussions
 help / color / mirror / Atom feed
* 21.11.2 patches review and test
@ 2022-07-18  9:58 luca.boccassi
  2022-07-19  2:40 ` Pei Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: luca.boccassi @ 2022-07-18  9:58 UTC (permalink / raw)
  To: stable
  Cc: dev, Abhishek Marathe, Ali Alnubani, benjamin.walker,
	David Christensen, Hemant Agrawal, Ian Stokes, Jerin Jacob,
	John McNamara, Ju-Hyoung Lee, Kevin Traynor, Luca Boccassi,
	Pei Zhang, qian.q.xu, Raslan Darawsheh, Thomas Monjalon,
	yuan.peng, zhaoyan.chen

Hi all,

Here is a list of patches targeted for stable release 21.11.2.

The planned date for the final release is August 29th.

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=v21.11.2-rc1

These patches are located at branch 21.11 of dpdk-stable repo:
    https://dpdk.org/browse/dpdk-stable/

Thanks.

Luca Boccassi

---
Abdullah Ömer Yamaç (1):
      examples/distributor: fix distributor on Rx core

Abhimanyu Saini (2):
      vdpa/sfc: fix sync between QEMU and vhost-user
      vdpa/sfc: resolve race between vhost lib and device conf

Ajit Khaparde (1):
      net/bnxt: fix switch domain allocation

Ali Alnubani (1):
      net/mlx5: fix build with clang 14

Aman Singh (1):
      ethdev: fix build with vtune option

Anatoly Burakov (1):
      malloc: fix ASan handling for unmapped memory

Andy Pei (1):
      vdpa/ifc/base: fix null pointer dereference

Ankur Dwivedi (4):
      common/cpt: fix build with GCC 12
      crypto/cnxk: fix build with GCC 12
      common/cnxk: swap zuc-256 key
      crypto/cnxk: swap zuc-256 iv

Anoob Joseph (1):
      security: fix SA lifetime comments

Ben Magistro (1):
      mbuf: dump outer VLAN

Bruce Richardson (4):
      raw/ioat: fix build missing errno include
      raw/ioat: fix build when ioat dmadev enabled
      dma/idxd: fix AVX2 in non-datapath functions
      dma/idxd: fix non-AVX builds with old compilers

Chengwen Feng (17):
      net/hns3: fix mbuf free on Tx done cleanup
      net/hns3: fix xstats get return if xstats is null
      net/ipn3ke: fix xstats get return if xstats is null
      net/mvpp2: fix xstats get return if xstats is null
      net/axgbe: fix xstats get return if xstats is null
      ethdev: fix memory leak in xstats telemetry
      ethdev: fix possible null pointer access
      net/cnxk: fix possible null dereference in telemetry
      examples/dma: fix Tx drop statistics
      dma/hisilicon: fix index returned when no DMA completed
      dma/hisilicon: enhance CQ scan robustness
      dma/skeleton: fix index returned when no memcpy completed
      trace: fix crash when exiting
      trace: fix init with long file prefix
      net/hns3: fix TM capability
      net/hns3: support backplane media type
      net/hns3: fix descriptors check with SVE

Ciara Loftus (2):
      net/af_xdp: use libxdp if available
      net/af_xdp: make compatible with libbpf >= 0.7.0

Ciara Power (6):
      test/crypto: fix null check for ZUC authentication
      test/crypto: fix cipher offset for ZUC
      test/crypto: fix authentication IV for ZUC SGL
      test/crypto: fix ZUC vector IV format
      test/crypto: fix SNOW3G vector IV format
      doc: fix grammar and formatting in compressdev guide

Cristian Dumitrescu (1):
      pipeline: fix emit instruction for invalid headers

Damodharam Ammepalli (3):
      net/bnxt: allow Tx only or Rx only
      net/bnxt: disallow MTU change when device is started
      net/bnxt: cleanup MTU setting

Dariusz Sosnowski (2):
      net/mlx5: fix GTP handling in header modify action
      net/mlx5: fix RSS hash types adjustment

David Marchand (25):
      eal/windows: add missing C++ include guards
      test/mem: disable ASan when accessing unallocated memory
      net/nfp: remove unneeded header inclusion
      net/virtio: restore some optimisations with AVX512
      eventdev/eth_rx: fix telemetry Rx stats reset
      devargs: fix leak on hotplug failure
      eal/freebsd: fix use of newer cpuset macros
      devtools: fix null test for NUMA systems
      app/testpmd: remove useless pointer checks
      net/bnxt: fix compatibility with some old firmwares
      vhost: fix async access
      crypto/ipsec_mb: fix build with GCC 12
      net/ena: fix build with GCC 12
      net/enetfec: fix build with GCC 12
      net/ice: fix build with GCC 12
      vdpa/ifc: fix build with GCC 12
      app/flow-perf: fix build with GCC 12
      test: drop reference to removed tests
      eal/x86: drop export of internal alignment macro
      test/ipsec: fix build with GCC 12
      vhost/crypto: fix build with GCC 12
      vhost/crypto: fix descriptor processing
      vhost: add some trailing newline in log messages
      vhost: restore device information in log messages
      vdpa/mlx5: fix leak on event thread creation

Deepak Khandelwal (1):
      mem: skip attaching external memory in secondary process

Dmitry Kozlyuk (9):
      common/mlx5: fix memory region range calculation
      net/mlx5: fix Tx when inlining is impossible
      doc: fix API index Markdown syntax
      ethdev: prohibit polling stopped queue
      app/testpmd: fix use of indirect action after port close
      app/testpmd: do not poll stopped queues
      app/testpmd: cleanup port resources after implicit close
      doc: add more instructions for running as non-root
      common/mlx5: fix non-expandable global MR cache

Dongdong Liu (1):
      net/hns3: delete unused code

Duncan Bellamy (1):
      eal/ppc: fix compilation for musl

Ferruh Yigit (1):
      net/qede: fix build with GCC 13

Fidaullah Noonari (1):
      malloc: fix allocation of almost hugepage size

Gagandeep Singh (11):
      crypto/dpaa_sec: fix digest size
      crypto/dpaa2_sec: fix fle buffer leak
      crypto/dpaa2_sec: fix buffer pool ID check
      crypto/dpaa_sec: fix chained FD length in raw datapath
      crypto/dpaa2_sec: fix chained FD length in raw datapath
      crypto/dpaa2_sec: fix crypto operation pointer
      crypto/dpaa2_sec: fix operation status for simple FD
      common/dpaax: fix short MAC-I IV calculation for ZUC
      net/dpaa: fix event queue detach
      test/crypto: fix driver name for DPAA raw API test
      doc: add missing auth algo for IPsec example

Geoffrey Le Gourriérec (1):
      net/mlx5: fix statistics read on Linux

Gowrishankar Muthukrishnan (4):
      common/cnxk: fix null pointer dereference
      net/cnxk: fix uninitialized variables
      event/cnxk: fix out of bounds access in test
      examples/fips_validation: handle empty payload

Gregory Etelson (6):
      net/mlx5: fix RSS expansion for patterns with ICMP item
      doc: fix flow integrity hardware support in mlx5 guide
      app/testpmd: fix flex parser destroy command
      net: fix GTP PSC headers
      app/testpmd: fix GTP PSC raw processing
      app/testpmd: fix GTP PSC raw processing

Hanumanth Pothula (1):
      common/cnxk: handle ROC model init failure

Harman Kalra (2):
      event/octeontx: fix SSO fast path
      net/octeontx: fix port close

Harry van Haaren (2):
      doc: fix formatting and link in BPF library guide
      service: fix lingering active status

Heinrich Schuchardt (2):
      drivers/crypto: fix warnings for OpenSSL version
      test/hash: fix out of bound access

Herakliusz Lipiec (1):
      doc: fix readability in vhost guide

Hongbo Zheng (1):
      test: check memory allocation for CRC

Huisong Li (25):
      net/bonding: fix stopping non-active slaves
      net/bonding: fix slave stop and remove on port close
      net/hns3: fix order of clearing imissed register in PF
      net/hns3: fix MAC and queues HW statistics overflow
      net/hns3: fix pseudo-sharing between threads
      net/hns3: fix RSS disable
      net/hns3: fix rollback on RSS hash update
      net/hns3: remove redundant RSS tuple field
      ethdev: fix RSS update when RSS is disabled
      net/hns3: remove unnecessary RSS switch
      app/testpmd: fix MTU verification
      app/testpmd: fix port status of bonding slave device
      examples/dma: fix MTU configuration
      net/bonding: fix RSS inconsistency between ports
      test/bonding: fix RSS test when disable RSS
      net/hns3: fix an unreasonable memset
      net/hns3: remove duplicate definition
      net/hns3: fix return value for unsupported tuple
      net/hns3: fix crash from secondary process
      app/testpmd: add help messages for multi-process
      app/testpmd: fix bonding slave devices not released
      net/hns3: fix link status capability query from VF
      net/hns3: fix PTP interrupt logging
      net/hns3: fix statistics locking
      app/testpmd: fix supported RSS offload display

Ivan Malov (1):
      common/sfc_efx/base: convert EFX PCIe INTF to MCDI value

Jakub Poczatek (1):
      doc: fix grammar and parameters in l2fwd-crypto guide

Jakub Wysocki (1):
      crypto/scheduler: fix queue pair in scheduler failover

Jeff Daly (1):
      net/ixgbe: add option for link up check on pin SDP3

Jerin Jacob (1):
      doc: fix build with sphinx 4.5

Jiawen Wu (7):
      net/ngbe: fix link speed check
      net/ngbe: fix reading PHY ID
      net/ngbe: fix PCIe related operations with bus API
      net/txgbe: fix SGMII mode to link up
      net/txgbe: fix max number of queues for SR-IOV
      net/txgbe: fix register polling
      net/ngbe: add more packet statistics

Jin Liu (1):
      app/testpmd: fix help of create meter command

Jiri Slaby (1):
      kni: fix build with Linux 5.18

Joyce Kong (1):
      net/memif: fix overwriting of head segment

Kalesh AP (12):
      net/bnxt: fix device capability reporting
      net/bnxt: remove unused macro
      net/bnxt: fix Rx configuration
      net/bnxt: fix RSS action
      net/bnxt: check duplicate queue IDs
      net/bnxt: avoid unnecessary endianness conversion
      net/bnxt: fix speed autonegotiation
      net/bnxt: force PHY update on certain configurations
      net/bnxt: fix link status when port is stopped
      net/bnxt: recheck FW readiness if in reset process
      net/bnxt: fix tunnel stateless offloads
      net/bnxt: fix setting forced speed

Ke Zhang (6):
      net/bonding: fix RSS key config with extended key length
      net/iavf: fix mbuf release in multi-process
      net/iavf: fix Rx queue interrupt setting
      app/testpmd: fix multicast address pool leak
      kni: use dedicated function to set random MAC address
      kni: use dedicated function to set MAC address

Kevin Laatz (4):
      dma/idxd: fix error code for PCI device commands
      dma/idxd: fix memory leak in PCI close
      dma/idxd: fix partial freeing in PCI close
      dma/idxd: fix null dereference in PCI remove

Kevin Liu (1):
      net/ice: fix MTU info for DCF

Kevin Traynor (1):
      doc: fix release note typo

Konstantin Ananyev (1):
      acl: fix rules with 8-byte field size

Kumara Parameshwaran (1):
      gro: fix identifying fragmented packets

Li Zhang (1):
      vdpa/mlx5: fix maximum number of virtqs

Long Li (3):
      net/netvsc: fix calculation of checksums based on mbuf flag
      net/netvsc: fix hot adding multiple VF PCI devices
      net/netvsc: fix vmbus device reference in multi-process

Luc Pelletier (1):
      eal/x86: fix unaligned access for small memcpy

Mattias Rönnblom (1):
      examples/bond: fix invalid use of trylock

Maxime Coquelin (4):
      net/vhost: fix TSO feature default disablement
      vhost: fix missing virtqueue lock protection
      app/testpmd: revert MAC update in checksum forwarding
      vhost: fix missing enqueue pseudo-header calculation

Michael Baum (3):
      net/mlx5: restrict Rx queue array access to boundary
      net/mlx5: fix LRO validation in Rx setup
      net/mlx5: fix LRO configuration in drop Rx queue

Michael Pfeiffer (1):
      net/ice: add missing Tx burst mode name

Mike Pattrick (1):
      net/i40e: populate error in flow director parser

Min Hu (Connor) (6):
      app/testpmd: check statistics query before printing
      net/bonding: fix mbuf fast free usage
      ethdev: fix port state when stop
      ethdev: fix port close in secondary process
      dma/hisilicon: fix includes in header file
      net/hns3: fix code check warning

Mingxia Liu (1):
      app/testpmd: replace hardcoded min mbuf number with macro

Naga Harish K S V (2):
      eventdev/eth_tx: fix adapter creation
      eventdev/eth_tx: fix queue delete

Nicolas Chautru (2):
      baseband/acc100: update companion PF configure function
      baseband/acc100: add protection for some negative scenario

Nithin Dabilpuram (2):
      net/cnxk: add barrier after meta batch free in scalar
      examples/ipsec-secgw: fix promiscuous mode option

Pankaj Gupta (1):
      net/vmxnet3: fix Rx data ring initialization

Pavan Nikhilesh (1):
      event/cnxk: fix Tx adapter enqueue return for CN10K

Peng Zhang (3):
      net/nfp: fix disabling VLAN stripping
      net/nfp: make sure MTU is never larger than mbuf size
      net/nfp: fix initialization

Qi Zhang (2):
      net/ice: refactor parser usage
      net/iavf: remove dead code

Qiming Yang (4):
      doc: update matching versions in ice guide
      net/iavf: fix queue start exception handling
      doc: update matching versions in i40e guide
      net/iavf: increase reset complete wait count

Quentin Armitage (2):
      net/tap: fix interrupt handler freeing
      pcapng: fix timestamp wrapping in output files

Radu Nicolau (6):
      net/iavf: fix device initialization without inline crypto
      net/iavf: fix device stop
      ipsec: fix NAT-T ports and length
      examples/ipsec-secgw: fix NAT-T header fields
      net/iavf: fix NAT-T payload length
      examples/ipsec-secgw: fix ESN setting

Rahul Bhansali (1):
      common/cnxk: fix decrypt packet count register update

Rahul Lakkireddy (2):
      net/cxgbe: fix port ID in Rx mbuf
      net/cxgbe: fix Tx queue stuck with mbuf chain coalescing

Raja Zidane (7):
      net/mlx5: fix Rx/Tx stats concurrency
      crypto/mlx5: fix login cleanup
      examples/l2fwd-crypto: fix stats refresh rate
      net/mlx5: fix Tx recovery
      app/testpmd: fix packet segment allocation
      net/mlx5: reject negative integrity item configuration
      examples/link_status_interrupt: fix stats refresh rate

Rakesh Kudurumalla (1):
      test: avoid hang if queues are full and Tx fails

Raslan Darawsheh (1):
      app/regex: fix mbuf size for multi-segment buffer

Rebecca Troy (1):
      crypto/qat: fix DOCSIS crash

Romain Delhomel (1):
      bus/fslmc: fix VFIO setup

Rongwei Liu (1):
      net/mlx5: fix probing with secondary bonding member

Ruifeng Wang (1):
      net/bnxt: fix reordering in NEON Rx

Satha Rao (1):
      common/cnxk: fix SQ flush sequence

Satheesh Paul (3):
      net/cnxk: add message on flow parsing failure
      common/cnxk: fix unaligned access to device memory
      common/cnxk: fix GRE tunnel parsing

Shijith Thotton (1):
      event/cnxk: fix QoS parameter handling

Shuanglin Wang (1):
      net/bnxt: fix ULP parser to ignore segment offset

Shun Hao (5):
      net/mlx5: fix counter in non-termination meter
      net/mlx5: fix no-green metering with RSS
      app/testpmd: fix metering and policing command for RFC4115
      net/mlx5: add limitation for E-Switch Manager match
      net/mlx5: fix metering on E-Switch Manager

Simei Su (1):
      net/ice: fix race condition in Rx timestamp

Somnath Kotur (4):
      net/bnxt: fix ring group on Rx restart
      net/bnxt: handle queue stop during RSS flow create
      net/bnxt: fix freeing VNIC filters
      net/bnxt: fix check for autoneg enablement in the PHY FW

Stanislaw Kardach (1):
      config: fix C++ cross compiler for Arm and PPC

Stephen Hemminger (4):
      rib: fix traversal with /32 route
      sched: remove unnecessary floating point
      net/qede: fix build with GCC 12
      rib: fix references for IPv6 implementation

Suanming Mou (1):
      common/mlx5: remove unused lcore check

Subendu Santra (1):
      app/procinfo: show all non-owned ports

Thierry Herbelot (1):
      app/regex: avoid division by zero

Thomas Monjalon (2):
      kni: fix build
      avoid AltiVec keyword vector

Tianhao Chai (1):
      eal: fix C++ include for device event and DMA

Tianli Lai (1):
      net/dpaa2: fix dpdmux default interface

Timothy McDaniel (3):
      event/dlb2: rework queue drain handling
      event/dlb2: fix check of QID in-flight
      event/dlb2: fix advertized capabilities

Ting Xu (1):
      net/ice: fix raw flow input pattern parsing

Tomasz Duszynski (1):
      common/cnxk: allow changing PTP mode on CN10K

Tyler Retzlaff (2):
      eal/windows: fix data race when creating threads
      test/bpf: skip test if libpcap is unavailable

Vanshika Shukla (1):
      crypto/dpaa_sec: fix secondary process probing

Vladimir Medvedkin (2):
      test/table: fix buffer overflow on lpm entry
      test/ipsec: fix performance test

Volodymyr Fialko (1):
      examples/ipsec-secgw: fix uninitialized memory access

Walter Heymans (1):
      net/nfp: update how max MTU is read

Wei Huang (2):
      raw/ifpga: remove virtual devices on close
      raw/ifpga: unregister interrupt on close

Wenjun Wu (2):
      net/ice: improve performance of Rx timestamp offload
      net/ice/base: fix getting sched node from ID type

Wenwu Ma (2):
      app/testpmd: perform SW IP checksum for GRO/GSO packets
      vhost: fix deadlock when message handling failed

Wenxuan Wu (3):
      net/i40e: fix max frame size config at port level
      net/ice/base: fix build with GCC 12
      net/iavf: fix GTP-U extension flow

Xuan Ding (1):
      doc: fix vhost multi-queue reconnection

Xueming Li (2):
      vdpa/mlx5: fix interrupt trash that leads to crash
      vdpa/mlx5: fix dead loop when process interrupted

Yajun Wu (1):
      vdpa/mlx5: workaround var offset within page

Yiding Zhou (3):
      net/iavf: fix data path selection
      net/iavf: fix segfaults when calling API after VF reset failed
      net/iavf: fix VF reset

Yuan Wang (7):
      net/vhost: fix access to freed memory
      examples/vhost: fix crash when no VMDq
      net/virtio: unmap PCI device in secondary process
      net/virtio-user: fix socket non-blocking mode
      net/vhost: fix deadlock on vring state change
      net/virtio-user: fix Rx interrupts with multi-queue
      examples/vhost: fix retry logic on Rx path

Yunjian Wang (3):
      net/failsafe: fix device freeing
      net/tap: fix device freeing
      net/mlx5: fix stack buffer overflow in drop action

Yuying Zhang (1):
      net/ice/base: fix direction of flow that matches any

Zhichao Zeng (1):
      net/igc: support multi-process

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

* Re: 21.11.2 patches review and test
  2022-07-18  9:58 21.11.2 patches review and test luca.boccassi
@ 2022-07-19  2:40 ` Pei Zhang
  2022-07-28 12:34 ` Luca Boccassi
  2022-08-29 13:00 ` Stokes, Ian
  2 siblings, 0 replies; 18+ messages in thread
From: Pei Zhang @ 2022-07-19  2:40 UTC (permalink / raw)
  To: luca.boccassi
  Cc: stable, dev, Abhishek Marathe, Ali Alnubani, Walker, Benjamin,
	David Christensen, Hemant Agrawal, Ian Stokes, Jerin Jacob,
	John McNamara, Ju-Hyoung Lee, Kevin Traynor, Luca Boccassi, xu,
	qian, Raslan Darawsheh, Thomas Monjalon, Peng, Yuan, Chen,
	Zhaoyan, YangHang Liu

[-- Attachment #1: Type: text/plain, Size: 20272 bytes --]

cc Yanghang Liu (yanghliu@redhat.com). Yanghang is from the RedHat QE team
and will finish this dpdk testing with our test cases.

Hello Luca,

Could you also cc Yanghang in the future once there are new testing
requests :)? Thanks.

Best regards,

Pei

On Mon, Jul 18, 2022 at 5:59 PM <luca.boccassi@gmail.com> wrote:

> Hi all,
>
> Here is a list of patches targeted for stable release 21.11.2.
>
> The planned date for the final release is August 29th.
>
> 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=v21.11.2-rc1
>
> These patches are located at branch 21.11 of dpdk-stable repo:
>     https://dpdk.org/browse/dpdk-stable/
>
> Thanks.
>
> Luca Boccassi
>
> ---
> Abdullah Ömer Yamaç (1):
>       examples/distributor: fix distributor on Rx core
>
> Abhimanyu Saini (2):
>       vdpa/sfc: fix sync between QEMU and vhost-user
>       vdpa/sfc: resolve race between vhost lib and device conf
>
> Ajit Khaparde (1):
>       net/bnxt: fix switch domain allocation
>
> Ali Alnubani (1):
>       net/mlx5: fix build with clang 14
>
> Aman Singh (1):
>       ethdev: fix build with vtune option
>
> Anatoly Burakov (1):
>       malloc: fix ASan handling for unmapped memory
>
> Andy Pei (1):
>       vdpa/ifc/base: fix null pointer dereference
>
> Ankur Dwivedi (4):
>       common/cpt: fix build with GCC 12
>       crypto/cnxk: fix build with GCC 12
>       common/cnxk: swap zuc-256 key
>       crypto/cnxk: swap zuc-256 iv
>
> Anoob Joseph (1):
>       security: fix SA lifetime comments
>
> Ben Magistro (1):
>       mbuf: dump outer VLAN
>
> Bruce Richardson (4):
>       raw/ioat: fix build missing errno include
>       raw/ioat: fix build when ioat dmadev enabled
>       dma/idxd: fix AVX2 in non-datapath functions
>       dma/idxd: fix non-AVX builds with old compilers
>
> Chengwen Feng (17):
>       net/hns3: fix mbuf free on Tx done cleanup
>       net/hns3: fix xstats get return if xstats is null
>       net/ipn3ke: fix xstats get return if xstats is null
>       net/mvpp2: fix xstats get return if xstats is null
>       net/axgbe: fix xstats get return if xstats is null
>       ethdev: fix memory leak in xstats telemetry
>       ethdev: fix possible null pointer access
>       net/cnxk: fix possible null dereference in telemetry
>       examples/dma: fix Tx drop statistics
>       dma/hisilicon: fix index returned when no DMA completed
>       dma/hisilicon: enhance CQ scan robustness
>       dma/skeleton: fix index returned when no memcpy completed
>       trace: fix crash when exiting
>       trace: fix init with long file prefix
>       net/hns3: fix TM capability
>       net/hns3: support backplane media type
>       net/hns3: fix descriptors check with SVE
>
> Ciara Loftus (2):
>       net/af_xdp: use libxdp if available
>       net/af_xdp: make compatible with libbpf >= 0.7.0
>
> Ciara Power (6):
>       test/crypto: fix null check for ZUC authentication
>       test/crypto: fix cipher offset for ZUC
>       test/crypto: fix authentication IV for ZUC SGL
>       test/crypto: fix ZUC vector IV format
>       test/crypto: fix SNOW3G vector IV format
>       doc: fix grammar and formatting in compressdev guide
>
> Cristian Dumitrescu (1):
>       pipeline: fix emit instruction for invalid headers
>
> Damodharam Ammepalli (3):
>       net/bnxt: allow Tx only or Rx only
>       net/bnxt: disallow MTU change when device is started
>       net/bnxt: cleanup MTU setting
>
> Dariusz Sosnowski (2):
>       net/mlx5: fix GTP handling in header modify action
>       net/mlx5: fix RSS hash types adjustment
>
> David Marchand (25):
>       eal/windows: add missing C++ include guards
>       test/mem: disable ASan when accessing unallocated memory
>       net/nfp: remove unneeded header inclusion
>       net/virtio: restore some optimisations with AVX512
>       eventdev/eth_rx: fix telemetry Rx stats reset
>       devargs: fix leak on hotplug failure
>       eal/freebsd: fix use of newer cpuset macros
>       devtools: fix null test for NUMA systems
>       app/testpmd: remove useless pointer checks
>       net/bnxt: fix compatibility with some old firmwares
>       vhost: fix async access
>       crypto/ipsec_mb: fix build with GCC 12
>       net/ena: fix build with GCC 12
>       net/enetfec: fix build with GCC 12
>       net/ice: fix build with GCC 12
>       vdpa/ifc: fix build with GCC 12
>       app/flow-perf: fix build with GCC 12
>       test: drop reference to removed tests
>       eal/x86: drop export of internal alignment macro
>       test/ipsec: fix build with GCC 12
>       vhost/crypto: fix build with GCC 12
>       vhost/crypto: fix descriptor processing
>       vhost: add some trailing newline in log messages
>       vhost: restore device information in log messages
>       vdpa/mlx5: fix leak on event thread creation
>
> Deepak Khandelwal (1):
>       mem: skip attaching external memory in secondary process
>
> Dmitry Kozlyuk (9):
>       common/mlx5: fix memory region range calculation
>       net/mlx5: fix Tx when inlining is impossible
>       doc: fix API index Markdown syntax
>       ethdev: prohibit polling stopped queue
>       app/testpmd: fix use of indirect action after port close
>       app/testpmd: do not poll stopped queues
>       app/testpmd: cleanup port resources after implicit close
>       doc: add more instructions for running as non-root
>       common/mlx5: fix non-expandable global MR cache
>
> Dongdong Liu (1):
>       net/hns3: delete unused code
>
> Duncan Bellamy (1):
>       eal/ppc: fix compilation for musl
>
> Ferruh Yigit (1):
>       net/qede: fix build with GCC 13
>
> Fidaullah Noonari (1):
>       malloc: fix allocation of almost hugepage size
>
> Gagandeep Singh (11):
>       crypto/dpaa_sec: fix digest size
>       crypto/dpaa2_sec: fix fle buffer leak
>       crypto/dpaa2_sec: fix buffer pool ID check
>       crypto/dpaa_sec: fix chained FD length in raw datapath
>       crypto/dpaa2_sec: fix chained FD length in raw datapath
>       crypto/dpaa2_sec: fix crypto operation pointer
>       crypto/dpaa2_sec: fix operation status for simple FD
>       common/dpaax: fix short MAC-I IV calculation for ZUC
>       net/dpaa: fix event queue detach
>       test/crypto: fix driver name for DPAA raw API test
>       doc: add missing auth algo for IPsec example
>
> Geoffrey Le Gourriérec (1):
>       net/mlx5: fix statistics read on Linux
>
> Gowrishankar Muthukrishnan (4):
>       common/cnxk: fix null pointer dereference
>       net/cnxk: fix uninitialized variables
>       event/cnxk: fix out of bounds access in test
>       examples/fips_validation: handle empty payload
>
> Gregory Etelson (6):
>       net/mlx5: fix RSS expansion for patterns with ICMP item
>       doc: fix flow integrity hardware support in mlx5 guide
>       app/testpmd: fix flex parser destroy command
>       net: fix GTP PSC headers
>       app/testpmd: fix GTP PSC raw processing
>       app/testpmd: fix GTP PSC raw processing
>
> Hanumanth Pothula (1):
>       common/cnxk: handle ROC model init failure
>
> Harman Kalra (2):
>       event/octeontx: fix SSO fast path
>       net/octeontx: fix port close
>
> Harry van Haaren (2):
>       doc: fix formatting and link in BPF library guide
>       service: fix lingering active status
>
> Heinrich Schuchardt (2):
>       drivers/crypto: fix warnings for OpenSSL version
>       test/hash: fix out of bound access
>
> Herakliusz Lipiec (1):
>       doc: fix readability in vhost guide
>
> Hongbo Zheng (1):
>       test: check memory allocation for CRC
>
> Huisong Li (25):
>       net/bonding: fix stopping non-active slaves
>       net/bonding: fix slave stop and remove on port close
>       net/hns3: fix order of clearing imissed register in PF
>       net/hns3: fix MAC and queues HW statistics overflow
>       net/hns3: fix pseudo-sharing between threads
>       net/hns3: fix RSS disable
>       net/hns3: fix rollback on RSS hash update
>       net/hns3: remove redundant RSS tuple field
>       ethdev: fix RSS update when RSS is disabled
>       net/hns3: remove unnecessary RSS switch
>       app/testpmd: fix MTU verification
>       app/testpmd: fix port status of bonding slave device
>       examples/dma: fix MTU configuration
>       net/bonding: fix RSS inconsistency between ports
>       test/bonding: fix RSS test when disable RSS
>       net/hns3: fix an unreasonable memset
>       net/hns3: remove duplicate definition
>       net/hns3: fix return value for unsupported tuple
>       net/hns3: fix crash from secondary process
>       app/testpmd: add help messages for multi-process
>       app/testpmd: fix bonding slave devices not released
>       net/hns3: fix link status capability query from VF
>       net/hns3: fix PTP interrupt logging
>       net/hns3: fix statistics locking
>       app/testpmd: fix supported RSS offload display
>
> Ivan Malov (1):
>       common/sfc_efx/base: convert EFX PCIe INTF to MCDI value
>
> Jakub Poczatek (1):
>       doc: fix grammar and parameters in l2fwd-crypto guide
>
> Jakub Wysocki (1):
>       crypto/scheduler: fix queue pair in scheduler failover
>
> Jeff Daly (1):
>       net/ixgbe: add option for link up check on pin SDP3
>
> Jerin Jacob (1):
>       doc: fix build with sphinx 4.5
>
> Jiawen Wu (7):
>       net/ngbe: fix link speed check
>       net/ngbe: fix reading PHY ID
>       net/ngbe: fix PCIe related operations with bus API
>       net/txgbe: fix SGMII mode to link up
>       net/txgbe: fix max number of queues for SR-IOV
>       net/txgbe: fix register polling
>       net/ngbe: add more packet statistics
>
> Jin Liu (1):
>       app/testpmd: fix help of create meter command
>
> Jiri Slaby (1):
>       kni: fix build with Linux 5.18
>
> Joyce Kong (1):
>       net/memif: fix overwriting of head segment
>
> Kalesh AP (12):
>       net/bnxt: fix device capability reporting
>       net/bnxt: remove unused macro
>       net/bnxt: fix Rx configuration
>       net/bnxt: fix RSS action
>       net/bnxt: check duplicate queue IDs
>       net/bnxt: avoid unnecessary endianness conversion
>       net/bnxt: fix speed autonegotiation
>       net/bnxt: force PHY update on certain configurations
>       net/bnxt: fix link status when port is stopped
>       net/bnxt: recheck FW readiness if in reset process
>       net/bnxt: fix tunnel stateless offloads
>       net/bnxt: fix setting forced speed
>
> Ke Zhang (6):
>       net/bonding: fix RSS key config with extended key length
>       net/iavf: fix mbuf release in multi-process
>       net/iavf: fix Rx queue interrupt setting
>       app/testpmd: fix multicast address pool leak
>       kni: use dedicated function to set random MAC address
>       kni: use dedicated function to set MAC address
>
> Kevin Laatz (4):
>       dma/idxd: fix error code for PCI device commands
>       dma/idxd: fix memory leak in PCI close
>       dma/idxd: fix partial freeing in PCI close
>       dma/idxd: fix null dereference in PCI remove
>
> Kevin Liu (1):
>       net/ice: fix MTU info for DCF
>
> Kevin Traynor (1):
>       doc: fix release note typo
>
> Konstantin Ananyev (1):
>       acl: fix rules with 8-byte field size
>
> Kumara Parameshwaran (1):
>       gro: fix identifying fragmented packets
>
> Li Zhang (1):
>       vdpa/mlx5: fix maximum number of virtqs
>
> Long Li (3):
>       net/netvsc: fix calculation of checksums based on mbuf flag
>       net/netvsc: fix hot adding multiple VF PCI devices
>       net/netvsc: fix vmbus device reference in multi-process
>
> Luc Pelletier (1):
>       eal/x86: fix unaligned access for small memcpy
>
> Mattias Rönnblom (1):
>       examples/bond: fix invalid use of trylock
>
> Maxime Coquelin (4):
>       net/vhost: fix TSO feature default disablement
>       vhost: fix missing virtqueue lock protection
>       app/testpmd: revert MAC update in checksum forwarding
>       vhost: fix missing enqueue pseudo-header calculation
>
> Michael Baum (3):
>       net/mlx5: restrict Rx queue array access to boundary
>       net/mlx5: fix LRO validation in Rx setup
>       net/mlx5: fix LRO configuration in drop Rx queue
>
> Michael Pfeiffer (1):
>       net/ice: add missing Tx burst mode name
>
> Mike Pattrick (1):
>       net/i40e: populate error in flow director parser
>
> Min Hu (Connor) (6):
>       app/testpmd: check statistics query before printing
>       net/bonding: fix mbuf fast free usage
>       ethdev: fix port state when stop
>       ethdev: fix port close in secondary process
>       dma/hisilicon: fix includes in header file
>       net/hns3: fix code check warning
>
> Mingxia Liu (1):
>       app/testpmd: replace hardcoded min mbuf number with macro
>
> Naga Harish K S V (2):
>       eventdev/eth_tx: fix adapter creation
>       eventdev/eth_tx: fix queue delete
>
> Nicolas Chautru (2):
>       baseband/acc100: update companion PF configure function
>       baseband/acc100: add protection for some negative scenario
>
> Nithin Dabilpuram (2):
>       net/cnxk: add barrier after meta batch free in scalar
>       examples/ipsec-secgw: fix promiscuous mode option
>
> Pankaj Gupta (1):
>       net/vmxnet3: fix Rx data ring initialization
>
> Pavan Nikhilesh (1):
>       event/cnxk: fix Tx adapter enqueue return for CN10K
>
> Peng Zhang (3):
>       net/nfp: fix disabling VLAN stripping
>       net/nfp: make sure MTU is never larger than mbuf size
>       net/nfp: fix initialization
>
> Qi Zhang (2):
>       net/ice: refactor parser usage
>       net/iavf: remove dead code
>
> Qiming Yang (4):
>       doc: update matching versions in ice guide
>       net/iavf: fix queue start exception handling
>       doc: update matching versions in i40e guide
>       net/iavf: increase reset complete wait count
>
> Quentin Armitage (2):
>       net/tap: fix interrupt handler freeing
>       pcapng: fix timestamp wrapping in output files
>
> Radu Nicolau (6):
>       net/iavf: fix device initialization without inline crypto
>       net/iavf: fix device stop
>       ipsec: fix NAT-T ports and length
>       examples/ipsec-secgw: fix NAT-T header fields
>       net/iavf: fix NAT-T payload length
>       examples/ipsec-secgw: fix ESN setting
>
> Rahul Bhansali (1):
>       common/cnxk: fix decrypt packet count register update
>
> Rahul Lakkireddy (2):
>       net/cxgbe: fix port ID in Rx mbuf
>       net/cxgbe: fix Tx queue stuck with mbuf chain coalescing
>
> Raja Zidane (7):
>       net/mlx5: fix Rx/Tx stats concurrency
>       crypto/mlx5: fix login cleanup
>       examples/l2fwd-crypto: fix stats refresh rate
>       net/mlx5: fix Tx recovery
>       app/testpmd: fix packet segment allocation
>       net/mlx5: reject negative integrity item configuration
>       examples/link_status_interrupt: fix stats refresh rate
>
> Rakesh Kudurumalla (1):
>       test: avoid hang if queues are full and Tx fails
>
> Raslan Darawsheh (1):
>       app/regex: fix mbuf size for multi-segment buffer
>
> Rebecca Troy (1):
>       crypto/qat: fix DOCSIS crash
>
> Romain Delhomel (1):
>       bus/fslmc: fix VFIO setup
>
> Rongwei Liu (1):
>       net/mlx5: fix probing with secondary bonding member
>
> Ruifeng Wang (1):
>       net/bnxt: fix reordering in NEON Rx
>
> Satha Rao (1):
>       common/cnxk: fix SQ flush sequence
>
> Satheesh Paul (3):
>       net/cnxk: add message on flow parsing failure
>       common/cnxk: fix unaligned access to device memory
>       common/cnxk: fix GRE tunnel parsing
>
> Shijith Thotton (1):
>       event/cnxk: fix QoS parameter handling
>
> Shuanglin Wang (1):
>       net/bnxt: fix ULP parser to ignore segment offset
>
> Shun Hao (5):
>       net/mlx5: fix counter in non-termination meter
>       net/mlx5: fix no-green metering with RSS
>       app/testpmd: fix metering and policing command for RFC4115
>       net/mlx5: add limitation for E-Switch Manager match
>       net/mlx5: fix metering on E-Switch Manager
>
> Simei Su (1):
>       net/ice: fix race condition in Rx timestamp
>
> Somnath Kotur (4):
>       net/bnxt: fix ring group on Rx restart
>       net/bnxt: handle queue stop during RSS flow create
>       net/bnxt: fix freeing VNIC filters
>       net/bnxt: fix check for autoneg enablement in the PHY FW
>
> Stanislaw Kardach (1):
>       config: fix C++ cross compiler for Arm and PPC
>
> Stephen Hemminger (4):
>       rib: fix traversal with /32 route
>       sched: remove unnecessary floating point
>       net/qede: fix build with GCC 12
>       rib: fix references for IPv6 implementation
>
> Suanming Mou (1):
>       common/mlx5: remove unused lcore check
>
> Subendu Santra (1):
>       app/procinfo: show all non-owned ports
>
> Thierry Herbelot (1):
>       app/regex: avoid division by zero
>
> Thomas Monjalon (2):
>       kni: fix build
>       avoid AltiVec keyword vector
>
> Tianhao Chai (1):
>       eal: fix C++ include for device event and DMA
>
> Tianli Lai (1):
>       net/dpaa2: fix dpdmux default interface
>
> Timothy McDaniel (3):
>       event/dlb2: rework queue drain handling
>       event/dlb2: fix check of QID in-flight
>       event/dlb2: fix advertized capabilities
>
> Ting Xu (1):
>       net/ice: fix raw flow input pattern parsing
>
> Tomasz Duszynski (1):
>       common/cnxk: allow changing PTP mode on CN10K
>
> Tyler Retzlaff (2):
>       eal/windows: fix data race when creating threads
>       test/bpf: skip test if libpcap is unavailable
>
> Vanshika Shukla (1):
>       crypto/dpaa_sec: fix secondary process probing
>
> Vladimir Medvedkin (2):
>       test/table: fix buffer overflow on lpm entry
>       test/ipsec: fix performance test
>
> Volodymyr Fialko (1):
>       examples/ipsec-secgw: fix uninitialized memory access
>
> Walter Heymans (1):
>       net/nfp: update how max MTU is read
>
> Wei Huang (2):
>       raw/ifpga: remove virtual devices on close
>       raw/ifpga: unregister interrupt on close
>
> Wenjun Wu (2):
>       net/ice: improve performance of Rx timestamp offload
>       net/ice/base: fix getting sched node from ID type
>
> Wenwu Ma (2):
>       app/testpmd: perform SW IP checksum for GRO/GSO packets
>       vhost: fix deadlock when message handling failed
>
> Wenxuan Wu (3):
>       net/i40e: fix max frame size config at port level
>       net/ice/base: fix build with GCC 12
>       net/iavf: fix GTP-U extension flow
>
> Xuan Ding (1):
>       doc: fix vhost multi-queue reconnection
>
> Xueming Li (2):
>       vdpa/mlx5: fix interrupt trash that leads to crash
>       vdpa/mlx5: fix dead loop when process interrupted
>
> Yajun Wu (1):
>       vdpa/mlx5: workaround var offset within page
>
> Yiding Zhou (3):
>       net/iavf: fix data path selection
>       net/iavf: fix segfaults when calling API after VF reset failed
>       net/iavf: fix VF reset
>
> Yuan Wang (7):
>       net/vhost: fix access to freed memory
>       examples/vhost: fix crash when no VMDq
>       net/virtio: unmap PCI device in secondary process
>       net/virtio-user: fix socket non-blocking mode
>       net/vhost: fix deadlock on vring state change
>       net/virtio-user: fix Rx interrupts with multi-queue
>       examples/vhost: fix retry logic on Rx path
>
> Yunjian Wang (3):
>       net/failsafe: fix device freeing
>       net/tap: fix device freeing
>       net/mlx5: fix stack buffer overflow in drop action
>
> Yuying Zhang (1):
>       net/ice/base: fix direction of flow that matches any
>
> Zhichao Zeng (1):
>       net/igc: support multi-process
>
>

[-- Attachment #2: Type: text/html, Size: 23103 bytes --]

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

* Re: 21.11.2 patches review and test
  2022-07-18  9:58 21.11.2 patches review and test luca.boccassi
  2022-07-19  2:40 ` Pei Zhang
@ 2022-07-28 12:34 ` Luca Boccassi
  2022-07-28 12:48   ` Ali Alnubani
                     ` (2 more replies)
  2022-08-29 13:00 ` Stokes, Ian
  2 siblings, 3 replies; 18+ messages in thread
From: Luca Boccassi @ 2022-07-28 12:34 UTC (permalink / raw)
  To: stable
  Cc: dev, Abhishek Marathe, Ali Alnubani, benjamin.walker,
	David Christensen, Hemant Agrawal, Ian Stokes, Jerin Jacob,
	John McNamara, Ju-Hyoung Lee, Kevin Traynor, Pei Zhang,
	qian.q.xu, Raslan Darawsheh, Thomas Monjalon, yuan.peng,
	zhaoyan.chen, yanghliu

On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> Hi all,
> 
> Here is a list of patches targeted for stable release 21.11.2.
> 
> The planned date for the final release is August 29th.
> 
> 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=v21.11.2-rc1
> 
> These patches are located at branch 21.11 of dpdk-stable repo:
>     https://dpdk.org/browse/dpdk-stable/
> 
> Thanks.
> 
> Luca Boccassi

Hello,

Any update from any of the validation teams? Any indication on how the
tests are going?

-- 
Kind regards,
Luca Boccassi

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

* RE: 21.11.2 patches review and test
  2022-07-28 12:34 ` Luca Boccassi
@ 2022-07-28 12:48   ` Ali Alnubani
  2022-08-16  7:33     ` Ali Alnubani
  2022-07-29  3:00   ` Jiang, YuX
  2022-08-02  3:29   ` YangHang Liu
  2 siblings, 1 reply; 18+ messages in thread
From: Ali Alnubani @ 2022-07-28 12:48 UTC (permalink / raw)
  To: Luca Boccassi, stable
  Cc: dev, Abhishek Marathe, benjamin.walker, David Christensen,
	Hemant Agrawal, Ian Stokes, Jerin Jacob, John McNamara,
	Ju-Hyoung Lee, Kevin Traynor, Pei Zhang, qian.q.xu,
	Raslan Darawsheh, NBU-Contact-Thomas Monjalon (EXTERNAL),
	yuan.peng, zhaoyan.chen, yanghliu

> -----Original Message-----
> From: Luca Boccassi <bluca@debian.org>
> Sent: Thursday, July 28, 2022 3:34 PM
> To: stable@dpdk.org
> Cc: dev@dpdk.org; Abhishek Marathe <Abhishek.Marathe@microsoft.com>;
> Ali Alnubani <alialnu@nvidia.com>; benjamin.walker@intel.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>; John McNamara <john.mcnamara@intel.com>;
> Ju-Hyoung Lee <juhlee@microsoft.com>; Kevin Traynor
> <ktraynor@redhat.com>; Pei Zhang <pezhang@redhat.com>;
> qian.q.xu@intel.com; Raslan Darawsheh <rasland@nvidia.com>; NBU-
> Contact-Thomas Monjalon (EXTERNAL) <thomas@monjalon.net>;
> yuan.peng@intel.com; zhaoyan.chen@intel.com; yanghliu@redhat.com
> Subject: Re: 21.11.2 patches review and test
> 
> On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> > Hi all,
> >
> > Here is a list of patches targeted for stable release 21.11.2.
> >
> > The planned date for the final release is August 29th.
> >
> > 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=v21.11.2-rc1
> >
> > These patches are located at branch 21.11 of dpdk-stable repo:
> >     https://dpdk.org/browse/dpdk-stable/
> >
> > Thanks.
> >
> > Luca Boccassi
> 
> Hello,
> 
> Any update from any of the validation teams? Any indication on how the
> tests are going?
> 

I don't see any new issues yet in our regression testing on multiple Nvidia Mellanox cards. I'll send a report in a couple of weeks.

Thanks,
Ali

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

* RE: 21.11.2 patches review and test
  2022-07-28 12:34 ` Luca Boccassi
  2022-07-28 12:48   ` Ali Alnubani
@ 2022-07-29  3:00   ` Jiang, YuX
  2022-07-29 11:26     ` Jiang, YuX
  2022-08-02  3:29   ` YangHang Liu
  2 siblings, 1 reply; 18+ messages in thread
From: Jiang, YuX @ 2022-07-29  3:00 UTC (permalink / raw)
  To: Luca Boccassi, stable
  Cc: dev, Abhishek Marathe, Ali Alnubani, Walker,  Benjamin,
	David Christensen, Hemant Agrawal, Stokes, Ian, Jerin Jacob,
	Mcnamara, John, Ju-Hyoung Lee, Kevin Traynor, Pei Zhang, Xu,
	Qian Q, Raslan Darawsheh, Thomas Monjalon, Peng, Yuan, Chen,
	Zhaoyan, yanghliu

> -----Original Message-----
> From: Luca Boccassi <bluca@debian.org>
> Sent: Thursday, July 28, 2022 8:34 PM
> To: stable@dpdk.org
> Cc: dev@dpdk.org; Abhishek Marathe <Abhishek.Marathe@microsoft.com>;
> Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> <benjamin.walker@intel.com>; David Christensen
> <drc@linux.vnet.ibm.com>; Hemant Agrawal <hemant.agrawal@nxp.com>;
> Stokes, Ian <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>; Pei Zhang
> <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>; Raslan
> Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> <thomas@monjalon.net>; Peng, Yuan <yuan.peng@intel.com>; Chen,
> Zhaoyan <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> Subject: Re: 21.11.2 patches review and test
> 
> On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> > Hi all,
> >
> > Here is a list of patches targeted for stable release 21.11.2.
> >
> > The planned date for the final release is August 29th.
> >
> > 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=v21.11.2-rc1
> >
> > These patches are located at branch 21.11 of dpdk-stable repo:
> >     https://dpdk.org/browse/dpdk-stable/
> >
> > Thanks.
> >
> > Luca Boccassi
> 
> Hello,
> 
> Any update from any of the validation teams? Any indication on how the
> tests are going?
> 
> --
> Kind regards,
> Luca Boccassi

Everything is fine, find one vhost related issue which is investigated by Intel Dev.
I will send a v1 report later. Thanks.

Best regards,
Yu Jiang

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

* RE: 21.11.2 patches review and test
  2022-07-29  3:00   ` Jiang, YuX
@ 2022-07-29 11:26     ` Jiang, YuX
  2022-08-02 10:00       ` Luca Boccassi
  0 siblings, 1 reply; 18+ messages in thread
From: Jiang, YuX @ 2022-07-29 11:26 UTC (permalink / raw)
  To: Luca Boccassi, stable
  Cc: dev, Abhishek Marathe, Ali Alnubani, Walker,  Benjamin,
	David Christensen, Hemant Agrawal, Stokes, Ian, Jerin Jacob,
	Mcnamara, John, Ju-Hyoung Lee, Kevin Traynor, Pei Zhang, Xu,
	Qian Q, Raslan Darawsheh, Thomas Monjalon, Peng, Yuan, Chen,
	Zhaoyan, yanghliu

[-- Attachment #1: Type: text/plain, Size: 5476 bytes --]

> -----Original Message-----
> From: Jiang, YuX
> Sent: Friday, July 29, 2022 11:01 AM
> To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> Cc: dev@dpdk.org; Abhishek Marathe <Abhishek.Marathe@microsoft.com>;
> Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> <benjamin.walker@intel.com>; David Christensen
> <drc@linux.vnet.ibm.com>; Hemant Agrawal <hemant.agrawal@nxp.com>;
> Stokes, Ian <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>; Pei Zhang
> <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>; Raslan
> Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> <thomas@monjalon.net>; Peng, Yuan <yuan.peng@intel.com>; Chen,
> Zhaoyan <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> Subject: RE: 21.11.2 patches review and test
> 
> > -----Original Message-----
> > From: Luca Boccassi <bluca@debian.org>
> > Sent: Thursday, July 28, 2022 8:34 PM
> > To: stable@dpdk.org
> > Cc: dev@dpdk.org; Abhishek Marathe
> <Abhishek.Marathe@microsoft.com>;
> > Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> > <benjamin.walker@intel.com>; David Christensen
> > <drc@linux.vnet.ibm.com>; Hemant Agrawal <hemant.agrawal@nxp.com>;
> > Stokes, Ian <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>; Pei
> Zhang
> > <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>; Raslan
> > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> <thomas@monjalon.net>;
> > Peng, Yuan <yuan.peng@intel.com>; Chen, Zhaoyan
> > <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > Subject: Re: 21.11.2 patches review and test
> >
> > On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> > > Hi all,
> > >
> > > Here is a list of patches targeted for stable release 21.11.2.
> > >
> > > The planned date for the final release is August 29th.
> > >
> > > 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=v21.11.2-rc1
> > >
> > > These patches are located at branch 21.11 of dpdk-stable repo:
> > >     https://dpdk.org/browse/dpdk-stable/
> > >
> > > Thanks.
> > >
> > > Luca Boccassi
> >
> > Hello,
> >
> > Any update from any of the validation teams? Any indication on how the
> > tests are going?
> >
> > --
> > Kind regards,
> > Luca Boccassi
> 
> Everything is fine, find one vhost related issue which is investigated by Intel
> Dev.
> I will send a v1 report later. Thanks.
> 
> Best regards,
> Yu Jiang

Update the test status for Intel part. Till now dpdk21.11.2-rc1 test rate is 90%, no critical issue is found.
Failure defects as below:  
    Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson build error with gcc12.1 on fedora36
    Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
        - Intel Dev send a patch to skip oop test for raw api, need be reviewed and merged.
    Bug3: [21.11LTS]Test with the new local patch, Vhost-user meet Segmentation fault issue when quit virtio-user before stopping sending packets
        - Intel Dev is under investigating.

# 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 Ubuntu20.04&22.04, Fedora36, RHEL8.4, etc.
  - All test done. Find one new defect as Bug1. 
* PF(i40e, ixgbe): test scenarios including RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc. 
  - Test rate is 90%. No new dpdk issue is found. 
* VF(i40e, ixgbe): test scenarios including VF-RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.		
  - Test rate is 90%. 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 big performance drop.
* IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic test - QAT&SW/FIB library, etc.
  - All test passed.
* Power: test scenarios including bi-direction/Telemetry/Empty Poll Lib/Priority Base Frequency, etc. 
  - All test passed.
		
# 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 7.0u3, etc.
    - All test done. Find one new issue, Intel Dev is under investigating.
      - Bug Summary:[21.11LTS]Test with the new local patch, Vhost-user meet Segmentation fault issue when quiting virtio-user before stopping sending packets
* Cryptodev: 
*Function test: test scenarios including Cryptodev API testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc.
  - All test done. Only one defect as the above.
*Performance test: test scenarios including Thoughput Performance /Cryptodev Latency, etc.
  - All test done, no perf drop.

Best regards,
Yu Jiang

[-- Attachment #2: PATCH 21.11.1 v2 testcrypto skip oop test for raw api.msg --]
[-- Type: application/vnd.ms-outlook, Size: 108032 bytes --]

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

* Re: 21.11.2 patches review and test
  2022-07-28 12:34 ` Luca Boccassi
  2022-07-28 12:48   ` Ali Alnubani
  2022-07-29  3:00   ` Jiang, YuX
@ 2022-08-02  3:29   ` YangHang Liu
  2022-08-02  9:32     ` Luca Boccassi
  2 siblings, 1 reply; 18+ messages in thread
From: YangHang Liu @ 2022-08-02  3:29 UTC (permalink / raw)
  To: Luca Boccassi
  Cc: stable, dev, Abhishek Marathe, Ali Alnubani, benjamin.walker,
	David Christensen, Hemant Agrawal, Ian Stokes, Jerin Jacob,
	John McNamara, Ju-Hyoung Lee, Kevin Traynor, Pei Zhang,
	qian.q.xu, Raslan Darawsheh, Thomas Monjalon, yuan.peng,
	zhaoyan.chen, Chao Yang

[-- Attachment #1: Type: text/plain, Size: 2502 bytes --]

Hi Luca,

The dpdk 21.11.2-rc1 test result from Red Hat looks good.

We tested below 17 scenarios and all got PASS on RHEL8:

   - Guest with device assignment(PF) throughput testing(1G hugepage size):
   PASS
   - Guest with device assignment(PF) throughput testing(2M hugepage size)
   : PASS
   - Guest 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
   - Guest 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 1Q live migration testing: PASS
   - PVP 1Q cross numa node live migration testing: PASS
   - Guest with ovs+dpdk+vhost-user 1Q live migration testing: PASS
   - Guest with ovs+dpdk+vhost-user 1Q live migration testing (2M): PASS
   - Guest with ovs+dpdk+vhost-user 2Q live migration testing: PASS
   - Guest with ovs+dpdk+vhost-user 4Q live migration testing: PASS
   - Host PF + DPDK testing: PASS
   - Host VF + DPDK testing: PASS


Versions:

   - kernel 4.18
   - qemu 6.2
   - dpdk: git://dpdk.org/dpdk-stable (remotes/origin/21.11)
   - # git log
      Author: Luca Boccassi <bluca@debian.org>
      Date:   Mon Jul 18 09:56:26 2022 +0100
      version: 21.11.2-rc1
      Signed-off-by: Luca Boccassi <bluca@debian.org>
   - NICs: X540-AT2 NIC(ixgbe, 10G)




Best Regards,
YangHang Liu


On Thu, Jul 28, 2022 at 8:34 PM Luca Boccassi <bluca@debian.org> wrote:

> On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> > Hi all,
> >
> > Here is a list of patches targeted for stable release 21.11.2.
> >
> > The planned date for the final release is August 29th.
> >
> > 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=v21.11.2-rc1
> >
> > These patches are located at branch 21.11 of dpdk-stable repo:
> >     https://dpdk.org/browse/dpdk-stable/
> >
> > Thanks.
> >
> > Luca Boccassi
>
> Hello,
>
> Any update from any of the validation teams? Any indication on how the
> tests are going?
>
> --
> Kind regards,
> Luca Boccassi
>
>

[-- Attachment #2: Type: text/html, Size: 4213 bytes --]

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

* Re: 21.11.2 patches review and test
  2022-08-02  3:29   ` YangHang Liu
@ 2022-08-02  9:32     ` Luca Boccassi
  0 siblings, 0 replies; 18+ messages in thread
From: Luca Boccassi @ 2022-08-02  9:32 UTC (permalink / raw)
  To: YangHang Liu; +Cc: stable, dev

On Tue, 2022-08-02 at 11:29 +0800, YangHang Liu wrote:
> Hi Luca,
> 
> The dpdk 21.11.2-rc1 test result from Red Hat looks good.
> 
> We tested below 17 scenarios and all got PASS on RHEL8:
>  * Guest with device assignment(PF) throughput testing(1G hugepage
> size): PASS
>  * Guest with device assignment(PF) throughput testing(2M hugepage
> size) : PASS
>  * Guest 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
>  * Guest 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 1Q live migration testing: PASS
>  * PVP 1Q cross numa node live migration testing: PASS
>  * Guest with ovs+dpdk+vhost-user 1Q live migration testing: PASS
>  * Guest with ovs+dpdk+vhost-user 1Q live migration testing (2M):
> PASS
>  * Guest with ovs+dpdk+vhost-user 2Q live migration testing: PASS
>  * Guest with ovs+dpdk+vhost-user 4Q live migration testing: PASS
>  * Host PF + DPDK testing: PASS
>  * Host VF + DPDK testing: PASS
>  
> Versions:
>  * kernel 4.18
>  * qemu 6.2
>  * dpdk: git://dpdk.org/dpdk-stable (remotes/origin/21.11)
>     - # git log
>       Author: Luca Boccassi <bluca@debian.org>
>       Date:   Mon Jul 18 09:56:26 2022 +0100
>       version: 21.11.2-rc1
>       Signed-off-by: Luca Boccassi <bluca@debian.org>
>  * NICs: X540-AT2 NIC(ixgbe, 10G)
> 
> 
> 
> Best Regards,
> YangHang Liu

Thank you!

> On Thu, Jul 28, 2022 at 8:34 PM Luca Boccassi <bluca@debian.org>
> wrote:
> > On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> > > Hi all,
> > > 
> > > Here is a list of patches targeted for stable release 21.11.2.
> > > 
> > > The planned date for the final release is August 29th.
> > > 
> > > 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=v21.11.2-rc1
> > > 
> > > These patches are located at branch 21.11 of dpdk-stable repo:
> > >     https://dpdk.org/browse/dpdk-stable/
> > > 
> > > Thanks.
> > > 
> > > Luca Boccassi
> > 
> > Hello,
> > 
> > Any update from any of the validation teams? Any indication on how
> > the
> > tests are going?
> > 


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

* Re: 21.11.2 patches review and test
  2022-07-29 11:26     ` Jiang, YuX
@ 2022-08-02 10:00       ` Luca Boccassi
  2022-08-02 10:14         ` Jiang, YuX
  0 siblings, 1 reply; 18+ messages in thread
From: Luca Boccassi @ 2022-08-02 10:00 UTC (permalink / raw)
  To: Jiang, YuX, stable
  Cc: dev, Walker, Benjamin, Raslan Darawsheh, Thomas Monjalon, yanghliu

On Fri, 2022-07-29 at 11:26 +0000, Jiang, YuX wrote:
> > -----Original Message-----
> > From: Jiang, YuX
> > Sent: Friday, July 29, 2022 11:01 AM
> > To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> > Cc: dev@dpdk.org; Abhishek Marathe
> > <Abhishek.Marathe@microsoft.com>;
> > Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> > <benjamin.walker@intel.com>; David Christensen
> > <drc@linux.vnet.ibm.com>; Hemant Agrawal <hemant.agrawal@nxp.com>;
> > Stokes, Ian <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>; Pei
> > Zhang
> > <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>; Raslan
> > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > <thomas@monjalon.net>; Peng, Yuan <yuan.peng@intel.com>; Chen,
> > Zhaoyan <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > Subject: RE: 21.11.2 patches review and test
> > 
> > > -----Original Message-----
> > > From: Luca Boccassi <bluca@debian.org>
> > > Sent: Thursday, July 28, 2022 8:34 PM
> > > To: stable@dpdk.org
> > > Cc: dev@dpdk.org; Abhishek Marathe
> > <Abhishek.Marathe@microsoft.com>;
> > > Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> > > <benjamin.walker@intel.com>; David Christensen
> > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > > <hemant.agrawal@nxp.com>;
> > > Stokes, Ian <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>; Pei
> > Zhang
> > > <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>; Raslan
> > > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > <thomas@monjalon.net>;
> > > Peng, Yuan <yuan.peng@intel.com>; Chen, Zhaoyan
> > > <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > > Subject: Re: 21.11.2 patches review and test
> > > 
> > > On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> > > > Hi all,
> > > > 
> > > > Here is a list of patches targeted for stable release 21.11.2.
> > > > 
> > > > The planned date for the final release is August 29th.
> > > > 
> > > > 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=v21.11.2-rc1
> > > > 
> > > > These patches are located at branch 21.11 of dpdk-stable repo:
> > > >     https://dpdk.org/browse/dpdk-stable/
> > > > 
> > > > Thanks.
> > > > 
> > > > Luca Boccassi
> > > 
> > > Hello,
> > > 
> > > Any update from any of the validation teams? Any indication on
> > > how the
> > > tests are going?
> > > 
> > > --
> > > Kind regards,
> > > Luca Boccassi
> > 
> > Everything is fine, find one vhost related issue which is
> > investigated by Intel
> > Dev.
> > I will send a v1 report later. Thanks.
> > 
> > Best regards,
> > Yu Jiang
> 
> Update the test status for Intel part. Till now dpdk21.11.2-rc1 test
> rate is 90%, no critical issue is found.
> Failure defects as below:  
>     Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson build
> error with gcc12.1 on fedora36
>     Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
>         - Intel Dev send a patch to skip oop test for raw api, need
> be reviewed and merged.

Hi,

Do you have a reference to this patch? I did not see anything new sent
to stable in the past week or so

>     Bug3: [21.11LTS]Test with the new local patch, Vhost-user meet
> Segmentation fault issue when quit virtio-user before stopping
> sending packets
>         - Intel Dev is under investigating.
> 
> # 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
> Ubuntu20.04&22.04, Fedora36, RHEL8.4, etc.
>   - All test done. Find one new defect as Bug1. 
> * PF(i40e, ixgbe): test scenarios including
> RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc. 
>   - Test rate is 90%. No new dpdk issue is found. 
> * VF(i40e, ixgbe): test scenarios including VF-
> RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN,
> etc.		
>   - Test rate is 90%. 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 big performance drop.
> * IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic
> test - QAT&SW/FIB library, etc.
>   - All test passed.
> * Power: test scenarios including bi-direction/Telemetry/Empty Poll
> Lib/Priority Base Frequency, etc. 
>   - All test passed.
> 		
> # 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 7.0u3, etc.
>     - All test done. Find one new issue, Intel Dev is under
> investigating.
>       - Bug Summary:[21.11LTS]Test with the new local patch, Vhost-
> user meet Segmentation fault issue when quiting virtio-user before
> stopping sending packets
> * Cryptodev: 
> *Function test: test scenarios including Cryptodev API
> testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc.
>   - All test done. Only one defect as the above.
> *Performance test: test scenarios including Thoughput Performance
> /Cryptodev Latency, etc.
>   - All test done, no perf drop.
> 
> Best regards,
> Yu Jiang


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

* RE: 21.11.2 patches review and test
  2022-08-02 10:00       ` Luca Boccassi
@ 2022-08-02 10:14         ` Jiang, YuX
  2022-08-04  7:28           ` Jiang, YuX
  0 siblings, 1 reply; 18+ messages in thread
From: Jiang, YuX @ 2022-08-02 10:14 UTC (permalink / raw)
  To: Luca Boccassi, stable
  Cc: dev, Walker, Benjamin, Raslan Darawsheh, Thomas Monjalon, yanghliu

> -----Original Message-----
> From: Luca Boccassi <bluca@debian.org>
> Sent: Tuesday, August 2, 2022 6:01 PM
> To: Jiang, YuX <yux.jiang@intel.com>; stable@dpdk.org
> Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>; Raslan
> Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> <thomas@monjalon.net>; yanghliu@redhat.com
> Subject: Re: 21.11.2 patches review and test
> 
> On Fri, 2022-07-29 at 11:26 +0000, Jiang, YuX wrote:
> > > -----Original Message-----
> > > From: Jiang, YuX
> > > Sent: Friday, July 29, 2022 11:01 AM
> > > To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> > > Cc: dev@dpdk.org; Abhishek Marathe
> > > <Abhishek.Marathe@microsoft.com>;
> > > Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> > > <benjamin.walker@intel.com>; David Christensen
> > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>;
> > > Stokes, Ian <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>; Pei Zhang <pezhang@redhat.com>; Xu, Qian Q
> > > <qian.q.xu@intel.com>; Raslan Darawsheh <rasland@nvidia.com>;
> Thomas
> > > Monjalon <thomas@monjalon.net>; Peng, Yuan
> <yuan.peng@intel.com>;
> > > Chen, Zhaoyan <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > > Subject: RE: 21.11.2 patches review and test
> > >
> > > > -----Original Message-----
> > > > From: Luca Boccassi <bluca@debian.org>
> > > > Sent: Thursday, July 28, 2022 8:34 PM
> > > > To: stable@dpdk.org
> > > > Cc: dev@dpdk.org; Abhishek Marathe
> > > <Abhishek.Marathe@microsoft.com>;
> > > > Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> > > > <benjamin.walker@intel.com>; David Christensen
> > > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>;
> > > > Stokes, Ian <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>; Pei
> > > Zhang
> > > > <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>; Raslan
> > > > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > > <thomas@monjalon.net>;
> > > > Peng, Yuan <yuan.peng@intel.com>; Chen, Zhaoyan
> > > > <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > > > Subject: Re: 21.11.2 patches review and test
> > > >
> > > > On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> > > > > Hi all,
> > > > >
> > > > > Here is a list of patches targeted for stable release 21.11.2.
> > > > >
> > > > > The planned date for the final release is August 29th.
> > > > >
> > > > > 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=v21.11.2-rc1
> > > > >
> > > > > These patches are located at branch 21.11 of dpdk-stable repo:
> > > > >     https://dpdk.org/browse/dpdk-stable/
> > > > >
> > > > > Thanks.
> > > > >
> > > > > Luca Boccassi
> > > >
> > > > Hello,
> > > >
> > > > Any update from any of the validation teams? Any indication on how
> > > > the tests are going?
> > > >
> > > > --
> > > > Kind regards,
> > > > Luca Boccassi
> > >
> > > Everything is fine, find one vhost related issue which is
> > > investigated by Intel Dev.
> > > I will send a v1 report later. Thanks.
> > >
> > > Best regards,
> > > Yu Jiang
> >
> > Update the test status for Intel part. Till now dpdk21.11.2-rc1 test
> > rate is 90%, no critical issue is found.
> > Failure defects as below:
> >     Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson build
> > error with gcc12.1 on fedora36
> >     Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
> >         - Intel Dev send a patch to skip oop test for raw api, need be
> > reviewed and merged.
> 
> Hi,
> 
> Do you have a reference to this patch? I did not see anything new sent to
> stable in the past week or so
> 

Yes, he only send an attached file, I will check this with Intel Dev. Thanks.

> >     Bug3: [21.11LTS]Test with the new local patch, Vhost-user meet
> > Segmentation fault issue when quit virtio-user before stopping sending
> > packets
> >         - Intel Dev is under investigating.
--- Intel Dev is preparing dpdk patch~, Thanks.

Best regards,
Yu Jiang
> >
> > # 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
> > Ubuntu20.04&22.04, Fedora36, RHEL8.4, etc.
> >   - All test done. Find one new defect as Bug1.
> > * PF(i40e, ixgbe): test scenarios including
> > RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.
> >   - Test rate is 90%. No new dpdk issue is found.
> > * VF(i40e, ixgbe): test scenarios including VF-
> > RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN,
> > etc.
> >   - Test rate is 90%. 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 big performance drop.
> > * IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic
> > test - QAT&SW/FIB library, etc.
> >   - All test passed.
> > * Power: test scenarios including bi-direction/Telemetry/Empty Poll
> > Lib/Priority Base Frequency, etc.
> >   - All test passed.
> >
> > # 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 7.0u3, etc.
> >     - All test done. Find one new issue, Intel Dev is under
> > investigating.
> >       - Bug Summary:[21.11LTS]Test with the new local patch, Vhost-
> > user meet Segmentation fault issue when quiting virtio-user before
> > stopping sending packets
> > * Cryptodev:
> > *Function test: test scenarios including Cryptodev API
> > testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc.
> >   - All test done. Only one defect as the above.
> > *Performance test: test scenarios including Thoughput Performance
> > /Cryptodev Latency, etc.
> >   - All test done, no perf drop.
> >
> > Best regards,
> > Yu Jiang


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

* RE: 21.11.2 patches review and test
  2022-08-02 10:14         ` Jiang, YuX
@ 2022-08-04  7:28           ` Jiang, YuX
  2022-08-16 11:39             ` Luca Boccassi
  0 siblings, 1 reply; 18+ messages in thread
From: Jiang, YuX @ 2022-08-04  7:28 UTC (permalink / raw)
  To: Jiang, YuX, Luca Boccassi, stable
  Cc: dev, Walker, Benjamin, Raslan Darawsheh, Thomas Monjalon, yanghliu

> -----Original Message-----
> From: Jiang, YuX <yux.jiang@intel.com>
> Sent: Tuesday, August 2, 2022 6:15 PM
> To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>; Raslan
> Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> <thomas@monjalon.net>; yanghliu@redhat.com
> Subject: RE: 21.11.2 patches review and test
> 
> > -----Original Message-----
> > From: Luca Boccassi <bluca@debian.org>
> > Sent: Tuesday, August 2, 2022 6:01 PM
> > To: Jiang, YuX <yux.jiang@intel.com>; stable@dpdk.org
> > Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>;
> Raslan
> > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> <thomas@monjalon.net>;
> > yanghliu@redhat.com
> > Subject: Re: 21.11.2 patches review and test
> >
> > On Fri, 2022-07-29 at 11:26 +0000, Jiang, YuX wrote:
> > > > -----Original Message-----
> > > > From: Jiang, YuX
> > > > Sent: Friday, July 29, 2022 11:01 AM
> > > > To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> > > > Cc: dev@dpdk.org; Abhishek Marathe
> > > > <Abhishek.Marathe@microsoft.com>; Ali Alnubani
> > > > <alialnu@nvidia.com>; Walker, Benjamin
> > > > <benjamin.walker@intel.com>; David Christensen
> > > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > <hemant.agrawal@nxp.com>;
> > > > Stokes, Ian <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>; Pei Zhang <pezhang@redhat.com>; Xu, Qian
> Q
> > > > <qian.q.xu@intel.com>; Raslan Darawsheh <rasland@nvidia.com>;
> > Thomas
> > > > Monjalon <thomas@monjalon.net>; Peng, Yuan
> > <yuan.peng@intel.com>;
> > > > Chen, Zhaoyan <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > > > Subject: RE: 21.11.2 patches review and test
> > > >
> > > > > -----Original Message-----
> > > > > From: Luca Boccassi <bluca@debian.org>
> > > > > Sent: Thursday, July 28, 2022 8:34 PM
> > > > > To: stable@dpdk.org
> > > > > Cc: dev@dpdk.org; Abhishek Marathe
> > > > <Abhishek.Marathe@microsoft.com>;
> > > > > Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> > > > > <benjamin.walker@intel.com>; David Christensen
> > > > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > <hemant.agrawal@nxp.com>;
> > > > > Stokes, Ian <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>; Pei
> > > > Zhang
> > > > > <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>; Raslan
> > > > > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > > > <thomas@monjalon.net>;
> > > > > Peng, Yuan <yuan.peng@intel.com>; Chen, Zhaoyan
> > > > > <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > > > > Subject: Re: 21.11.2 patches review and test
> > > > >
> > > > > On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> > > > > > Hi all,
> > > > > >
> > > > > > Here is a list of patches targeted for stable release 21.11.2.
> > > > > >
> > > > > > The planned date for the final release is August 29th.
> > > > > >
> > > > > > 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=v21.11.2-rc1
> > > > > >
> > > > > > These patches are located at branch 21.11 of dpdk-stable repo:
> > > > > >     https://dpdk.org/browse/dpdk-stable/
> > > > > >
> > > > > > Thanks.
> > > > > >
> > > > > > Luca Boccassi
> > > > >
> > > > > Hello,
> > > > >
> > > > > Any update from any of the validation teams? Any indication on
> > > > > how the tests are going?
> > > > >
> > > > > --
> > > > > Kind regards,
> > > > > Luca Boccassi
> > > >
> > > > Everything is fine, find one vhost related issue which is
> > > > investigated by Intel Dev.
> > > > I will send a v1 report later. Thanks.
> > > >
> > > > Best regards,
> > > > Yu Jiang
> > >
> > > Update the test status for Intel part. Till now dpdk21.11.2-rc1 test
> > > rate is 90%, no critical issue is found.
> > > Failure defects as below:
> > >     Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson
> > > build error with gcc12.1 on fedora36
> > >     Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
> > >         - Intel Dev send a patch to skip oop test for raw api, need
> > > be reviewed and merged.
> >
> > Hi,
> >
> > Do you have a reference to this patch? I did not see anything new sent
> > to stable in the past week or so
> >
> 
> Yes, he only send an attached file, I will check this with Intel Dev. Thanks.
> 
> > >     Bug3: [21.11LTS]Test with the new local patch, Vhost-user meet
> > > Segmentation fault issue when quit virtio-user before stopping
> > > sending packets
> > >         - Intel Dev is under investigating.
> --- Intel Dev is preparing dpdk patch~, Thanks.
> 
> Best regards,
> Yu Jiang
> > >
Update the test status for Intel part. dpdk21.11.2-rc1 validation test is finished, no critical issue is found.
No new bug except the above three bugs.
Update bug's status as below:
    Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson build error with gcc12.1 on fedora36
	- https://bugs.dpdk.org/show_bug.cgi?id=1061
	- No fix yet.
    Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
        - Intel Dev send a patch file to skip oop test for raw api, but not send it to stable@dpdk.org, we will check this with Intel Dev.
    Bug3: [21.11LTS]Test with the new local patch, Vhost-user meet Segmentation fault issue when quiting virtio-user before stopping sending packets
        - Intel Dev is still preparing patch.

Best regards,
Yu Jiang
> > > # 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
> > > Ubuntu20.04&22.04, Fedora36, RHEL8.4, etc.
> > >   - All test done. Find one new defect as Bug1.
> > > * PF(i40e, ixgbe): test scenarios including
> > > RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.
> > >   - Test rate is 90%. No new dpdk issue is found.
> > > * VF(i40e, ixgbe): test scenarios including VF-
> > > RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.
> > >   - Test rate is 90%. 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 big performance drop.
> > > * IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic
> > > test - QAT&SW/FIB library, etc.
> > >   - All test passed.
> > > * Power: test scenarios including bi-direction/Telemetry/Empty Poll
> > > Lib/Priority Base Frequency, etc.
> > >   - All test passed.
> > >
> > > # 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 7.0u3, etc.
> > >     - All test done. Find one new issue, Intel Dev is under
> > > investigating.
> > >       - Bug Summary:[21.11LTS]Test with the new local patch, Vhost-
> > > user meet Segmentation fault issue when quiting virtio-user before
> > > stopping sending packets
> > > * Cryptodev:
> > > *Function test: test scenarios including Cryptodev API
> > > testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc.
> > >   - All test done. Only one defect as the above.
> > > *Performance test: test scenarios including Thoughput Performance
> > > /Cryptodev Latency, etc.
> > >   - All test done, no perf drop.
> > >
> > > Best regards,
> > > Yu Jiang


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

* RE: 21.11.2 patches review and test
  2022-07-28 12:48   ` Ali Alnubani
@ 2022-08-16  7:33     ` Ali Alnubani
  2022-08-16 10:05       ` Luca Boccassi
  0 siblings, 1 reply; 18+ messages in thread
From: Ali Alnubani @ 2022-08-16  7:33 UTC (permalink / raw)
  To: Luca Boccassi, stable
  Cc: dev, Abhishek Marathe, benjamin.walker, David Christensen,
	Hemant Agrawal, Ian Stokes, Jerin Jacob, John McNamara,
	Ju-Hyoung Lee, Kevin Traynor, Pei Zhang, qian.q.xu,
	Raslan Darawsheh, NBU-Contact-Thomas Monjalon (EXTERNAL),
	yuan.peng, zhaoyan.chen, yanghliu

> -----Original Message-----
> From: Ali Alnubani <alialnu@nvidia.com>
> Sent: Thursday, July 28, 2022 3:49 PM
> To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> Cc: dev@dpdk.org; Abhishek Marathe <Abhishek.Marathe@microsoft.com>;
> benjamin.walker@intel.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>; John McNamara
> <john.mcnamara@intel.com>; Ju-Hyoung Lee <juhlee@microsoft.com>;
> Kevin Traynor <ktraynor@redhat.com>; Pei Zhang <pezhang@redhat.com>;
> qian.q.xu@intel.com; Raslan Darawsheh <rasland@nvidia.com>; NBU-
> Contact-Thomas Monjalon (EXTERNAL) <thomas@monjalon.net>;
> yuan.peng@intel.com; zhaoyan.chen@intel.com; yanghliu@redhat.com
> Subject: RE: 21.11.2 patches review and test
> 
> > -----Original Message-----
> > From: Luca Boccassi <bluca@debian.org>
> > Sent: Thursday, July 28, 2022 3:34 PM
> > To: stable@dpdk.org
> > Cc: dev@dpdk.org; Abhishek Marathe
> <Abhishek.Marathe@microsoft.com>;
> > Ali Alnubani <alialnu@nvidia.com>; benjamin.walker@intel.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>; John McNamara
> <john.mcnamara@intel.com>;
> > Ju-Hyoung Lee <juhlee@microsoft.com>; Kevin Traynor
> > <ktraynor@redhat.com>; Pei Zhang <pezhang@redhat.com>;
> > qian.q.xu@intel.com; Raslan Darawsheh <rasland@nvidia.com>; NBU-
> > Contact-Thomas Monjalon (EXTERNAL) <thomas@monjalon.net>;
> > yuan.peng@intel.com; zhaoyan.chen@intel.com; yanghliu@redhat.com
> > Subject: Re: 21.11.2 patches review and test
> >
> > On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> > > Hi all,
> > >
> > > Here is a list of patches targeted for stable release 21.11.2.
> > >
> > > The planned date for the final release is August 29th.
> > >
> > > 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=v21.11.2-rc1
> > >
> > > These patches are located at branch 21.11 of dpdk-stable repo:
> > >     https://dpdk.org/browse/dpdk-stable/
> > >
> > > Thanks.
> > >
> > > Luca Boccassi
> >
> > Hello,
> >
> > Any update from any of the validation teams? Any indication on how the
> > tests are going?
> >
> 
> I don't see any new issues yet in our regression testing on multiple Nvidia
> Mellanox cards. I'll send a report in a couple of weeks.
> 

Hello,

We ran the following functional tests with Nvidia hardware on 21.11.2-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:
  Items:
  - ecpri
  - eth
  - flex
  - geneve
  - geneve_opt
  - gre
  - gre_key
  - gre_option
  - gtp
  - gtp_psc
  - icmp
  - icmp6
  - integrity
  - ipv4
  - ipv6
  - ipv6_frag_ext
  - mark
  - meta
  - mpls
  - nvgre
  - tag
  - tcp
  - udp
  - vlan
  - vxlan
  - vxlan_gpe

  Actions:
  - age
  - count
  - dec_tcp_ack
  - dec_tcp_seq
  - dec_ttl
  - drop
  - flag
  - inc_tcp_ack
  - inc_tcp_seq
  - jump
  - mark
  - meter
  - modify_field
  - nvgre_decap
  - nvgre_encap
  - of_pop_vlan
  - of_push_vlan
  - of_set_vlan_pcp
  - of_set_vlan_vid
  - queue
  - raw_decap
  - raw_encap
  - rss
  - sample
  - set_ipv4_dscp
  - set_ipv4_dst
  - set_ipv4_src
  - set_ipv6_dscp
  - set_ipv6_dst
  - set_ipv6_src
  - set_mac_dst
  - set_mac_src
  - set_meta
  - set_tag
  - set_tp_dst
  - set_tp_src
  - set_ttl
  - vxlan_decap
  - vxlan_encap
- Some 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.
- Regex application tests.
- Buffer Split tests.
- Tx scheduling tests.

Functional tests ran on:
- NIC: ConnectX-4 Lx / OS: Ubuntu 20.04 LTS / Driver: MLNX_OFED_LINUX-5.7-1.0.2.0 / Firmware: 14.32.1010
- NIC: ConnectX-5 / OS: Ubuntu 20.04 LTS / Driver: MLNX_OFED_LINUX-5.7-1.0.2.0 / Firmware: 16.34.1002
- NIC: ConnectX-6 Dx / OS: Ubuntu 20.04 LTS / Driver: MLNX_OFED_LINUX-5.7-1.0.2.0 / Firmware: 22.34.1002
- DPU: BlueField-2 / DOCA SW version: 1.4.0

Additionally, we ran compilation tests with multiple configurations in the following OS/driver combinations:
- Ubuntu 20.04.4 with MLNX_OFED_LINUX-5.7-1.0.2.0.
- Ubuntu 20.04.4 with rdma-core master (23a0021).
- Ubuntu 20.04.4 with rdma-core v28.0.
- Ubuntu 18.04.6 with rdma-core v17.1.
- Ubuntu 18.04.6 with rdma-core master (23a0021) (i386).
- Ubuntu 16.04.7 with rdma-core v22.7.
- Fedora 35 with rdma-core v39.0.
- Fedora 37 (Rawhide) with rdma-core v39.0 (with clang only).
- CentOS 7 7.9.2009 with rdma-core master (23a0021).
- CentOS 7 7.9.2009 with MLNX_OFED_LINUX-5.7-1.0.2.0.
- CentOS 8 8.4.2105 with rdma-core master (23a0021).
- OpenSUSE Leap 15.4 with rdma-core v38.1.
- Windows Server 2019 with Clang 11.0.0.

We don't see any new critical issues blocking this release.

Thanks,
Ali

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

* Re: 21.11.2 patches review and test
  2022-08-16  7:33     ` Ali Alnubani
@ 2022-08-16 10:05       ` Luca Boccassi
  0 siblings, 0 replies; 18+ messages in thread
From: Luca Boccassi @ 2022-08-16 10:05 UTC (permalink / raw)
  To: Ali Alnubani, stable; +Cc: dev

On Tue, 2022-08-16 at 07:33 +0000, Ali Alnubani wrote:
> > -----Original Message-----
> > From: Ali Alnubani <alialnu@nvidia.com>
> > Sent: Thursday, July 28, 2022 3:49 PM
> > To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> > Cc: dev@dpdk.org; Abhishek Marathe
> > <Abhishek.Marathe@microsoft.com>;
> > benjamin.walker@intel.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>; John
> > McNamara
> > <john.mcnamara@intel.com>; Ju-Hyoung Lee <juhlee@microsoft.com>;
> > Kevin Traynor <ktraynor@redhat.com>; Pei Zhang
> > <pezhang@redhat.com>;
> > qian.q.xu@intel.com; Raslan Darawsheh <rasland@nvidia.com>; NBU-
> > Contact-Thomas Monjalon (EXTERNAL) <thomas@monjalon.net>;
> > yuan.peng@intel.com; zhaoyan.chen@intel.com; yanghliu@redhat.com
> > Subject: RE: 21.11.2 patches review and test
> > 
> > > -----Original Message-----
> > > From: Luca Boccassi <bluca@debian.org>
> > > Sent: Thursday, July 28, 2022 3:34 PM
> > > To: stable@dpdk.org
> > > Cc: dev@dpdk.org; Abhishek Marathe
> > <Abhishek.Marathe@microsoft.com>;
> > > Ali Alnubani <alialnu@nvidia.com>; benjamin.walker@intel.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>; John McNamara
> > <john.mcnamara@intel.com>;
> > > Ju-Hyoung Lee <juhlee@microsoft.com>; Kevin Traynor
> > > <ktraynor@redhat.com>; Pei Zhang <pezhang@redhat.com>;
> > > qian.q.xu@intel.com; Raslan Darawsheh <rasland@nvidia.com>; NBU-
> > > Contact-Thomas Monjalon (EXTERNAL) <thomas@monjalon.net>;
> > > yuan.peng@intel.com; zhaoyan.chen@intel.com; yanghliu@redhat.com
> > > Subject: Re: 21.11.2 patches review and test
> > > 
> > > On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com wrote:
> > > > Hi all,
> > > > 
> > > > Here is a list of patches targeted for stable release 21.11.2.
> > > > 
> > > > The planned date for the final release is August 29th.
> > > > 
> > > > 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=v21.11.2-rc1
> > > > 
> > > > These patches are located at branch 21.11 of dpdk-stable repo:
> > > >     https://dpdk.org/browse/dpdk-stable/
> > > > 
> > > > Thanks.
> > > > 
> > > > Luca Boccassi
> > > 
> > > Hello,
> > > 
> > > Any update from any of the validation teams? Any indication on
> > > how the
> > > tests are going?
> > > 
> > 
> > I don't see any new issues yet in our regression testing on
> > multiple Nvidia
> > Mellanox cards. I'll send a report in a couple of weeks.
> > 
> 
> Hello,
> 
> We ran the following functional tests with Nvidia hardware on
> 21.11.2-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:
>   Items:
>   - ecpri
>   - eth
>   - flex
>   - geneve
>   - geneve_opt
>   - gre
>   - gre_key
>   - gre_option
>   - gtp
>   - gtp_psc
>   - icmp
>   - icmp6
>   - integrity
>   - ipv4
>   - ipv6
>   - ipv6_frag_ext
>   - mark
>   - meta
>   - mpls
>   - nvgre
>   - tag
>   - tcp
>   - udp
>   - vlan
>   - vxlan
>   - vxlan_gpe
> 
>   Actions:
>   - age
>   - count
>   - dec_tcp_ack
>   - dec_tcp_seq
>   - dec_ttl
>   - drop
>   - flag
>   - inc_tcp_ack
>   - inc_tcp_seq
>   - jump
>   - mark
>   - meter
>   - modify_field
>   - nvgre_decap
>   - nvgre_encap
>   - of_pop_vlan
>   - of_push_vlan
>   - of_set_vlan_pcp
>   - of_set_vlan_vid
>   - queue
>   - raw_decap
>   - raw_encap
>   - rss
>   - sample
>   - set_ipv4_dscp
>   - set_ipv4_dst
>   - set_ipv4_src
>   - set_ipv6_dscp
>   - set_ipv6_dst
>   - set_ipv6_src
>   - set_mac_dst
>   - set_mac_src
>   - set_meta
>   - set_tag
>   - set_tp_dst
>   - set_tp_src
>   - set_ttl
>   - vxlan_decap
>   - vxlan_encap
> - Some 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.
> - Regex application tests.
> - Buffer Split tests.
> - Tx scheduling tests.
> 
> Functional tests ran on:
> - NIC: ConnectX-4 Lx / OS: Ubuntu 20.04 LTS / Driver:
> MLNX_OFED_LINUX-5.7-1.0.2.0 / Firmware: 14.32.1010
> - NIC: ConnectX-5 / OS: Ubuntu 20.04 LTS / Driver: MLNX_OFED_LINUX-
> 5.7-1.0.2.0 / Firmware: 16.34.1002
> - NIC: ConnectX-6 Dx / OS: Ubuntu 20.04 LTS / Driver:
> MLNX_OFED_LINUX-5.7-1.0.2.0 / Firmware: 22.34.1002
> - DPU: BlueField-2 / DOCA SW version: 1.4.0
> 
> Additionally, we ran compilation tests with multiple configurations
> in the following OS/driver combinations:
> - Ubuntu 20.04.4 with MLNX_OFED_LINUX-5.7-1.0.2.0.
> - Ubuntu 20.04.4 with rdma-core master (23a0021).
> - Ubuntu 20.04.4 with rdma-core v28.0.
> - Ubuntu 18.04.6 with rdma-core v17.1.
> - Ubuntu 18.04.6 with rdma-core master (23a0021) (i386).
> - Ubuntu 16.04.7 with rdma-core v22.7.
> - Fedora 35 with rdma-core v39.0.
> - Fedora 37 (Rawhide) with rdma-core v39.0 (with clang only).
> - CentOS 7 7.9.2009 with rdma-core master (23a0021).
> - CentOS 7 7.9.2009 with MLNX_OFED_LINUX-5.7-1.0.2.0.
> - CentOS 8 8.4.2105 with rdma-core master (23a0021).
> - OpenSUSE Leap 15.4 with rdma-core v38.1.
> - Windows Server 2019 with Clang 11.0.0.
> 
> We don't see any new critical issues blocking this release.
> 
> Thanks,
> Ali

Thank you!

-- 
Kind regards,
Luca Boccassi

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

* Re: 21.11.2 patches review and test
  2022-08-04  7:28           ` Jiang, YuX
@ 2022-08-16 11:39             ` Luca Boccassi
  2022-08-17 10:00               ` Jiang, YuX
  0 siblings, 1 reply; 18+ messages in thread
From: Luca Boccassi @ 2022-08-16 11:39 UTC (permalink / raw)
  To: Jiang, YuX, stable; +Cc: dev, Walker, Benjamin

On Thu, 2022-08-04 at 07:28 +0000, Jiang, YuX wrote:
> > -----Original Message-----
> > From: Jiang, YuX <yux.jiang@intel.com>
> > Sent: Tuesday, August 2, 2022 6:15 PM
> > To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> > Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>;
> > Raslan
> > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > <thomas@monjalon.net>; yanghliu@redhat.com
> > Subject: RE: 21.11.2 patches review and test
> > 
> > > -----Original Message-----
> > > From: Luca Boccassi <bluca@debian.org>
> > > Sent: Tuesday, August 2, 2022 6:01 PM
> > > To: Jiang, YuX <yux.jiang@intel.com>; stable@dpdk.org
> > > Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>;
> > Raslan
> > > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > <thomas@monjalon.net>;
> > > yanghliu@redhat.com
> > > Subject: Re: 21.11.2 patches review and test
> > > 
> > > On Fri, 2022-07-29 at 11:26 +0000, Jiang, YuX wrote:
> > > > > -----Original Message-----
> > > > > From: Jiang, YuX
> > > > > Sent: Friday, July 29, 2022 11:01 AM
> > > > > To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> > > > > Cc: dev@dpdk.org; Abhishek Marathe
> > > > > <Abhishek.Marathe@microsoft.com>; Ali Alnubani
> > > > > <alialnu@nvidia.com>; Walker, Benjamin
> > > > > <benjamin.walker@intel.com>; David Christensen
> > > > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > > <hemant.agrawal@nxp.com>;
> > > > > Stokes, Ian <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>; Pei Zhang <pezhang@redhat.com>; Xu,
> > > > > Qian
> > Q
> > > > > <qian.q.xu@intel.com>; Raslan Darawsheh <rasland@nvidia.com>;
> > > Thomas
> > > > > Monjalon <thomas@monjalon.net>; Peng, Yuan
> > > <yuan.peng@intel.com>;
> > > > > Chen, Zhaoyan <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > > > > Subject: RE: 21.11.2 patches review and test
> > > > > 
> > > > > > -----Original Message-----
> > > > > > From: Luca Boccassi <bluca@debian.org>
> > > > > > Sent: Thursday, July 28, 2022 8:34 PM
> > > > > > To: stable@dpdk.org
> > > > > > Cc: dev@dpdk.org; Abhishek Marathe
> > > > > <Abhishek.Marathe@microsoft.com>;
> > > > > > Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> > > > > > <benjamin.walker@intel.com>; David Christensen
> > > > > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > > <hemant.agrawal@nxp.com>;
> > > > > > Stokes, Ian <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>; Pei
> > > > > Zhang
> > > > > > <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>;
> > > > > > Raslan
> > > > > > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > > > > <thomas@monjalon.net>;
> > > > > > Peng, Yuan <yuan.peng@intel.com>; Chen, Zhaoyan
> > > > > > <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > > > > > Subject: Re: 21.11.2 patches review and test
> > > > > > 
> > > > > > On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com
> > > > > > wrote:
> > > > > > > Hi all,
> > > > > > > 
> > > > > > > Here is a list of patches targeted for stable release
> > > > > > > 21.11.2.
> > > > > > > 
> > > > > > > The planned date for the final release is August 29th.
> > > > > > > 
> > > > > > > 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=v21.11.2-rc1
> > > > > > > 
> > > > > > > These patches are located at branch 21.11 of dpdk-stable
> > > > > > > repo:
> > > > > > >     https://dpdk.org/browse/dpdk-stable/
> > > > > > > 
> > > > > > > Thanks.
> > > > > > > 
> > > > > > > Luca Boccassi
> > > > > > 
> > > > > > Hello,
> > > > > > 
> > > > > > Any update from any of the validation teams? Any indication
> > > > > > on
> > > > > > how the tests are going?
> > > > > > 
> > > > > > --
> > > > > > Kind regards,
> > > > > > Luca Boccassi
> > > > > 
> > > > > Everything is fine, find one vhost related issue which is
> > > > > investigated by Intel Dev.
> > > > > I will send a v1 report later. Thanks.
> > > > > 
> > > > > Best regards,
> > > > > Yu Jiang
> > > > 
> > > > Update the test status for Intel part. Till now dpdk21.11.2-rc1
> > > > test
> > > > rate is 90%, no critical issue is found.
> > > > Failure defects as below:
> > > >     Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson
> > > > build error with gcc12.1 on fedora36
> > > >     Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
> > > >         - Intel Dev send a patch to skip oop test for raw api,
> > > > need
> > > > be reviewed and merged.
> > > 
> > > Hi,
> > > 
> > > Do you have a reference to this patch? I did not see anything new
> > > sent
> > > to stable in the past week or so
> > > 
> > 
> > Yes, he only send an attached file, I will check this with Intel
> > Dev. Thanks.
> > 
> > > >     Bug3: [21.11LTS]Test with the new local patch, Vhost-user
> > > > meet
> > > > Segmentation fault issue when quit virtio-user before stopping
> > > > sending packets
> > > >         - Intel Dev is under investigating.
> > --- Intel Dev is preparing dpdk patch~, Thanks.
> > 
> > Best regards,
> > Yu Jiang
> > > > 
> Update the test status for Intel part. dpdk21.11.2-rc1 validation
> test is finished, no critical issue is found.
> No new bug except the above three bugs.
> Update bug's status as below:
>     Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson build
> error with gcc12.1 on fedora36
> 	- https://bugs.dpdk.org/show_bug.cgi?id=1061
> 	- No fix yet.
>     Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
>         - Intel Dev send a patch file to skip oop test for raw api,
> but not send it to stable@dpdk.org, we will check this with Intel
> Dev.

Hi,

Any update on the above 2 issues?

-- 
Kind regards,
Luca Boccassi

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

* RE: 21.11.2 patches review and test
  2022-08-16 11:39             ` Luca Boccassi
@ 2022-08-17 10:00               ` Jiang, YuX
  2022-08-26  8:13                 ` Jiang, YuX
  0 siblings, 1 reply; 18+ messages in thread
From: Jiang, YuX @ 2022-08-17 10:00 UTC (permalink / raw)
  To: Luca Boccassi, stable, Ji, Kai; +Cc: dev, Walker, Benjamin

> -----Original Message-----
> From: Luca Boccassi <bluca@debian.org>
> Sent: Tuesday, August 16, 2022 7:40 PM
> To: Jiang, YuX <yux.jiang@intel.com>; stable@dpdk.org
> Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>
> Subject: Re: 21.11.2 patches review and test
> 
> On Thu, 2022-08-04 at 07:28 +0000, Jiang, YuX wrote:
> > > -----Original Message-----
> > > From: Jiang, YuX <yux.jiang@intel.com>
> > > Sent: Tuesday, August 2, 2022 6:15 PM
> > > To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> > > Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>;
> > > Raslan Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > > <thomas@monjalon.net>; yanghliu@redhat.com
> > > Subject: RE: 21.11.2 patches review and test
> > >
> > > > -----Original Message-----
> > > > From: Luca Boccassi <bluca@debian.org>
> > > > Sent: Tuesday, August 2, 2022 6:01 PM
> > > > To: Jiang, YuX <yux.jiang@intel.com>; stable@dpdk.org
> > > > Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>;
> > > Raslan
> > > > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > > <thomas@monjalon.net>;
> > > > yanghliu@redhat.com
> > > > Subject: Re: 21.11.2 patches review and test
> > > >
> > > > On Fri, 2022-07-29 at 11:26 +0000, Jiang, YuX wrote:
> > > > > > -----Original Message-----
> > > > > > From: Jiang, YuX
> > > > > > Sent: Friday, July 29, 2022 11:01 AM
> > > > > > To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> > > > > > Cc: dev@dpdk.org; Abhishek Marathe
> > > > > > <Abhishek.Marathe@microsoft.com>; Ali Alnubani
> > > > > > <alialnu@nvidia.com>; Walker, Benjamin
> > > > > > <benjamin.walker@intel.com>; David Christensen
> > > > > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > > > <hemant.agrawal@nxp.com>;
> > > > > > Stokes, Ian <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>;
> > > > > > Pei Zhang <pezhang@redhat.com>; Xu, Qian
> > > Q
> > > > > > <qian.q.xu@intel.com>; Raslan Darawsheh <rasland@nvidia.com>;
> > > > Thomas
> > > > > > Monjalon <thomas@monjalon.net>; Peng, Yuan
> > > > <yuan.peng@intel.com>;
> > > > > > Chen, Zhaoyan <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > > > > > Subject: RE: 21.11.2 patches review and test
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Luca Boccassi <bluca@debian.org>
> > > > > > > Sent: Thursday, July 28, 2022 8:34 PM
> > > > > > > To: stable@dpdk.org
> > > > > > > Cc: dev@dpdk.org; Abhishek Marathe
> > > > > > <Abhishek.Marathe@microsoft.com>;
> > > > > > > Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> > > > > > > <benjamin.walker@intel.com>; David Christensen
> > > > > > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > > > <hemant.agrawal@nxp.com>;
> > > > > > > Stokes, Ian <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>;
> > > > > > > Pei
> > > > > > Zhang
> > > > > > > <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>;
> > > > > > > Raslan Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > > > > > <thomas@monjalon.net>;
> > > > > > > Peng, Yuan <yuan.peng@intel.com>; Chen, Zhaoyan
> > > > > > > <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > > > > > > Subject: Re: 21.11.2 patches review and test
> > > > > > >
> > > > > > > On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com
> > > > > > > wrote:
> > > > > > > > Hi all,
> > > > > > > >
> > > > > > > > Here is a list of patches targeted for stable release
> > > > > > > > 21.11.2.
> > > > > > > >
> > > > > > > > The planned date for the final release is August 29th.
> > > > > > > >
> > > > > > > > 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=v21.11.2-rc1
> > > > > > > >
> > > > > > > > These patches are located at branch 21.11 of dpdk-stable
> > > > > > > > repo:
> > > > > > > >     https://dpdk.org/browse/dpdk-stable/
> > > > > > > >
> > > > > > > > Thanks.
> > > > > > > >
> > > > > > > > Luca Boccassi
> > > > > > >
> > > > > > > Hello,
> > > > > > >
> > > > > > > Any update from any of the validation teams? Any indication
> > > > > > > on how the tests are going?
> > > > > > >
> > > > > > > --
> > > > > > > Kind regards,
> > > > > > > Luca Boccassi
> > > > > >
> > > > > > Everything is fine, find one vhost related issue which is
> > > > > > investigated by Intel Dev.
> > > > > > I will send a v1 report later. Thanks.
> > > > > >
> > > > > > Best regards,
> > > > > > Yu Jiang
> > > > >
> > > > > Update the test status for Intel part. Till now dpdk21.11.2-rc1
> > > > > test rate is 90%, no critical issue is found.
> > > > > Failure defects as below:
> > > > >     Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson
> > > > > build error with gcc12.1 on fedora36
> > > > >     Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
> > > > >         - Intel Dev send a patch to skip oop test for raw api,
> > > > > need be reviewed and merged.
> > > >
> > > > Hi,
> > > >
> > > > Do you have a reference to this patch? I did not see anything new
> > > > sent to stable in the past week or so
> > > >
> > >
> > > Yes, he only send an attached file, I will check this with Intel
> > > Dev. Thanks.
> > >
> > > > >     Bug3: [21.11LTS]Test with the new local patch, Vhost-user
> > > > > meet
> > > > > Segmentation fault issue when quit virtio-user before stopping
> > > > > sending packets
> > > > >         - Intel Dev is under investigating.
> > > --- Intel Dev is preparing dpdk patch~, Thanks.
> > >
> > > Best regards,
> > > Yu Jiang
> > > > >
> > Update the test status for Intel part. dpdk21.11.2-rc1 validation
> > test is finished, no critical issue is found.
> > No new bug except the above three bugs.
> > Update bug's status as below:
> >     Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson build
> > error with gcc12.1 on fedora36
> > 	- https://bugs.dpdk.org/show_bug.cgi?id=1061
> > 	- No fix yet.
> >     Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
> >         - Intel Dev send a patch file to skip oop test for raw api,
> > but not send it to stable@dpdk.org, we will check this with Intel
> > Dev.
> 
> Hi,
> 
> Any update on the above 2 issues?
> 

Update bug's status as below:
    Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson build error with gcc12.1 on fedora36
        - https://bugs.dpdk.org/show_bug.cgi?id=1061
        - Still no update from bugzilla.
    Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
        - Intel Dev has sent patch " [PATCH 21.11.1 v2] test/crypto: skip oop test for raw api" to stable branch and merged into LTS21.11,  and validation team has verified passed before sending.
    Bug3: [21.11LTS]Test with the new local patch, Vhost-user meet Segmentation fault issue when quiting virtio-user before stopping sending packets
        - Intel Dev has provided patch to stable: https://git.dpdk.org/dpdk-stable/commit/?h=21.11&id=a561d44985d3900d505abb6dd23fa861c5e9eab7, and verify passed on latest LTS21.11 stable.
> --
> Kind regards,
> Luca Boccassi

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

* RE: 21.11.2 patches review and test
  2022-08-17 10:00               ` Jiang, YuX
@ 2022-08-26  8:13                 ` Jiang, YuX
  2022-08-26  9:06                   ` Kevin Traynor
  0 siblings, 1 reply; 18+ messages in thread
From: Jiang, YuX @ 2022-08-26  8:13 UTC (permalink / raw)
  To: Luca Boccassi, stable, Ji, Kai; +Cc: dev, Walker, Benjamin

> -----Original Message-----
> From: Jiang, YuX
> Sent: Wednesday, August 17, 2022 6:01 PM
> To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org; Ji, Kai
> <kai.ji@intel.com>
> Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>
> Subject: RE: 21.11.2 patches review and test
> 
> > -----Original Message-----
> > From: Luca Boccassi <bluca@debian.org>
> > Sent: Tuesday, August 16, 2022 7:40 PM
> > To: Jiang, YuX <yux.jiang@intel.com>; stable@dpdk.org
> > Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>
> > Subject: Re: 21.11.2 patches review and test
> >
> > On Thu, 2022-08-04 at 07:28 +0000, Jiang, YuX wrote:
> > > > -----Original Message-----
> > > > From: Jiang, YuX <yux.jiang@intel.com>
> > > > Sent: Tuesday, August 2, 2022 6:15 PM
> > > > To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> > > > Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>;
> > > > Raslan Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > > > <thomas@monjalon.net>; yanghliu@redhat.com
> > > > Subject: RE: 21.11.2 patches review and test
> > > >
> > > > > -----Original Message-----
> > > > > From: Luca Boccassi <bluca@debian.org>
> > > > > Sent: Tuesday, August 2, 2022 6:01 PM
> > > > > To: Jiang, YuX <yux.jiang@intel.com>; stable@dpdk.org
> > > > > Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>;
> > > > Raslan
> > > > > Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > > > <thomas@monjalon.net>;
> > > > > yanghliu@redhat.com
> > > > > Subject: Re: 21.11.2 patches review and test
> > > > >
> > > > > On Fri, 2022-07-29 at 11:26 +0000, Jiang, YuX wrote:
> > > > > > > -----Original Message-----
> > > > > > > From: Jiang, YuX
> > > > > > > Sent: Friday, July 29, 2022 11:01 AM
> > > > > > > To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
> > > > > > > Cc: dev@dpdk.org; Abhishek Marathe
> > > > > > > <Abhishek.Marathe@microsoft.com>; Ali Alnubani
> > > > > > > <alialnu@nvidia.com>; Walker, Benjamin
> > > > > > > <benjamin.walker@intel.com>; David Christensen
> > > > > > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > > > > <hemant.agrawal@nxp.com>;
> > > > > > > Stokes, Ian <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>;
> > > > > > > Pei Zhang <pezhang@redhat.com>; Xu, Qian
> > > > Q
> > > > > > > <qian.q.xu@intel.com>; Raslan Darawsheh
> > > > > > > <rasland@nvidia.com>;
> > > > > Thomas
> > > > > > > Monjalon <thomas@monjalon.net>; Peng, Yuan
> > > > > <yuan.peng@intel.com>;
> > > > > > > Chen, Zhaoyan <zhaoyan.chen@intel.com>;
> yanghliu@redhat.com
> > > > > > > Subject: RE: 21.11.2 patches review and test
> > > > > > >
> > > > > > > > -----Original Message-----
> > > > > > > > From: Luca Boccassi <bluca@debian.org>
> > > > > > > > Sent: Thursday, July 28, 2022 8:34 PM
> > > > > > > > To: stable@dpdk.org
> > > > > > > > Cc: dev@dpdk.org; Abhishek Marathe
> > > > > > > <Abhishek.Marathe@microsoft.com>;
> > > > > > > > Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
> > > > > > > > <benjamin.walker@intel.com>; David Christensen
> > > > > > > > <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > > > > <hemant.agrawal@nxp.com>;
> > > > > > > > Stokes, Ian <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>; Pei
> > > > > > > Zhang
> > > > > > > > <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>;
> > > > > > > > Raslan Darawsheh <rasland@nvidia.com>; Thomas Monjalon
> > > > > > > <thomas@monjalon.net>;
> > > > > > > > Peng, Yuan <yuan.peng@intel.com>; Chen, Zhaoyan
> > > > > > > > <zhaoyan.chen@intel.com>; yanghliu@redhat.com
> > > > > > > > Subject: Re: 21.11.2 patches review and test
> > > > > > > >
> > > > > > > > On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com
> > > > > > > > wrote:
> > > > > > > > > Hi all,
> > > > > > > > >
> > > > > > > > > Here is a list of patches targeted for stable release
> > > > > > > > > 21.11.2.
> > > > > > > > >
> > > > > > > > > The planned date for the final release is August 29th.
> > > > > > > > >
> > > > > > > > > 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=v21.11.2-rc1
> > > > > > > > >
> > > > > > > > > These patches are located at branch 21.11 of dpdk-stable
> > > > > > > > > repo:
> > > > > > > > >     https://dpdk.org/browse/dpdk-stable/
> > > > > > > > >
> > > > > > > > > Thanks.
> > > > > > > > >
> > > > > > > > > Luca Boccassi
> > > > > > > >
> > > > > > > > Hello,
> > > > > > > >
> > > > > > > > Any update from any of the validation teams? Any
> > > > > > > > indication on how the tests are going?
> > > > > > > >
> > > > > > > > --
> > > > > > > > Kind regards,
> > > > > > > > Luca Boccassi
> > > > > > >
> > > > > > > Everything is fine, find one vhost related issue which is
> > > > > > > investigated by Intel Dev.
> > > > > > > I will send a v1 report later. Thanks.
> > > > > > >
> > > > > > > Best regards,
> > > > > > > Yu Jiang
> > > > > >
> > > > > > Update the test status for Intel part. Till now
> > > > > > dpdk21.11.2-rc1 test rate is 90%, no critical issue is found.
> > > > > > Failure defects as below:
> > > > > >     Bug1: [dpdk v21.11.2-rc1] examples/performance-thread
> > > > > > meson build error with gcc12.1 on fedora36
> > > > > >     Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
> > > > > >         - Intel Dev send a patch to skip oop test for raw api,
> > > > > > need be reviewed and merged.
> > > > >
> > > > > Hi,
> > > > >
> > > > > Do you have a reference to this patch? I did not see anything
> > > > > new sent to stable in the past week or so
> > > > >
> > > >
> > > > Yes, he only send an attached file, I will check this with Intel
> > > > Dev. Thanks.
> > > >
> > > > > >     Bug3: [21.11LTS]Test with the new local patch, Vhost-user
> > > > > > meet Segmentation fault issue when quit virtio-user before
> > > > > > stopping sending packets
> > > > > >         - Intel Dev is under investigating.
> > > > --- Intel Dev is preparing dpdk patch~, Thanks.
> > > >
> > > > Best regards,
> > > > Yu Jiang
> > > > > >
> > > Update the test status for Intel part. dpdk21.11.2-rc1 validation
> > > test is finished, no critical issue is found.
> > > No new bug except the above three bugs.
> > > Update bug's status as below:
> > >     Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson
> > > build error with gcc12.1 on fedora36
> > > 	- https://bugs.dpdk.org/show_bug.cgi?id=1061
> > > 	- No fix yet.
> > >     Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
> > >         - Intel Dev send a patch file to skip oop test for raw api,
> > > but not send it to stable@dpdk.org, we will check this with Intel
> > > Dev.
> >
> > Hi,
> >
> > Any update on the above 2 issues?
> >
> 
> Update bug's status as below:
>     Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson build
> error with gcc12.1 on fedora36
>         - https://bugs.dpdk.org/show_bug.cgi?id=1061
>         - Still no update from bugzilla.
>     Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
>         - Intel Dev has sent patch " [PATCH 21.11.1 v2] test/crypto: skip oop test
> for raw api" to stable branch and merged into LTS21.11,  and validation team
> has verified passed before sending.
>     Bug3: [21.11LTS]Test with the new local patch, Vhost-user meet
> Segmentation fault issue when quiting virtio-user before stopping sending
> packets
>         - Intel Dev has provided patch to stable: https://git.dpdk.org/dpdk-
> stable/commit/?h=21.11&id=a561d44985d3900d505abb6dd23fa861c5e9eab7,
> and verify passed on latest LTS21.11 stable.
> > --
Update bug's status as below:
    Bug1: https://bugs.dpdk.org/show_bug.cgi?id=1061  [dpdk v21.11.2-rc1] examples/performance-thread meson build error with gcc12.1 on fedora36         - 
        - Test passed on latest LTS21.11: commit id https://git.dpdk.org/dpdk-stable/commit/?h=21.11&id=125a65cb03f845d1b6d5f7078670aa1a49d62513
    Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing & Bug3: [21.11LTS]Test with the new local patch, Vhost-user meet Segmentation fault issue when quiting virtio-user before stopping sending packets
        - Have been fixed on latest LTS21.11.
All the above bugs on LTS21.11 both have been fixed on latest LTS21.11. Thanks all

Best regards,
Yu Jiang

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

* Re: 21.11.2 patches review and test
  2022-08-26  8:13                 ` Jiang, YuX
@ 2022-08-26  9:06                   ` Kevin Traynor
  0 siblings, 0 replies; 18+ messages in thread
From: Kevin Traynor @ 2022-08-26  9:06 UTC (permalink / raw)
  To: Jiang, YuX, Luca Boccassi, stable, Ji, Kai; +Cc: dev, Walker, Benjamin

On 26/08/2022 09:13, Jiang, YuX wrote:
>> -----Original Message-----
>> From: Jiang, YuX
>> Sent: Wednesday, August 17, 2022 6:01 PM
>> To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org; Ji, Kai
>> <kai.ji@intel.com>
>> Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>
>> Subject: RE: 21.11.2 patches review and test
>>
>>> -----Original Message-----
>>> From: Luca Boccassi <bluca@debian.org>
>>> Sent: Tuesday, August 16, 2022 7:40 PM
>>> To: Jiang, YuX <yux.jiang@intel.com>; stable@dpdk.org
>>> Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>
>>> Subject: Re: 21.11.2 patches review and test
>>>
>>> On Thu, 2022-08-04 at 07:28 +0000, Jiang, YuX wrote:
>>>>> -----Original Message-----
>>>>> From: Jiang, YuX <yux.jiang@intel.com>
>>>>> Sent: Tuesday, August 2, 2022 6:15 PM
>>>>> To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
>>>>> Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>;
>>>>> Raslan Darawsheh <rasland@nvidia.com>; Thomas Monjalon
>>>>> <thomas@monjalon.net>; yanghliu@redhat.com
>>>>> Subject: RE: 21.11.2 patches review and test
>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Luca Boccassi <bluca@debian.org>
>>>>>> Sent: Tuesday, August 2, 2022 6:01 PM
>>>>>> To: Jiang, YuX <yux.jiang@intel.com>; stable@dpdk.org
>>>>>> Cc: dev@dpdk.org; Walker, Benjamin <benjamin.walker@intel.com>;
>>>>> Raslan
>>>>>> Darawsheh <rasland@nvidia.com>; Thomas Monjalon
>>>>> <thomas@monjalon.net>;
>>>>>> yanghliu@redhat.com
>>>>>> Subject: Re: 21.11.2 patches review and test
>>>>>>
>>>>>> On Fri, 2022-07-29 at 11:26 +0000, Jiang, YuX wrote:
>>>>>>>> -----Original Message-----
>>>>>>>> From: Jiang, YuX
>>>>>>>> Sent: Friday, July 29, 2022 11:01 AM
>>>>>>>> To: Luca Boccassi <bluca@debian.org>; stable@dpdk.org
>>>>>>>> Cc: dev@dpdk.org; Abhishek Marathe
>>>>>>>> <Abhishek.Marathe@microsoft.com>; Ali Alnubani
>>>>>>>> <alialnu@nvidia.com>; Walker, Benjamin
>>>>>>>> <benjamin.walker@intel.com>; David Christensen
>>>>>>>> <drc@linux.vnet.ibm.com>; Hemant Agrawal
>>>>>> <hemant.agrawal@nxp.com>;
>>>>>>>> Stokes, Ian <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>;
>>>>>>>> Pei Zhang <pezhang@redhat.com>; Xu, Qian
>>>>> Q
>>>>>>>> <qian.q.xu@intel.com>; Raslan Darawsheh
>>>>>>>> <rasland@nvidia.com>;
>>>>>> Thomas
>>>>>>>> Monjalon <thomas@monjalon.net>; Peng, Yuan
>>>>>> <yuan.peng@intel.com>;
>>>>>>>> Chen, Zhaoyan <zhaoyan.chen@intel.com>;
>> yanghliu@redhat.com
>>>>>>>> Subject: RE: 21.11.2 patches review and test
>>>>>>>>
>>>>>>>>> -----Original Message-----
>>>>>>>>> From: Luca Boccassi <bluca@debian.org>
>>>>>>>>> Sent: Thursday, July 28, 2022 8:34 PM
>>>>>>>>> To: stable@dpdk.org
>>>>>>>>> Cc: dev@dpdk.org; Abhishek Marathe
>>>>>>>> <Abhishek.Marathe@microsoft.com>;
>>>>>>>>> Ali Alnubani <alialnu@nvidia.com>; Walker, Benjamin
>>>>>>>>> <benjamin.walker@intel.com>; David Christensen
>>>>>>>>> <drc@linux.vnet.ibm.com>; Hemant Agrawal
>>>>>> <hemant.agrawal@nxp.com>;
>>>>>>>>> Stokes, Ian <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>; Pei
>>>>>>>> Zhang
>>>>>>>>> <pezhang@redhat.com>; Xu, Qian Q <qian.q.xu@intel.com>;
>>>>>>>>> Raslan Darawsheh <rasland@nvidia.com>; Thomas Monjalon
>>>>>>>> <thomas@monjalon.net>;
>>>>>>>>> Peng, Yuan <yuan.peng@intel.com>; Chen, Zhaoyan
>>>>>>>>> <zhaoyan.chen@intel.com>; yanghliu@redhat.com
>>>>>>>>> Subject: Re: 21.11.2 patches review and test
>>>>>>>>>
>>>>>>>>> On Mon, 2022-07-18 at 10:58 +0100, luca.boccassi@gmail.com
>>>>>>>>> wrote:
>>>>>>>>>> Hi all,
>>>>>>>>>>
>>>>>>>>>> Here is a list of patches targeted for stable release
>>>>>>>>>> 21.11.2.
>>>>>>>>>>
>>>>>>>>>> The planned date for the final release is August 29th.
>>>>>>>>>>
>>>>>>>>>> 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=v21.11.2-rc1
>>>>>>>>>>
>>>>>>>>>> These patches are located at branch 21.11 of dpdk-stable
>>>>>>>>>> repo:
>>>>>>>>>>      https://dpdk.org/browse/dpdk-stable/
>>>>>>>>>>
>>>>>>>>>> Thanks.
>>>>>>>>>>
>>>>>>>>>> Luca Boccassi
>>>>>>>>>
>>>>>>>>> Hello,
>>>>>>>>>
>>>>>>>>> Any update from any of the validation teams? Any
>>>>>>>>> indication on how the tests are going?
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Kind regards,
>>>>>>>>> Luca Boccassi
>>>>>>>>
>>>>>>>> Everything is fine, find one vhost related issue which is
>>>>>>>> investigated by Intel Dev.
>>>>>>>> I will send a v1 report later. Thanks.
>>>>>>>>
>>>>>>>> Best regards,
>>>>>>>> Yu Jiang
>>>>>>>
>>>>>>> Update the test status for Intel part. Till now
>>>>>>> dpdk21.11.2-rc1 test rate is 90%, no critical issue is found.
>>>>>>> Failure defects as below:
>>>>>>>      Bug1: [dpdk v21.11.2-rc1] examples/performance-thread
>>>>>>> meson build error with gcc12.1 on fedora36
>>>>>>>      Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
>>>>>>>          - Intel Dev send a patch to skip oop test for raw api,
>>>>>>> need be reviewed and merged.
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Do you have a reference to this patch? I did not see anything
>>>>>> new sent to stable in the past week or so
>>>>>>
>>>>>
>>>>> Yes, he only send an attached file, I will check this with Intel
>>>>> Dev. Thanks.
>>>>>
>>>>>>>      Bug3: [21.11LTS]Test with the new local patch, Vhost-user
>>>>>>> meet Segmentation fault issue when quit virtio-user before
>>>>>>> stopping sending packets
>>>>>>>          - Intel Dev is under investigating.
>>>>> --- Intel Dev is preparing dpdk patch~, Thanks.
>>>>>
>>>>> Best regards,
>>>>> Yu Jiang
>>>>>>>
>>>> Update the test status for Intel part. dpdk21.11.2-rc1 validation
>>>> test is finished, no critical issue is found.
>>>> No new bug except the above three bugs.
>>>> Update bug's status as below:
>>>>      Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson
>>>> build error with gcc12.1 on fedora36
>>>> 	- https://bugs.dpdk.org/show_bug.cgi?id=1061
>>>> 	- No fix yet.
>>>>      Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
>>>>          - Intel Dev send a patch file to skip oop test for raw api,
>>>> but not send it to stable@dpdk.org, we will check this with Intel
>>>> Dev.
>>>
>>> Hi,
>>>
>>> Any update on the above 2 issues?
>>>
>>
>> Update bug's status as below:
>>      Bug1: [dpdk v21.11.2-rc1] examples/performance-thread meson build
>> error with gcc12.1 on fedora36
>>          - https://bugs.dpdk.org/show_bug.cgi?id=1061
>>          - Still no update from bugzilla.
>>      Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing
>>          - Intel Dev has sent patch " [PATCH 21.11.1 v2] test/crypto: skip oop test
>> for raw api" to stable branch and merged into LTS21.11,  and validation team
>> has verified passed before sending.
>>      Bug3: [21.11LTS]Test with the new local patch, Vhost-user meet
>> Segmentation fault issue when quiting virtio-user before stopping sending
>> packets
>>          - Intel Dev has provided patch to stable: https://git.dpdk.org/dpdk-
>> stable/commit/?h=21.11&id=a561d44985d3900d505abb6dd23fa861c5e9eab7,
>> and verify passed on latest LTS21.11 stable.
>>> --
> Update bug's status as below:
>      Bug1: https://bugs.dpdk.org/show_bug.cgi?id=1061  [dpdk v21.11.2-rc1] examples/performance-thread meson build error with gcc12.1 on fedora36         -
>          - Test passed on latest LTS21.11: commit id https://git.dpdk.org/dpdk-stable/commit/?h=21.11&id=125a65cb03f845d1b6d5f7078670aa1a49d62513
>      Bug2: DPDK 21.11.1 cryptodev_qat_raw_api_autotest failing & Bug3: [21.11LTS]Test with the new local patch, Vhost-user meet Segmentation fault issue when quiting virtio-user before stopping sending packets
>          - Have been fixed on latest LTS21.11.
> All the above bugs on LTS21.11 both have been fixed on latest LTS21.11. Thanks all
> 

Thank you for reporting and re-testing these issues.

> Best regards,
> Yu Jiang


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

* RE: 21.11.2 patches review and test
  2022-07-18  9:58 21.11.2 patches review and test luca.boccassi
  2022-07-19  2:40 ` Pei Zhang
  2022-07-28 12:34 ` Luca Boccassi
@ 2022-08-29 13:00 ` Stokes, Ian
  2 siblings, 0 replies; 18+ messages in thread
From: Stokes, Ian @ 2022-08-29 13:00 UTC (permalink / raw)
  To: luca.boccassi, stable
  Cc: dev, Abhishek Marathe, Ali Alnubani, Walker,  Benjamin,
	David Christensen, Hemant Agrawal, Jerin Jacob, Mcnamara, John,
	Ju-Hyoung Lee, Kevin Traynor, Luca Boccassi, Pei Zhang, Xu,
	Qian Q, Raslan Darawsheh, Thomas Monjalon, Peng, Yuan, Chen,
	Zhaoyan

> Hi all,
> 
> Here is a list of patches targeted for stable release 21.11.2.
> 
> The planned date for the final release is August 29th.
> 
> 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=v21.11.2-rc1
> 
> These patches are located at branch 21.11 of dpdk-stable repo:
>     https://dpdk.org/browse/dpdk-stable/
> 
> Thanks.
> 
> Luca Boccassi

Hi Luca,

21.11.2 validated by Intel for i40e, ICE, vhost and MTU for OVS with DPDK. No issues encountered.

Tanks
Ian

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

end of thread, other threads:[~2022-08-29 13:00 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18  9:58 21.11.2 patches review and test luca.boccassi
2022-07-19  2:40 ` Pei Zhang
2022-07-28 12:34 ` Luca Boccassi
2022-07-28 12:48   ` Ali Alnubani
2022-08-16  7:33     ` Ali Alnubani
2022-08-16 10:05       ` Luca Boccassi
2022-07-29  3:00   ` Jiang, YuX
2022-07-29 11:26     ` Jiang, YuX
2022-08-02 10:00       ` Luca Boccassi
2022-08-02 10:14         ` Jiang, YuX
2022-08-04  7:28           ` Jiang, YuX
2022-08-16 11:39             ` Luca Boccassi
2022-08-17 10:00               ` Jiang, YuX
2022-08-26  8:13                 ` Jiang, YuX
2022-08-26  9:06                   ` Kevin Traynor
2022-08-02  3:29   ` YangHang Liu
2022-08-02  9:32     ` Luca Boccassi
2022-08-29 13:00 ` Stokes, Ian

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