Test-Label: Intel-compilation Test-Status: WARNING http://dpdk.org/patch/150645 _apply issues_ Submitter: Vladimir Medvedkin <vladimir.medvedkin@intel.com> Date: 2025-01-30 15:50:11 Reply_mail: <20250130155011.2658800-1-vladimir.medvedkin@intel.com> DPDK git baseline: Repo:dpdk, CommitID: 9ab5a5f30c4be9f12ddaf50aec3435986bc5a495 * Repo: dpdk During a recent cleanup a few lines were missed which are causing errors on ppc64le, like the ones below: drivers/net/mlx5/mlx5_rxtx_vec_altivec.h:77:17: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual] lib/eal/include/rte_common.h:557:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] -- This will be required in git-pw 2.0 error: drivers/net/ice/ice_generic_flow.c: does not exist in index Applying: net/ice: fix how ice driver handles flows Patch failed at 0001 net/ice: fix how ice driver handles flows Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". DPDK STV team