eal: don't inline string functions
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 2 May 2014 23:42:53 +0000 (16:42 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 16 May 2014 14:02:55 +0000 (16:02 +0200)
commite5ac7c2ff367edd807b6794dd127042e431c5b85
tree86f92de6fea8d5b736853fb85b0b18c207f28a21
parent591a9d7985c1230652d9f7ea1f9221e8c66ec188
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>
app/test/test_cmdline_num.c
app/test/test_eal_fs.c
lib/librte_eal/bsdapp/eal/Makefile
lib/librte_eal/common/eal_common_string_fns.c [new file with mode: 0644]
lib/librte_eal/common/include/rte_string_fns.h
lib/librte_eal/linuxapp/eal/Makefile