Re: [dpdk-dev] [PATCH v2] net/mlx: remove pedantic definition for icc

2019-10-23 Thread Ferruh Yigit
On 10/23/2019 12:31 PM, Raslan Darawsheh wrote: > Trying to compile mlx5 pmd in debug mode with icc > will lead to compilation failures due to the fact that > icc doesn't have support for the pragma of pedantic. What would you think about following patch title: net/mlx: fix icc build And should

Re: [dpdk-dev] [PATCH v2] net/mlx: remove pedantic definition for icc

2019-10-23 Thread Raslan Darawsheh
Patch applied to next-net-mlx, > -Original Message- > From: dev On Behalf Of Raslan Darawsheh > Sent: Wednesday, October 23, 2019 2:32 PM > To: Slava Ovsiienko > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/mlx: remove pedantic definition for icc > > Tr

[dpdk-dev] [PATCH v2] net/mlx: remove pedantic definition for icc

2019-10-23 Thread Raslan Darawsheh
Trying to compile mlx5 pmd in debug mode with icc will lead to compilation failures due to the fact that icc doesn't have support for the pragma of pedantic. Signed-off-by: Raslan Darawsheh Acked-by: Viacheslav Ovsiienko --- v2: add commit description --- --- drivers/net/mlx4/Makefile |