Re: [PATCH] build: remove support for icc compiler

2025-02-05 Thread Bruce Richardson
On Wed, Feb 05, 2025 at 05:32:11PM +, Bruce Richardson wrote: > On Wed, Feb 05, 2025 at 06:03:16PM +0100, David Marchand wrote: > > On Wed, Feb 5, 2025 at 5:19 PM Bruce Richardson > > wrote: > > > > > > The Intel-produced compiler "icc" has been replaced by the newer > > > clang-based "icx" co

Re: [PATCH] build: remove support for icc compiler

2025-02-05 Thread Bruce Richardson
On Wed, Feb 05, 2025 at 06:03:16PM +0100, David Marchand wrote: > On Wed, Feb 5, 2025 at 5:19 PM Bruce Richardson > wrote: > > > > The Intel-produced compiler "icc" has been replaced by the newer > > clang-based "icx" compiler. DPDK compilation has also not been tested > > recently with the icc co

Re: [PATCH] build: remove support for icc compiler

2025-02-05 Thread David Marchand
On Wed, Feb 5, 2025 at 5:19 PM Bruce Richardson wrote: > > The Intel-produced compiler "icc" has been replaced by the newer > clang-based "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 ma

[PATCH] build: remove support for icc compiler

2025-02-05 Thread Bruce Richardson
The Intel-produced compiler "icc" has been replaced by the newer clang-based "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 added for it. Signed-off-by: Bruce