[dpdk-dev] [PATCH 2/3] i40e: fix ICC compile issue

2015-11-06 Thread Helin Zhang
It fixes compile issue on ICC 13.0.0. Error logs: i40e_ethdev.c(7943): error #188: enumerated type mixed with another type PMD_INIT_LOG(ERR, Signed-off-by: Helin Zhang --- drivers/net/i40e/i40e_ethdev.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/n

[dpdk-dev] [PATCH 2/3] i40e: fix ICC compile issue

2015-11-06 Thread De Lara Guarch, Pablo
Hi Helin, > -Original Message- > From: Zhang, Helin > Sent: Friday, November 06, 2015 7:49 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Zhang, Helin > Subject: [PATCH 2/3] i40e: fix ICC compile issue > > It fixes compile issue on ICC 13.0.0. > > Error logs: > i40e_ethdev.c(7943