[dpdk-dev] [PATCH v2] ixgbe: fix icc issue with mbuf initializer

2014-11-28 Thread Cao, Min
Tested-by: Min Cao Patch name: [dpdk-dev] [PATCH v2] ixgbe: fix icc issue with mbuf initializer Test Flag: Tested-by Tester name:min.cao at intel.com ICC version:13.1.2 ICC package:l_ccompxe_2013.4.183.tgz Result summary

[dpdk-dev] [PATCH v2] ixgbe: fix icc issue with mbuf initializer

2014-11-05 Thread Thomas Monjalon
> When using Intel C++ compiler(icc) 14.0.1.106 or the older icc 13.x > version, the mbuf initializer variable was not getting configured > correctly, as the mb_def variable was not set correctly. This is due > to an issue with icc (DPD200249565 which already been fixed in > icc 14.0.2 and newer co

[dpdk-dev] [PATCH v2] ixgbe: fix icc issue with mbuf initializer

2014-11-03 Thread Bruce Richardson
When using Intel C++ compiler(icc) 14.0.1.106 or the older icc 13.x version, the mbuf initializer variable was not getting configured correctly, as the mb_def variable was not set correctly. This is due to an issue with icc (DPD200249565 which already been fixed in icc 14.0.2 and newer compiler rel