app/testpmd: fix icmp echo Tx queues
[dpdk.git] / app / test-pipeline / main.h
index 2ed2928..8dcd459 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_ */