X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pipeline%2Fmain.h;h=8dcd4592ab792b0dbfc136617f57668996f04309;hb=ba92d511ddac;hp=0c90fc3a4595549068bb56977bdc3cc0c19f1bc6;hpb=5aaf45e09a76e7ba5155efcd60ed364b0024f202;p=dpdk.git diff --git a/app/test-pipeline/main.h b/app/test-pipeline/main.h index 0c90fc3a45..8dcd4592ab 100644 --- a/app/test-pipeline/main.h +++ b/app/test-pipeline/main.h @@ -137,4 +137,6 @@ void app_main_loop_tx(void); #define APP_FLUSH 0x3FF #endif +#define APP_METADATA_OFFSET(offset) (sizeof(struct rte_mbuf) + (offset)) + #endif /* _MAIN_H_ */