Go to file
Daniel Mrzyglod 8acbad88c4 mk: fix build with icc-15
This patch add Support for ICC 15.

ICC 15 changed inline-max-size and inline-max-total-size default values,
so for ICC 15 flags -no-inline-max-size -no-inline-max-total-size must be added.

additionally disable compile error for:
13368 - loop was not vectorized with "vector always assert"
15527 - loop was not vectorized: function call to fprintf cannot be vectorize

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
2015-01-27 12:09:10 +01:00
app app/testpmd: new commands for ethertype filter 2015-01-20 09:14:53 +01:00
config af_packet: add compile-time checks for kernel-specific options 2014-12-05 22:09:23 +01:00
doc doc: update testpmd commands for ethertype filter 2015-01-22 11:49:33 +01:00
examples examples/vhost: fix vlan offload 2014-12-18 00:26:09 +01:00
lib ethdev: remove old ethertype filter 2015-01-20 09:14:53 +01:00
mk mk: fix build with icc-15 2015-01-27 12:09:10 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: fix newline in configuration with bsd sed 2014-11-28 17:05:02 +01:00
tools tools: fix setup script for Fedora 21 2014-10-10 17:50:31 +02:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00