[dpdk-dev] [PATCH] skeleton app: Very simple code for l2fwding

Vincent JARDIN vincent.jardin at 6wind.com
Thu Jun 26 22:56:59 CEST 2014


> +#ifdef RTE_EXEC_ENV_BAREMETAL
>>+#define MAIN _main
>>+#else
>>+#define MAIN main
>>+#endif
>>+
>>+int MAIN(int argc, char *argv[]);
>>+
>>+#endif /* ifndef_MAIN_H_  */

why keeping the baremetal? It was dropped for a while.

Best regards,
   Vincent


More information about the dev mailing list