]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pipeline/main.h
app/testpmd: fix icmp echo Tx queues
[dpdk.git] / app / test-pipeline / main.h
index 2ed292804df0645caafb12bc78144a9f845c07b0..8dcd4592ab792b0dbfc136617f57668996f04309 100644 (file)
@@ -137,12 +137,6 @@ void app_main_loop_tx(void);
 #define APP_FLUSH 0x3FF
 #endif
 
-#ifdef RTE_EXEC_ENV_BAREMETAL
-#define MAIN _main
-#else
-#define MAIN main
-#endif
-
-int MAIN(int argc, char **argv);
+#define APP_METADATA_OFFSET(offset) (sizeof(struct rte_mbuf) + (offset))
 
 #endif /* _MAIN_H_ */