]> git.droids-corp.org - dpdk.git/blobdiff - examples/skeleton/basicfwd.c
examples: no more bare metal environment
[dpdk.git] / examples / skeleton / basicfwd.c
index ef8f90ca5675686cd486deabbfb181463d8a2ffb..6aa931e2c19f991d36e34bade5f60c24f63e4d0d 100644 (file)
@@ -38,7 +38,6 @@
 #include <rte_cycles.h>
 #include <rte_lcore.h>
 #include <rte_mbuf.h>
-#include "basicfwd.h"
 
 #define RX_RING_SIZE 128
 #define TX_RING_SIZE 512
@@ -142,7 +141,7 @@ lcore_main(void)
 
 /* Main function, does initialisation and calls the per-lcore functions */
 int
-MAIN(int argc, char *argv[])
+main(int argc, char *argv[])
 {
        struct rte_mempool *mbuf_pool;
        unsigned nb_ports;