Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/101038 _apply patch failure_ Submitter: Andrew Rybchenko Date: Monday, October 11 2021 14:28:53 Applied on: CommitID:515d20195b17444262a5732831c0615146c7189c Apply patch set 101038 failed: Checking patch doc/guides/rel_notes/deprecation.rst... error: while searching for: will be limited to maximum 256 queues. Also compile time flag ``RTE_ETHDEV_QUEUE_STAT_CNTRS`` will be removed. * ethdev: The offload flag ``PKT_RX_EIP_CKSUM_BAD`` will be removed and replaced by the new flag ``PKT_RX_OUTER_IP_CKSUM_BAD``. The new name is more consistent with existing outer header checksum status flag naming, which should help in reducing confusion about its usage. * net: ``s_addr`` and ``d_addr`` fields of ``rte_ether_hdr`` structure will be renamed in DPDK 21.11 to avoid conflict with Windows Sockets headers. error: patch failed: doc/guides/rel_notes/deprecation.rst:153 Checking patch doc/guides/rel_notes/release_21_11.rst... error: while searching for: blacklist/whitelist are removed. Users must use the new block/allow list arguments. * ethdev: Removed the port mirroring API. A more fine-grain flow API action ``RTE_FLOW_ACTION_TYPE_SAMPLE`` should be used instead. The structures ``rte_eth_mirror_conf`` and ``rte_eth_vlan_mirror`` and error: patch failed: doc/guides/rel_notes/release_21_11.rst:161 Checking patch lib/mbuf/rte_mbuf_core.h... Applying patch doc/guides/rel_notes/deprecation.rst with 1 reject... Rejected hunk #1. Applying patch doc/guides/rel_notes/release_21_11.rst with 1 reject... Rejected hunk #1. Applied patch lib/mbuf/rte_mbuf_core.h cleanly. diff a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst (rejected hunks) @@ -153,11 +153,6 @@ Deprecation Notices will be limited to maximum 256 queues. Also compile time flag ``RTE_ETHDEV_QUEUE_STAT_CNTRS`` will be removed. -* ethdev: The offload flag ``PKT_RX_EIP_CKSUM_BAD`` will be removed and - replaced by the new flag ``PKT_RX_OUTER_IP_CKSUM_BAD``. The new name is more - consistent with existing outer header checksum status flag naming, which - should help in reducing confusion about its usage. - * net: ``s_addr`` and ``d_addr`` fields of ``rte_ether_hdr`` structure will be renamed in DPDK 21.11 to avoid conflict with Windows Sockets headers. diff a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst (rejected hunks) @@ -161,6 +161,9 @@ Removed Items blacklist/whitelist are removed. Users must use the new block/allow list arguments. +* mbuf: Removed offload flag ``PKT_RX_EIP_CKSUM_BAD``. + ``PKT_RX_OUTER_IP_CKSUM_BAD`` should be used as a replacement. + * ethdev: Removed the port mirroring API. A more fine-grain flow API action ``RTE_FLOW_ACTION_TYPE_SAMPLE`` should be used instead. The structures ``rte_eth_mirror_conf`` and ``rte_eth_vlan_mirror`` and https://lab.dpdk.org/results/dashboard/patchsets/19303/ UNH-IOL DPDK Community Lab