From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DB21C428D8 for ; Thu, 6 Apr 2023 13:38:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CF70342D36; Thu, 6 Apr 2023 13:38:02 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id E415B42D1A for ; Thu, 6 Apr 2023 13:37:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1680781079; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=TegtRzk9VhdX0RSkHmm0kFm6A7xxeBD9BpiO27+yYZU=; b=OAH/cmQ3+4gDzb/0FvU9vDSVUSwFmdRt97SLL3aIapxPdHG5+CLrcKvh+sUw9EWSqlXyjE DhNdlJhxfEfwHFhGIVuQwNRgh+NpdcEsVR3p5X3NGdrqbZNZZY37PZUpVXWRn0uJGmZ8FB KdXEZl/oRQiNfxuE1ImMk92h8T+dOlE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-654-KsqKSucwNkGoJ1Z98Lh2bA-1; Thu, 06 Apr 2023 07:37:56 -0400 X-MC-Unique: KsqKSucwNkGoJ1Z98Lh2bA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5DF85855304; Thu, 6 Apr 2023 11:37:55 +0000 (UTC) Received: from rh.Home (unknown [10.39.192.11]) by smtp.corp.redhat.com (Postfix) with ESMTP id BB6D440C83AC; Thu, 6 Apr 2023 11:37:50 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org Cc: dev@dpdk.org, Abhishek Marathe , Ali Alnubani , benjamin.walker@intel.com, David Christensen , Hemant Agrawal , Ian Stokes , Jerin Jacob , John McNamara , Ju-Hyoung Lee , Kevin Traynor , Luca Boccassi , Pei Zhang , qian.q.xu@intel.com, Raslan Darawsheh , Thomas Monjalon , yanghliu@redhat.com, yuan.peng@intel.com, zhaoyan.chen@intel.com Subject: 21.11.4 patches review and test Date: Thu, 6 Apr 2023 12:37:34 +0100 Message-Id: <20230406113734.261672-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Hi all, Here is a list of patches targeted for stable release 21.11.4. The planned date for the final release is 25th April. 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.4-rc1 These patches are located at branch 21.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Kevin --- Akhil Goyal (1): examples/ipsec-secgw: fix auth IV length Alexander Kozyrev (4): net/mlx5: fix error CQE dumping for vectorized Rx net/mlx5: ignore non-critical syndromes for Rx queue net/mlx5: check compressed CQE opcode in vectorized Rx net/mlx5: fix CQE dump for Tx Andy Pei (2): vdpa/ifc: fix argument compatibility check vdpa/ifc: fix reconnection in SW-assisted live migration Anoob Joseph (3): app/crypto-perf: fix number of segments app/crypto-perf: fix SPI zero app/crypto-perf: fix IPsec direction Arkadiusz Kusztal (1): app/compress-perf: fix remaining data for ops Ashish Sadanandan (1): eal/linux: fix hugetlbfs sub-directories discovery Ben Magistro (1): app/dumpcap: fix storing port identifier Bing Zhao (2): net/mlx5: fix hairpin Tx queue reference count net/mlx5: fix sysfs port name translation Boleslav Stankevich (1): net/virtio: deduce IP length for TSO checksum Bruce Richardson (8): dma/ioat: fix device stop if no copies done dma/ioat: fix indexes after restart dma/ioat: fix error reporting on restart build: fix toolchain definition examples/cmdline: fix build with GCC 12 examples/qos_sched: fix Tx port config when link down mailmap: add list of contributors examples/qos_sched: fix config entries in wrong sections Chengwen Feng (13): mem: fix hugepage info mapping raw/ifpga/base: fix init with multi-process telemetry: fix repeat display when callback don't init dict net/hns3: declare flow rule keeping capability eal/freebsd: fix lock in alarm callback kvargs: add API documentation for process callback compressdev: fix empty devargs parsing cryptodev: fix empty devargs parsing net/hns3: fix empty devargs parsing net/virtio: fix empty devargs parsing dma/skeleton: fix empty devargs parsing raw/skeleton: fix empty devargs parsing net/hns3: remove unused structures Ciara Power (4): crypto/qat: fix stream cipher direction app/crypto-perf: fix test file memory leak test/crypto: fix ZUC digest length in comparison test/crypto: fix capability check for ZUC cipher-auth David Christensen (1): acl: fix crash on PPC64 with GCC 11 David Marchand (21): hash: fix GFNI implementation build with GCC 12 fbarray: fix metadata dump gpudev: fix deadlocks when registering callback graph: fix node shrink crypto/ccp: remove some printf crypto/ccp: remove some dead code for UIO crypto/ccp: fix IOVA handling net/iavf: protect insertion in flow list app/testpmd: fix crash on cleanup doc: fix reference to event timer header vhost: fix OOB access for invalid vhost ID app/testpmd: fix Tx preparation in checksum engine app/testpmd: fix packet count in IEEE 1588 engine app/testpmd: fix packet transmission in noisy VNF engine raw/skeleton: fix selftest net/vhost: add missing newline in logs net/vhost: fix leak in interrupt handle setup net/vhost: fix Rx interrupt net/virtio: remove address width limit for modern devices net/mlx5: fix build with GCC 12 and ASan ci: switch to Ubuntu 20.04 Edwin Brossette (1): net/bnxt: fix link state change interrupt config Erik Gabriel Carrillo (1): eventdev/timer: fix overflow Fengnan Chang (1): eal: cleanup alarm and hotplug before memory detach Ferruh Yigit (4): kni: fix build on RHEL 9.1 app/testpmd: fix forwarding stats for Tx dropped app/testpmd: fix link check condition on port start ethdev: remove telemetry Rx mbuf alloc failed field Gerry Gribbon (2): regex/mlx5: utilize all available queue pairs regex/mlx5: fix doorbell record Gowrishankar Muthukrishnan (1): common/cnxk: fix auth key length Gregory Etelson (1): app/testpmd: fix interactive mode with no ports Harshad Narayane (1): doc: fix pipeline example path in user guide Hernan Vargas (6): baseband/acc: fix memory leak on acc100 close baseband/acc: fix acc100 iteration counter in TB test/bbdev: fix crash for non supported HARQ length test/bbdev: extend HARQ tolerance test/bbdev: remove check for invalid opaque data app/bbdev: check statistics failure Honnappa Nagarahalli (1): eal: use same atomic intrinsics for GCC and clang Huisong Li (39): net/hns3: fix inaccurate RTC time to read telemetry: move include after guard ethdev: fix telemetry data truncation mempool: fix telemetry data truncation cryptodev: fix telemetry data truncation mem: fix telemetry data truncation net/hns3: fix log about indirection table size net/hns3: extract common function to query device net/hns3: refactor set RSS hash algorithm and key interface net/hns3: fix clearing RSS configuration net/hns3: use RSS filter list to check duplicated rule net/hns3: remove useless code when destroy valid RSS rule net/hns3: fix warning on flush or destroy rule net/hns3: fix config struct used for conversion net/hns3: fix duplicate RSS rule check net/hns3: add debug info for Rx/Tx dummy function net/hns3: remove debug condition for Tx prepare mem: fix heap ID in telemetry net/hns3: fix possible truncation of hash key when config net/hns3: fix possible truncation of redirection table net/hns3: use hardware config to report redirection table net/hns3: separate setting redirection table net/hns3: separate setting and clearing RSS rule net/hns3: separate Tx prepare from getting Tx function net/hns3: make getting Tx function static net/hns3: fix RSS key size compatibility net/hns3: fix burst mode query with dummy function net/hns3: extract common functions to set Rx/Tx net/hns3: use hardware config to report hash key net/hns3: use hardware config to report hash types net/hns3: separate setting hash algorithm net/hns3: separate setting hash key net/hns3: separate setting RSS types net/hns3: use new RSS rule to configure hardware net/hns3: save hash algo to RSS filter list node net/hns3: allow adding queue buffer size hash rule net/hns3: separate flow RSS config from RSS conf net/hns3: reimplement hash flow function net/hns3: add verification of RSS types Ivan Malov (6): net/sfc: export pick transfer proxy callback to representors net/sfc: fix MAC address entry leak in transfer flow parsing net/sfc: enforce fate action in transfer flow rules common/sfc_efx/base: add MAE mark reset action net/sfc: fix resetting mark in tunnel offload switch rules net/sfc: invalidate switch port entry on representor unplug Jiawei Wang (1): net/mlx5: fix flow sample with ConnectX-5 Jiawen Wu (5): net/txgbe: fix default signal quality value for KX/KX4 net/txgbe: fix packet type to parse from offload flags net/ngbe: fix packet type to parse from offload flags net/txgbe: fix interrupt loss net/txgbe: fix Rx buffer size in config register Jie Hai (1): test/mbuf: fix mbuf reset test Joyce Kong (1): pdump: fix build with GCC 12 Kaiwen Deng (2): net/ixgbe: enable IPv6 mask in flow rules net/ixgbe: fix IPv6 mask in flow director Kalesh AP (1): net/bnxt: fix Tx queue stats after queue stop and start Kamalakshitha Aligeri (2): net/i40e: fix AVX512 fast-free path doc: fix LPM support in l3forward guide Kevin Traynor (1): net/af_xdp: squash deprecated-declaration warnings Krzysztof Karas (1): ethdev: fix build with LTO Long Wu (1): net/nfp: fix getting RSS configuration Maxime Coquelin (4): vhost: decrease log level for unimplemented requests vhost: fix possible FD leaks on truncation net/virtio-user: fix device starting failure handling vhost: fix possible FD leaks Megha Ajmera (2): examples/qos_sched: fix debug mode sched: fix alignment of structs in subport Michael Baum (6): compressdev: fix end of driver list app/compress-perf: fix some typos app/compress-perf: fix testing single operation compress/mlx5: fix decompress xform validation compress/mlx5: fix output Adler-32 checksum offset compress/mlx5: fix queue setup for partial transformations Michal Schmidt (1): net/iavf: fix VLAN offload with AVX2 Mike Baucom (1): net/bnxt: fix Rx queue stats after queue stop and start Mike Pattrick (1): net/iavf: add lock for VF commands Mohammad Iqbal Ahmad (1): app/flow-perf: fix division or module by zero Naga Harish K S V (1): eventdev/eth_tx: fix devices loop Nithin Dabilpuram (1): common/cnxk: add memory clobber to steor and ldeor Pavan Nikhilesh (2): event/cnxk: fix burst timer arm event/cnxk: fix timer operations in secondary process Pavel Ivashchenko (1): test/mbuf: fix test with mbuf debug enabled Peng Zhang (2): net/nfp: fix firmware name derived from PCI name net/nfp: fix MTU configuration order Qiming Yang (1): net/i40e: reduce interrupt interval in multi-driver mode Rahul Bhansali (1): event/cnxk: wait for CPT flow control on WQE path Rakesh Kudurumalla (1): net/cnxk: fix LBK BPID usage Saoirse O'Donovan (1): test/crypto: fix statistics error messages Satheesh Paul (1): common/cnxk: fix dual VLAN parsing Shiyang He (2): net/ixgbe: fix firmware version consistency app/testpmd: fix secondary process packet forwarding Stephen Hemminger (2): cmdline: make rdline status not private cmdline: handle EOF as quit Steve Yang (2): net/i40e: fix validation of flow transfer attribute net/ice: fix validation of flow transfer attribute Thomas Monjalon (7): doc: fix dependency setup in l2fwd-cat example guide devtools: fix escaped space in grep pattern doc: fix description of L2TPV2 flow item build: fix dependencies lookup eal/windows: fix pedantic build doc: add gpudev to the Doxygen index net/mlx5: fix Windows build with MinGW GCC 12 Venkat Duvvuru (1): net/bnxt: fix RSS hash in mbuf Vikash Poddar (1): test/crypto: fix typo in AES test Visa Hankala (1): net/e1000: fix saving of stripped VLAN TCI Volodymyr Fialko (5): test/crypto: add missing MAC-I to PDCP vectors reorder: invalidate buffer from ready queue in drain test/reorder: fix double free of drained buffers event/cnxk: fix SSO cleanup reorder: fix sequence number mbuf field register Wei Huang (3): bus/ifpga: fix devargs handling net/ipn3ke: fix thread exit net/ipn3ke: fix representor name Wenjing Qiao (1): net/i40e: fix MAC loopback on X722 Wenwu Ma (1): vhost: fix net header settings in datapath Yangchao Zhou (1): kni: fix possible starvation when mbufs are exhausted Yogesh Jangra (1): table: fix action selector group size log2 setting Zhichao Zeng (2): net/iavf: fix building data desc net/iavf: fix device stop during reset Zhuobin Huang (1): test: fix segment length in packet generator