Go to file
Marvin Liu d788ccb130 app/test: fix build constructor with gcc < 4.4
Build app/test will be failed for function only defined but not used.
test_prefetch.c:65: error: ‘testfn_prefetch_cmd’ defined but not used

Add attribute used in test function declaration can fix this.
static void __attribute__((used)) testfn_##t(void);

Fixes: 727909c592 ("app/test: introduce dynamic commands list")

Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-03-23 00:31:20 +01:00
app app/test: fix build constructor with gcc < 4.4 2015-03-23 00:31:20 +01:00
config vhost: add build option for vhost-user 2015-03-17 00:46:01 +01:00
doc doc: remove blank pages in pdf 2015-03-19 17:58:49 +01:00
examples eal/x86: move header file for vector instructions 2015-03-20 19:24:38 +01:00
lib enic: fix build with gcc < 4.4 2015-03-23 00:31:19 +01:00
mk doc: add pdf output 2015-03-19 17:58:09 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: add ABI checking utility 2015-03-17 22:39:57 +01:00
tools tools: remove absolute path of chmod for vfio setup 2015-03-17 22:58:21 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile scripts: remove useless build tools 2015-03-10 17:55:25 +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
MAINTAINERS scripts: add ABI checking utility 2015-03-17 22:39:57 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00