Go to file
Stephen Hemminger e5ac7c2ff3 eal: don't inline string functions
It makes no sense to inline string functions, in fact snprintf
can't be inlined because the function supports variable number of
arguments.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
[Thomas: update includes]
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2014-05-16 16:02:55 +02:00
app eal: don't inline string functions 2014-05-16 16:02:55 +02:00
config kvargs: add a new library to parse key/value arguments 2014-02-26 11:01:13 +01:00
doc mk: add "make examples" target in root makefile 2014-05-16 16:02:55 +02:00
examples add FILE argument to debug functions 2014-05-16 16:02:55 +02:00
lib eal: don't inline string functions 2014-05-16 16:02:55 +02:00
mk mk: add "make examples" target in root makefile 2014-05-16 16:02:55 +02:00
pkg version: 1.6.0r2 2014-05-01 22:58:21 +02:00
scripts update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
tools tools: rename pci_unbind script 2014-03-20 17:50:51 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile add FreeBSD support 2014-02-25 21:29:18 +01: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 add FreeBSD support 2014-02-25 21:29:18 +01:00