@@ -12,9 +12,7 @@
#include <example_debug.h>
#include <odp_api.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
-#include <odp/helper/threads.h>
+#include <odp/helper/odph_api.h>
#include <strings.h>
#include <errno.h>
#include <stdio.h>
@@ -20,11 +20,7 @@
#include <odp_api.h>
-#include <odp/helper/threads.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
-#include <odp/helper/udp.h>
-#include <odp/helper/icmp.h>
+#include <odp/helper/odph_api.h>
#define MAX_WORKERS 32 /**< max number of works */
#define SHM_PKT_POOL_SIZE (512*2048) /**< pkt pool size */
@@ -24,11 +24,7 @@
#include <odp_api.h>
-#include <odp/helper/threads.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
-#include <odp/helper/icmp.h>
-#include <odp/helper/ipsec.h>
+#include <odp/helper/odph_api.h>
#include <stdbool.h>
#include <sys/socket.h>
@@ -12,7 +12,6 @@ extern "C" {
#endif
#include <odp_api.h>
-#include <odp/helper/eth.h>
#include <odp_ipsec_misc.h>
#define OIF_LEN 32
@@ -12,7 +12,6 @@ extern "C" {
#endif
#include <odp_api.h>
-#include <odp/helper/eth.h>
#include <odp_ipsec_misc.h>
/**
@@ -12,9 +12,7 @@ extern "C" {
#endif
#include <odp_api.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
-#include <odp/helper/ipsec.h>
+#include <odp/helper/odph_api.h>
#ifndef TRUE
#define TRUE 1
@@ -21,9 +21,7 @@
#include <odp_api.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
-#include <odp/helper/icmp.h>
+#include <odp/helper/odph_api.h>
#include <odp_ipsec_stream.h>
#include <odp_ipsec_loop_db.h>
@@ -10,9 +10,7 @@
#include <signal.h>
#include <odp_api.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
-#include <odp/helper/threads.h>
+#include <odp/helper/odph_api.h>
#define POOL_NUM_PKT 8192
#define POOL_SEG_LEN 1856
@@ -14,11 +14,7 @@
#include <test_debug.h>
#include <odp_api.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
-#include <odp/helper/udp.h>
-#include <odp/helper/tcp.h>
-#include <odp/helper/threads.h>
+#include <odp/helper/odph_api.h>
#include "odp_l3fwd_db.h"
#include "odp_l3fwd_lpm.h"
@@ -12,7 +12,7 @@ extern "C" {
#endif
#include <odp_api.h>
-#include <odp/helper/eth.h>
+#include <odp/helper/odph_api.h>
#define OIF_LEN 32
#define MAX_DB 32
@@ -13,9 +13,7 @@
#include <example_debug.h>
#include <odp_api.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
-#include <odp/helper/threads.h>
+#include <odp/helper/odph_api.h>
/** @def MAX_WORKERS
* @brief Maximum number of worker threads
@@ -11,9 +11,7 @@
#include <inttypes.h>
#include <odp_api.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
-#include <odp/helper/threads.h>
+#include <odp/helper/odph_api.h>
/** Maximum number of worker threads */
#define MAX_WORKERS 32
@@ -8,7 +8,7 @@
#include <odp_api.h>
#include <example_debug.h>
-#include <odp/helper/threads.h>
+#include <odp/helper/odph_api.h>
#define MAX_WORKERS 32
#define ITERATION_NUM 2048
@@ -14,7 +14,7 @@
#include <odp_api.h>
/* ODP helper for Linux apps */
-#include <odp/helper/threads.h>
+#include <odp/helper/odph_api.h>
/* GNU lib C */
#include <getopt.h>
clean up all the examples and just use odph_api.h Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- example/classifier/odp_classifier.c | 4 +--- example/generator/odp_generator.c | 6 +----- example/ipsec/odp_ipsec.c | 6 +----- example/ipsec/odp_ipsec_fwd_db.h | 1 - example/ipsec/odp_ipsec_loop_db.h | 1 - example/ipsec/odp_ipsec_misc.h | 4 +--- example/ipsec/odp_ipsec_stream.c | 4 +--- example/l2fwd_simple/odp_l2fwd_simple.c | 4 +--- example/l3fwd/odp_l3fwd.c | 6 +----- example/l3fwd/odp_l3fwd_db.h | 2 +- example/packet/odp_pktio.c | 4 +--- example/switch/odp_switch.c | 4 +--- example/time/time_global_test.c | 2 +- example/timer/odp_timer_test.c | 2 +- 14 files changed, 12 insertions(+), 38 deletions(-) -- 2.9.3