The "icc" compiler has been replaced by the newer icx one, so remove references and workarounds for icc in our codebase. Building with icx already works, all-be-it with warnings, so we can just fix the few warnings and report it as supported in our docs in place of icc.
v2: * include a patch to fix the warnings with icx. Bruce Richardson (2): drivers: fix build warnings when using icx build: replace support for icc with icx app/test-pmd/testpmd.h | 4 ---- app/test/test_pie.c | 5 ----- app/test/test_red.c | 5 ----- buildtools/check-symbols.sh | 6 ++---- .../contributing/img/patch_cheatsheet.svg | 2 +- doc/guides/linux_gsg/sys_reqs.rst | 3 +-- doc/guides/nics/enic.rst | 2 +- doc/guides/nics/hinic.rst | 1 - doc/guides/nics/hns3.rst | 1 - doc/guides/nics/ngbe.rst | 1 - doc/guides/nics/txgbe.rst | 1 - doc/guides/prog_guide/lto.rst | 2 +- .../prog_guide/writing_efficient_code.rst | 2 +- doc/guides/rel_notes/known_issues.rst | 19 ------------------- doc/guides/rel_notes/release_25_03.rst | 5 +++++ drivers/common/idpf/meson.build | 3 +++ drivers/net/ena/ena_ethdev.c | 1 - drivers/net/intel/i40e/meson.build | 3 +++ drivers/net/intel/iavf/meson.build | 3 +++ drivers/net/intel/ice/meson.build | 3 +++ drivers/net/mlx5/mlx5_rxtx_vec_altivec.h | 2 +- drivers/net/virtio/meson.build | 2 -- drivers/net/virtio/virtio_rxtx_packed.h | 5 ----- dts/framework/config/__init__.py | 2 -- dts/framework/testbed_model/posix_session.py | 2 -- lib/eal/common/eal_common_dynmem.c | 1 - lib/eal/include/rte_common.h | 6 ++---- lib/eal/x86/include/rte_rtm.h | 2 +- lib/eal/x86/include/rte_vect.h | 15 +-------------- lib/sched/rte_pie.c | 4 ---- lib/sched/rte_red.c | 4 ---- lib/sched/rte_sched.c | 5 ----- lib/vhost/meson.build | 2 -- lib/vhost/vhost.h | 5 ----- 34 files changed, 29 insertions(+), 100 deletions(-) -- 2.43.0