RE: [PATCH v2 2/2] build: replace support for icc with icx

2025-02-10 Thread Stokes, Ian
> The "Intel C++ Compiler" (icc) has been replaced by the newer clang-based > "Intel oneAPI DPC++/C++ Compiler" (icx) compiler. DPDK compilation has > also not been tested recently with the icc compiler, so let's remove doc > and code references to icc, and any special macros or build support that

Re: [PATCH v2 2/2] build: replace support for icc with icx

2025-02-06 Thread David Marchand
On Wed, Feb 5, 2025 at 7:29 PM Bruce Richardson wrote: > diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h > index 260e4761bd..9e6a7d553a 100644 > --- a/app/test-pmd/testpmd.h > +++ b/app/test-pmd/testpmd.h > @@ -1292,10 +1292,6 @@ RTE_INIT(__##c) \ > testpmd_add_driver_commands

[PATCH v2 2/2] build: replace support for icc with icx

2025-02-05 Thread Bruce Richardson
The "Intel C++ Compiler" (icc) has been replaced by the newer clang-based "Intel oneAPI DPC++/C++ Compiler" (icx) compiler. DPDK compilation has also not been tested recently with the icc compiler, so let's remove doc and code references to icc, and any special macros or build support that was add