Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/104902 _apply patch failure_ Submitter: Jerin Jacob Kollanukkaran Date: Monday, December 06 2021 08:35:41 Applied on: CommitID:042f5a355a57b31a9f87824173a9d427b21abdb8 Apply patch set 104902 failed: Checking patch MAINTAINERS... Checking patch app/test/meson.build... Checking patch app/test/test_cryptodev.c... Checking patch app/test/test_cryptodev.h... Checking patch app/test/test_cryptodev_asym.c... Checking patch app/test/test_eventdev.c... Checking patch config/arm/arm64_cn10k_linux_gcc... Checking patch config/arm/arm64_octeontx2_linux_gcc => config/arm/arm64_cn9k_linux_gcc... Checking patch config/arm/meson.build... Checking patch devtools/check-abi.sh... Checking patch doc/guides/cryptodevs/features/octeontx2.ini... Checking patch doc/guides/cryptodevs/index.rst... Checking patch doc/guides/cryptodevs/octeontx2.rst... Checking patch doc/guides/dmadevs/cnxk.rst... Checking patch doc/guides/eventdevs/features/octeontx2.ini... Checking patch doc/guides/eventdevs/index.rst... Checking patch doc/guides/eventdevs/octeontx2.rst... Checking patch doc/guides/mempool/index.rst... Checking patch doc/guides/mempool/octeontx2.rst... Checking patch doc/guides/nics/cnxk.rst... Checking patch doc/guides/nics/features/octeontx2.ini... Checking patch doc/guides/nics/features/octeontx2_vec.ini... Checking patch doc/guides/nics/features/octeontx2_vf.ini... Checking patch doc/guides/nics/index.rst... Checking patch doc/guides/nics/octeontx2.rst... Checking patch doc/guides/nics/octeontx_ep.rst... Checking patch doc/guides/platform/cnxk.rst... Hunk #2 succeeded at 583 (offset -3 lines). Checking patch doc/guides/platform/img/octeontx2_packet_flow_hw_accelerators.svg... Checking patch doc/guides/platform/img/octeontx2_resource_virtualization.svg... Checking patch doc/guides/platform/index.rst... Checking patch doc/guides/platform/octeontx2.rst... error: while searching for: .. SPDX-License-Identifier: BSD-3-Clause Copyright(c) 2019 Marvell International Ltd. Marvell OCTEON TX2 Platform Guide ================================= This document gives an overview of **Marvell OCTEON TX2** RVU H/W block, packet flow and procedure to build DPDK on OCTEON TX2 platform. More information about OCTEON TX2 SoC can be found at `Marvell Official Website `_. Supported OCTEON TX2 SoCs ------------------------- - CN98xx - CN96xx - CN93xx OCTEON TX2 Resource Virtualization Unit architecture ---------------------------------------------------- The :numref:`figure_octeontx2_resource_virtualization` diagram depicts the RVU architecture and a resource provisioning example. .. _figure_octeontx2_resource_virtualization: .. figure:: img/octeontx2_resource_virtualization.* OCTEON TX2 Resource virtualization architecture and provisioning example Resource Virtualization Unit (RVU) on Marvell's OCTEON TX2 SoC maps HW resources belonging to the network, crypto and other functional blocks onto PCI-compatible physical and virtual functions. Each functional block has multiple local functions (LFs) for provisioning to different PCIe devices. RVU supports multiple PCIe SRIOV physical functions (PFs) and virtual functions (VFs). The :numref:`table_octeontx2_rvu_dpdk_mapping` shows the various local functions (LFs) provided by the RVU and its functional mapping to DPDK subsystem. .. _table_octeontx2_rvu_dpdk_mapping: .. table:: RVU managed functional blocks and its mapping to DPDK subsystem +---+-----+--------------------------------------------------------------+ | # | LF | DPDK subsystem mapping | +===+=====+==============================================================+ | 1 | NIX | rte_ethdev, rte_tm, rte_event_eth_[rt]x_adapter, rte_security| +---+-----+--------------------------------------------------------------+ | 2 | NPA | rte_mempool | +---+-----+--------------------------------------------------------------+ | 3 | NPC | rte_flow | +---+-----+--------------------------------------------------------------+ | 4 | CPT | rte_cryptodev, rte_event_crypto_adapter | +---+-----+--------------------------------------------------------------+ | 5 | SSO | rte_eventdev | +---+-----+--------------------------------------------------------------+ | 6 | TIM | rte_event_timer_adapter | +---+-----+--------------------------------------------------------------+ | 7 | LBK | rte_ethdev | +---+-----+--------------------------------------------------------------+ | 8 | DPI | rte_rawdev | +---+-----+--------------------------------------------------------------+ | 9 | SDP | rte_ethdev | +---+-----+--------------------------------------------------------------+ | 10| REE | rte_regexdev | +---+-----+--------------------------------------------------------------+ PF0 is called the administrative / admin function (AF) and has exclusive privileges to provision RVU functional block's LFs to each of the PF/VF. PF/VFs communicates with AF via a shared memory region (mailbox).Upon receiving requests from PF/VF, AF does resource provisioning and other HW configuration. AF is always attached to host, but PF/VFs may be used by host kernel itself, or attached to VMs or to userspace applications like DPDK, etc. So, AF has to handle provisioning/configuration requests sent by any device from any domain. The AF driver does not receive or process any data. It is only a configuration driver used in control path. The :numref:`figure_oc error: patch failed: doc/guides/platform/octeontx2.rst:1 error: removal patch leaves file contents error: doc/guides/platform/octeontx2.rst: patch does not apply Checking patch doc/guides/rel_notes/deprecation.rst... Checking patch doc/guides/rel_notes/release_19_08.rst... Checking patch doc/guides/rel_notes/release_19_11.rst... Checking patch doc/guides/rel_notes/release_20_02.rst... Checking patch doc/guides/rel_notes/release_20_05.rst... Checking patch doc/guides/rel_notes/release_20_08.rst... Checking patch doc/guides/rel_notes/release_20_11.rst... error: while searching for: ``rte_security_pdcp_xform`` in ``rte_security`` lib is updated to enable 5G NR processing of SDAP headers in PMDs. * **Added Marvell OCTEON TX2 regex PMD.** Added a new PMD for the hardware regex offload block for OCTEON TX2 SoC. See ``regexdevs/octeontx2`` for more details. error: patch failed: doc/guides/rel_notes/release_20_11.rst:286 Checking patch doc/guides/rel_notes/release_21_02.rst... Checking patch doc/guides/rel_notes/release_21_05.rst... Checking patch doc/guides/rel_notes/release_21_11.rst... Checking patch doc/guides/tools/cryptoperf.rst... Checking patch drivers/common/meson.build... Checking patch drivers/common/octeontx2/hw/otx2_nix.h... Checking patch drivers/common/octeontx2/hw/otx2_npa.h... Checking patch drivers/common/octeontx2/hw/otx2_npc.h... Checking patch drivers/common/octeontx2/hw/otx2_ree.h... Checking patch drivers/common/octeontx2/hw/otx2_rvu.h... Checking patch drivers/common/octeontx2/hw/otx2_sdp.h... Checking patch drivers/common/octeontx2/hw/otx2_sso.h... Checking patch drivers/common/octeontx2/hw/otx2_ssow.h... Checking patch drivers/common/octeontx2/hw/otx2_tim.h... Checking patch drivers/common/octeontx2/meson.build... Checking patch drivers/common/octeontx2/otx2_common.c... Checking patch drivers/common/octeontx2/otx2_common.h... Checking patch drivers/common/octeontx2/otx2_dev.c... Checking patch drivers/common/octeontx2/otx2_dev.h... Checking patch drivers/common/octeontx2/otx2_io_arm64.h... Checking patch drivers/common/octeontx2/otx2_io_generic.h... Checking patch drivers/common/octeontx2/otx2_irq.c... Checking patch drivers/common/octeontx2/otx2_irq.h... Checking patch drivers/common/octeontx2/otx2_mbox.c... Checking patch drivers/common/octeontx2/otx2_mbox.h... Checking patch drivers/common/octeontx2/otx2_sec_idev.c... Checking patch drivers/common/octeontx2/otx2_sec_idev.h... Checking patch drivers/common/octeontx2/version.map... Checking patch drivers/crypto/meson.build... Checking patch drivers/crypto/octeontx2/meson.build... Checking patch drivers/crypto/octeontx2/otx2_cryptodev.c... Checking patch drivers/crypto/octeontx2/otx2_cryptodev.h... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_capabilities.c... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_capabilities.h... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_hw_access.c... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_hw_access.h... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_mbox.c... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_mbox.h... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_ops.c... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_ops.h... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_ops_helper.h... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_qp.h... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_sec.c... Checking patch drivers/crypto/octeontx2/otx2_cryptodev_sec.h... Checking patch drivers/crypto/octeontx2/otx2_ipsec_anti_replay.h... Checking patch drivers/crypto/octeontx2/otx2_ipsec_fp.h... Checking patch drivers/crypto/octeontx2/otx2_ipsec_po.h... Checking patch drivers/crypto/octeontx2/otx2_ipsec_po_ops.h... Checking patch drivers/crypto/octeontx2/otx2_security.h... Checking patch drivers/crypto/octeontx2/version.map... Checking patch drivers/event/cnxk/cn9k_eventdev.c... Checking patch drivers/event/meson.build... Checking patch drivers/event/octeontx2/meson.build... Checking patch drivers/event/octeontx2/otx2_evdev.c... Checking patch drivers/event/octeontx2/otx2_evdev.h... Checking patch drivers/event/octeontx2/otx2_evdev_adptr.c... Checking patch drivers/event/octeontx2/otx2_evdev_crypto_adptr.c... Checking patch drivers/event/octeontx2/otx2_evdev_crypto_adptr_rx.h... Checking patch drivers/event/octeontx2/otx2_evdev_crypto_adptr_tx.h... Checking patch drivers/event/octeontx2/otx2_evdev_irq.c... Checking patch drivers/event/octeontx2/otx2_evdev_selftest.c... Checking patch drivers/event/octeontx2/otx2_evdev_stats.h... Checking patch drivers/event/octeontx2/otx2_tim_evdev.c... Checking patch drivers/event/octeontx2/otx2_tim_evdev.h... Checking patch drivers/event/octeontx2/otx2_tim_worker.c... Checking patch drivers/event/octeontx2/otx2_tim_worker.h... Checking patch drivers/event/octeontx2/otx2_worker.c... Checking patch drivers/event/octeontx2/otx2_worker.h... Checking patch drivers/event/octeontx2/otx2_worker_dual.c... Checking patch drivers/event/octeontx2/otx2_worker_dual.h... Checking patch drivers/event/octeontx2/version.map... Checking patch drivers/mempool/cnxk/cnxk_mempool.c... Checking patch drivers/mempool/meson.build... Checking patch drivers/mempool/octeontx2/meson.build... Checking patch drivers/mempool/octeontx2/otx2_mempool.c... Checking patch drivers/mempool/octeontx2/otx2_mempool.h... Checking patch drivers/mempool/octeontx2/otx2_mempool_debug.c... Checking patch drivers/mempool/octeontx2/otx2_mempool_irq.c... Checking patch drivers/mempool/octeontx2/otx2_mempool_ops.c... Checking patch drivers/mempool/octeontx2/version.map... Checking patch drivers/net/cnxk/cn9k_ethdev.c... Checking patch drivers/net/meson.build... Checking patch drivers/net/octeontx2/meson.build... Checking patch drivers/net/octeontx2/otx2_ethdev.c... Checking patch drivers/net/octeontx2/otx2_ethdev.h... Checking patch drivers/net/octeontx2/otx2_ethdev_debug.c... Checking patch drivers/net/octeontx2/otx2_ethdev_devargs.c... Checking patch drivers/net/octeontx2/otx2_ethdev_irq.c... Checking patch drivers/net/octeontx2/otx2_ethdev_ops.c... Checking patch drivers/net/octeontx2/otx2_ethdev_sec.c... Checking patch drivers/net/octeontx2/otx2_ethdev_sec.h... Checking patch drivers/net/octeontx2/otx2_ethdev_sec_tx.h... Checking patch drivers/net/octeontx2/otx2_flow.c... Checking patch drivers/net/octeontx2/otx2_flow.h... Checking patch drivers/net/octeontx2/otx2_flow_ctrl.c... Checking patch drivers/net/octeontx2/otx2_flow_dump.c... Checking patch drivers/net/octeontx2/otx2_flow_parse.c... Checking patch drivers/net/octeontx2/otx2_flow_utils.c... Checking patch drivers/net/octeontx2/otx2_link.c... Checking patch drivers/net/octeontx2/otx2_lookup.c... Checking patch drivers/net/octeontx2/otx2_mac.c... Checking patch drivers/net/octeontx2/otx2_mcast.c... Checking patch drivers/net/octeontx2/otx2_ptp.c... Checking patch drivers/net/octeontx2/otx2_rss.c... Checking patch drivers/net/octeontx2/otx2_rx.c... Checking patch drivers/net/octeontx2/otx2_rx.h... Checking patch drivers/net/octeontx2/otx2_stats.c... Checking patch drivers/net/octeontx2/otx2_tm.c... Checking patch drivers/net/octeontx2/otx2_tm.h... Checking patch drivers/net/octeontx2/otx2_tx.c... Checking patch drivers/net/octeontx2/otx2_tx.h... Checking patch drivers/net/octeontx2/otx2_vlan.c... Checking patch drivers/net/octeontx2/version.map... Checking patch drivers/net/octeontx_ep/otx2_ep_vf.h... Checking patch drivers/net/octeontx_ep/otx_ep_common.h... Checking patch drivers/net/octeontx_ep/otx_ep_ethdev.c... Checking patch drivers/net/octeontx_ep/otx_ep_rxtx.c... Checking patch usertools/dpdk-devbind.py... Applied patch MAINTAINERS cleanly. Applied patch app/test/meson.build cleanly. Applied patch app/test/test_cryptodev.c cleanly. Applied patch app/test/test_cryptodev.h cleanly. Applied patch app/test/test_cryptodev_asym.c cleanly. Applied patch app/test/test_eventdev.c cleanly. Applied patch config/arm/arm64_cn10k_linux_gcc cleanly. Applied patch config/arm/arm64_octeontx2_linux_gcc => config/arm/arm64_cn9k_linux_gcc cleanly. Applied patch config/arm/meson.build cleanly. Applied patch devtools/check-abi.sh cleanly. Applied patch doc/guides/cryptodevs/features/octeontx2.ini cleanly. Applied patch doc/guides/cryptodevs/index.rst cleanly. Applied patch doc/guides/cryptodevs/octeontx2.rst cleanly. Applied patch doc/guides/dmadevs/cnxk.rst cleanly. Applied patch doc/guides/eventdevs/features/octeontx2.ini cleanly. Applied patch doc/guides/eventdevs/index.rst cleanly. Applied patch doc/guides/eventdevs/octeontx2.rst cleanly. Applied patch doc/guides/mempool/index.rst cleanly. Applied patch doc/guides/mempool/octeontx2.rst cleanly. Applied patch doc/guides/nics/cnxk.rst cleanly. Applied patch doc/guides/nics/features/octeontx2.ini cleanly. Applied patch doc/guides/nics/features/octeontx2_vec.ini cleanly. Applied patch doc/guides/nics/features/octeontx2_vf.ini cleanly. Applied patch doc/guides/nics/index.rst cleanly. Applied patch doc/guides/nics/octeontx2.rst cleanly. Applied patch doc/guides/nics/octeontx_ep.rst cleanly. Applied patch doc/guides/platform/cnxk.rst cleanly. Applied patch doc/guides/platform/img/octeontx2_packet_flow_hw_accelerators.svg cleanly. Applied patch doc/guides/platform/img/octeontx2_resource_virtualization.svg cleanly. Applied patch doc/guides/platform/index.rst cleanly. Applied patch doc/guides/rel_notes/deprecation.rst cleanly. Applied patch doc/guides/rel_notes/release_19_08.rst cleanly. Applied patch doc/guides/rel_notes/release_19_11.rst cleanly. Applied patch doc/guides/rel_notes/release_20_02.rst cleanly. Applied patch doc/guides/rel_notes/release_20_05.rst cleanly. Applied patch doc/guides/rel_notes/release_20_08.rst cleanly. Applying patch doc/guides/rel_notes/release_20_11.rst with 1 reject... Hunk #1 applied cleanly. Rejected hunk #2. Applied patch doc/guides/rel_notes/release_21_02.rst cleanly. Applied patch doc/guides/rel_notes/release_21_05.rst cleanly. Applied patch doc/guides/rel_notes/release_21_11.rst cleanly. Applied patch doc/guides/tools/cryptoperf.rst cleanly. Applied patch drivers/common/meson.build cleanly. Applied patch drivers/common/octeontx2/hw/otx2_nix.h cleanly. Applied patch drivers/common/octeontx2/hw/otx2_npa.h cleanly. Applied patch drivers/common/octeontx2/hw/otx2_npc.h cleanly. Applied patch drivers/common/octeontx2/hw/otx2_ree.h cleanly. Applied patch drivers/common/octeontx2/hw/otx2_rvu.h cleanly. Applied patch drivers/common/octeontx2/hw/otx2_sdp.h cleanly. Applied patch drivers/common/octeontx2/hw/otx2_sso.h cleanly. Applied patch drivers/common/octeontx2/hw/otx2_ssow.h cleanly. Applied patch drivers/common/octeontx2/hw/otx2_tim.h cleanly. Applied patch drivers/common/octeontx2/meson.build cleanly. Applied patch drivers/common/octeontx2/otx2_common.c cleanly. Applied patch drivers/common/octeontx2/otx2_common.h cleanly. Applied patch drivers/common/octeontx2/otx2_dev.c cleanly. Applied patch drivers/common/octeontx2/otx2_dev.h cleanly. Applied patch drivers/common/octeontx2/otx2_io_arm64.h cleanly. Applied patch drivers/common/octeontx2/otx2_io_generic.h cleanly. Applied patch drivers/common/octeontx2/otx2_irq.c cleanly. Applied patch drivers/common/octeontx2/otx2_irq.h cleanly. Applied patch drivers/common/octeontx2/otx2_mbox.c cleanly. Applied patch drivers/common/octeontx2/otx2_mbox.h cleanly. Applied patch drivers/common/octeontx2/otx2_sec_idev.c cleanly. Applied patch drivers/common/octeontx2/otx2_sec_idev.h cleanly. Applied patch drivers/common/octeontx2/version.map cleanly. Applied patch drivers/crypto/meson.build cleanly. Applied patch drivers/crypto/octeontx2/meson.build cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev.c cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_capabilities.c cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_capabilities.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_hw_access.c cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_hw_access.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_mbox.c cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_mbox.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_ops.c cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_ops.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_ops_helper.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_qp.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_sec.c cleanly. Applied patch drivers/crypto/octeontx2/otx2_cryptodev_sec.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_ipsec_anti_replay.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_ipsec_fp.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_ipsec_po.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_ipsec_po_ops.h cleanly. Applied patch drivers/crypto/octeontx2/otx2_security.h cleanly. Applied patch drivers/crypto/octeontx2/version.map cleanly. Applied patch drivers/event/cnxk/cn9k_eventdev.c cleanly. Applied patch drivers/event/meson.build cleanly. Applied patch drivers/event/octeontx2/meson.build cleanly. Applied patch drivers/event/octeontx2/otx2_evdev.c cleanly. Applied patch drivers/event/octeontx2/otx2_evdev.h cleanly. Applied patch drivers/event/octeontx2/otx2_evdev_adptr.c cleanly. Applied patch drivers/event/octeontx2/otx2_evdev_crypto_adptr.c cleanly. Applied patch drivers/event/octeontx2/otx2_evdev_crypto_adptr_rx.h cleanly. Applied patch drivers/event/octeontx2/otx2_evdev_crypto_adptr_tx.h cleanly. Applied patch drivers/event/octeontx2/otx2_evdev_irq.c cleanly. Applied patch drivers/event/octeontx2/otx2_evdev_selftest.c cleanly. Applied patch drivers/event/octeontx2/otx2_evdev_stats.h cleanly. Applied patch drivers/event/octeontx2/otx2_tim_evdev.c cleanly. Applied patch drivers/event/octeontx2/otx2_tim_evdev.h cleanly. Applied patch drivers/event/octeontx2/otx2_tim_worker.c cleanly. Applied patch drivers/event/octeontx2/otx2_tim_worker.h cleanly. Applied patch drivers/event/octeontx2/otx2_worker.c cleanly. Applied patch drivers/event/octeontx2/otx2_worker.h cleanly. Applied patch drivers/event/octeontx2/otx2_worker_dual.c cleanly. Applied patch drivers/event/octeontx2/otx2_worker_dual.h cleanly. Applied patch drivers/event/octeontx2/version.map cleanly. Applied patch drivers/mempool/cnxk/cnxk_mempool.c cleanly. Applied patch drivers/mempool/meson.build cleanly. Applied patch drivers/mempool/octeontx2/meson.build cleanly. Applied patch drivers/mempool/octeontx2/otx2_mempool.c cleanly. Applied patch drivers/mempool/octeontx2/otx2_mempool.h cleanly. Applied patch drivers/mempool/octeontx2/otx2_mempool_debug.c cleanly. Applied patch drivers/mempool/octeontx2/otx2_mempool_irq.c cleanly. Applied patch drivers/mempool/octeontx2/otx2_mempool_ops.c cleanly. Applied patch drivers/mempool/octeontx2/version.map cleanly. Applied patch drivers/net/cnxk/cn9k_ethdev.c cleanly. Applied patch drivers/net/meson.build cleanly. Applied patch drivers/net/octeontx2/meson.build cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev.c cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev.h cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev_debug.c cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev_devargs.c cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev_irq.c cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev_ops.c cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev_sec.c cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev_sec.h cleanly. Applied patch drivers/net/octeontx2/otx2_ethdev_sec_tx.h cleanly. Applied patch drivers/net/octeontx2/otx2_flow.c cleanly. Applied patch drivers/net/octeontx2/otx2_flow.h cleanly. Applied patch drivers/net/octeontx2/otx2_flow_ctrl.c cleanly. Applied patch drivers/net/octeontx2/otx2_flow_dump.c cleanly. Applied patch drivers/net/octeontx2/otx2_flow_parse.c cleanly. Applied patch drivers/net/octeontx2/otx2_flow_utils.c cleanly. Applied patch drivers/net/octeontx2/otx2_link.c cleanly. Applied patch drivers/net/octeontx2/otx2_lookup.c cleanly. Applied patch drivers/net/octeontx2/otx2_mac.c cleanly. Applied patch drivers/net/octeontx2/otx2_mcast.c cleanly. Applied patch drivers/net/octeontx2/otx2_ptp.c cleanly. Applied patch drivers/net/octeontx2/otx2_rss.c cleanly. Applied patch drivers/net/octeontx2/otx2_rx.c cleanly. Applied patch drivers/net/octeontx2/otx2_rx.h cleanly. Applied patch drivers/net/octeontx2/otx2_stats.c cleanly. Applied patch drivers/net/octeontx2/otx2_tm.c cleanly. Applied patch drivers/net/octeontx2/otx2_tm.h cleanly. Applied patch drivers/net/octeontx2/otx2_tx.c cleanly. Applied patch drivers/net/octeontx2/otx2_tx.h cleanly. Applied patch drivers/net/octeontx2/otx2_vlan.c cleanly. Applied patch drivers/net/octeontx2/version.map cleanly. Applied patch drivers/net/octeontx_ep/otx2_ep_vf.h cleanly. Applied patch drivers/net/octeontx_ep/otx_ep_common.h cleanly. Applied patch drivers/net/octeontx_ep/otx_ep_ethdev.c cleanly. Applied patch drivers/net/octeontx_ep/otx_ep_rxtx.c cleanly. Applied patch usertools/dpdk-devbind.py cleanly. diff a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst (rejected hunks) @@ -286,9 +286,9 @@ New Features ``rte_security_pdcp_xform`` in ``rte_security`` lib is updated to enable 5G NR processing of SDAP headers in PMDs. -* **Added Marvell OCTEON TX2 regex PMD.** +* **Added Marvell OCTEON 9 regex PMD.** - Added a new PMD for the hardware regex offload block for OCTEON TX2 SoC. + Added a new PMD for the hardware regex offload block for OCTEON 9 SoC. See ``regexdevs/octeontx2`` for more details. https://lab.dpdk.org/results/dashboard/patchsets/20446/ UNH-IOL DPDK Community Lab