git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e8005
)
examples/l3fwd: no bare metal support
author
Intel
<intel.com>
Wed, 18 Sep 2013 10:00:00 +0000
(12:00 +0200)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Wed, 9 Oct 2013 14:16:16 +0000
(16:16 +0200)
Signed-off-by: Intel
examples/l3fwd/main.h
patch
|
blob
|
history
diff --git
a/examples/l3fwd/main.h
b/examples/l3fwd/main.h
index
93dca37
..
6097721
100644
(file)
--- a/
examples/l3fwd/main.h
+++ b/
examples/l3fwd/main.h
@@
-34,11
+34,7
@@
#ifndef _MAIN_H_
#define _MAIN_H_
-#ifdef RTE_EXEC_ENV_BAREMETAL
-#define MAIN _main
-#else
#define MAIN main
-#endif
int MAIN(int argc, char **argv);