[dpdk-dev] [PATCH v2 1/2] i40e/base: compile fix on ICC 13.0.0

2015-05-18 Thread Helin Zhang
Below compile error can be found on ICC 13.0.0, which is a warning treated as error. Forcedly disabling the warning can fix it. Error log: lib/librte_pmd_i40e/i40e/i40e_nvm.c(1022): error #188: enumerated type mixed with another type hw->aq.asq_last_status = old_asq_status;

[dpdk-dev] [PATCH v2 1/2] i40e/base: compile fix on ICC 13.0.0

2015-05-18 Thread Bruce Richardson
On Mon, May 18, 2015 at 04:11:06PM +0100, Bruce Richardson wrote: > On Mon, May 18, 2015 at 11:03:28PM +0800, Helin Zhang wrote: > > Below compile error can be found on ICC 13.0.0, which is a warning > > treated as error. Forcedly disabling the warning can fix it. > > > > Error log: > > lib/librte

[dpdk-dev] [PATCH v2 1/2] i40e/base: compile fix on ICC 13.0.0

2015-05-18 Thread Bruce Richardson
On Mon, May 18, 2015 at 11:03:28PM +0800, Helin Zhang wrote: > Below compile error can be found on ICC 13.0.0, which is a warning > treated as error. Forcedly disabling the warning can fix it. > > Error log: > lib/librte_pmd_i40e/i40e/i40e_nvm.c(1022): error #188: enumerated > type mixed with anot