Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/100759 _apply patch failure_ Submitter: Andrew Rybchenko Date: Friday, October 08 2021 10:26:15 Applied on: CommitID:6be6690127744bb294005bfcf539508b3d5f389e Apply patch set 100759 failed: Checking patch app/test-pmd/cmdline_flow.c... Checking patch doc/guides/prog_guide/rte_flow.rst... Checking patch doc/guides/rel_notes/deprecation.rst... Hunk #1 succeeded at 124 (offset 6 lines). Checking patch doc/guides/rel_notes/release_21_11.rst... error: while searching for: ``rte_eth_mirror_rule_reset`` along with the associated macros ``ETH_MIRROR_*`` are removed. * i40e: Removed i40evf driver. iavf already became the default VF driver for i40e devices, so there is no need to maintain i40evf. error: patch failed: doc/guides/rel_notes/release_21_11.rst:164 Checking patch drivers/net/bnxt/tf_ulp/ulp_rte_parser.c... Checking patch drivers/net/cnxk/cnxk_rte_flow.c... Checking patch drivers/net/hns3/hns3_flow.c... Checking patch drivers/net/ice/ice_fdir_filter.c... Hunk #1 succeeded at 1339 (offset 2 lines). Checking patch drivers/net/mlx5/mlx5.c... Checking patch drivers/net/mlx5/mlx5.h... Checking patch drivers/net/mlx5/mlx5_flow_dv.c... Checking patch drivers/net/mlx5/mlx5_flow_verbs.c... Checking patch drivers/net/octeontx2/otx2_flow_parse.c... Checking patch drivers/net/sfc/sfc_mae.c... Checking patch drivers/net/softnic/rte_eth_softnic_flow.c... Checking patch lib/ethdev/rte_flow.h... Applied patch app/test-pmd/cmdline_flow.c cleanly. Applied patch doc/guides/prog_guide/rte_flow.rst cleanly. Applied patch doc/guides/rel_notes/deprecation.rst cleanly. Applying patch doc/guides/rel_notes/release_21_11.rst with 1 reject... Rejected hunk #1. Applied patch drivers/net/bnxt/tf_ulp/ulp_rte_parser.c cleanly. Applied patch drivers/net/cnxk/cnxk_rte_flow.c cleanly. Applied patch drivers/net/hns3/hns3_flow.c cleanly. Applied patch drivers/net/ice/ice_fdir_filter.c cleanly. Applied patch drivers/net/mlx5/mlx5.c cleanly. Applied patch drivers/net/mlx5/mlx5.h cleanly. Applied patch drivers/net/mlx5/mlx5_flow_dv.c cleanly. Applied patch drivers/net/mlx5/mlx5_flow_verbs.c cleanly. Applied patch drivers/net/octeontx2/otx2_flow_parse.c cleanly. Applied patch drivers/net/sfc/sfc_mae.c cleanly. Applied patch drivers/net/softnic/rte_eth_softnic_flow.c cleanly. Applied patch lib/ethdev/rte_flow.h cleanly. diff a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst (rejected hunks) @@ -164,6 +164,10 @@ Removed Items ``rte_eth_mirror_rule_reset`` along with the associated macros ``ETH_MIRROR_*`` are removed. +* ethdev: Removed deprecated ``shared`` attribute of the + ``struct rte_flow_action_count``. Shared counters should be managed + using indirect actions API (``rte_flow_action_handle_create`` etc). + * i40e: Removed i40evf driver. iavf already became the default VF driver for i40e devices, so there is no need to maintain i40evf. https://lab.dpdk.org/results/dashboard/patchsets/19237/ UNH-IOL DPDK Community Lab