aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2016-02-11 15:21:42 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-04 11:15:23 +0300
commit7c3df2a6486482f3a51ff897215ea28f64b7de97 (patch)
tree268daddb7ea584e7b6ed5ce487bc5b83e95cfb3d
parent98e20f0a78da6bf680ffbf473abc99b88d8576d9 (diff)
api: move include/odp.h to include/odp_api.h
odp.h actually describes the applicatiion interface of ODP and is logicaly moved to odp_api.h. Applications now includes <odp_api.h>. This simplifies the addition of other ODP interfaces (e.g. drivers may include odp_drv.h in the future.) Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--example/classifier/odp_classifier.c2
-rw-r--r--example/generator/odp_generator.c2
-rw-r--r--example/ipsec/odp_ipsec.c2
-rw-r--r--example/ipsec/odp_ipsec_cache.c2
-rw-r--r--example/ipsec/odp_ipsec_cache.h2
-rw-r--r--example/ipsec/odp_ipsec_fwd_db.c2
-rw-r--r--example/ipsec/odp_ipsec_fwd_db.h2
-rw-r--r--example/ipsec/odp_ipsec_loop_db.c2
-rw-r--r--example/ipsec/odp_ipsec_loop_db.h2
-rw-r--r--example/ipsec/odp_ipsec_misc.h2
-rw-r--r--example/ipsec/odp_ipsec_sa_db.c2
-rw-r--r--example/ipsec/odp_ipsec_sp_db.c2
-rw-r--r--example/ipsec/odp_ipsec_stream.c2
-rw-r--r--example/ipsec/odp_ipsec_stream.h2
-rw-r--r--example/packet/odp_pktio.c2
-rw-r--r--example/time/time_global_test.c2
-rw-r--r--example/timer/odp_timer_test.c2
-rw-r--r--helper/hashtable.c2
-rw-r--r--helper/include/odp/helper/chksum.h2
-rw-r--r--helper/include/odp/helper/eth.h2
-rw-r--r--helper/include/odp/helper/icmp.h2
-rw-r--r--helper/include/odp/helper/ip.h2
-rw-r--r--helper/include/odp/helper/ipsec.h2
-rw-r--r--helper/include/odp/helper/linux.h2
-rw-r--r--helper/include/odp/helper/tcp.h2
-rw-r--r--helper/include/odp/helper/udp.h2
-rw-r--r--helper/lineartable.c2
-rw-r--r--helper/linux.c2
-rw-r--r--helper/test/odp_chksum.c2
-rw-r--r--helper/test/odp_parse.c2
-rw-r--r--helper/test/odp_process.c2
-rw-r--r--helper/test/odp_table.c2
-rw-r--r--helper/test/odp_thread.c2
-rw-r--r--include/odp_api.h (renamed from include/odp.h)4
-rw-r--r--platform/linux-generic/Makefile.am2
-rw-r--r--platform/linux-generic/pktio/ethtool.c2
-rw-r--r--platform/linux-generic/pktio/loop.c2
-rw-r--r--platform/linux-generic/pktio/pcap.c2
-rw-r--r--platform/linux-generic/pktio/socket.c2
-rw-r--r--platform/linux-generic/pktio/socket_mmap.c2
-rw-r--r--platform/linux-generic/pktio/sysfs.c2
-rw-r--r--platform/linux-generic/pktio/tap.c2
-rw-r--r--test/miscellaneous/odp_api_from_cpp.cpp2
-rw-r--r--test/performance/odp_atomic.c2
-rw-r--r--test/performance/odp_l2fwd.c2
-rw-r--r--test/performance/odp_pktio_perf.c2
-rw-r--r--test/performance/odp_scheduling.c2
-rw-r--r--test/validation/atomic/atomic.c2
-rw-r--r--test/validation/barrier/barrier.c2
-rw-r--r--test/validation/buffer/buffer.c2
-rw-r--r--test/validation/classification/classification.c2
-rw-r--r--test/validation/classification/odp_classification_testsuites.h2
-rw-r--r--test/validation/common/mask_common.c2
-rw-r--r--test/validation/common/odp_cunit_common.c2
-rw-r--r--test/validation/config/config.c2
-rw-r--r--test/validation/cpumask/cpumask.c2
-rw-r--r--test/validation/cpumask/cpumask.h2
-rw-r--r--test/validation/crypto/crypto.c2
-rw-r--r--test/validation/crypto/odp_crypto_test_inp.c2
-rw-r--r--test/validation/errno/errno.c2
-rw-r--r--test/validation/hash/hash.c2
-rw-r--r--test/validation/init/init.c2
-rw-r--r--test/validation/lock/lock.c2
-rw-r--r--test/validation/packet/packet.c2
-rw-r--r--test/validation/pktio/pktio.c2
-rw-r--r--test/validation/pool/pool.c2
-rw-r--r--test/validation/queue/queue.c2
-rw-r--r--test/validation/random/random.c2
-rw-r--r--test/validation/scheduler/scheduler.c2
-rw-r--r--test/validation/shmem/shmem.c2
-rw-r--r--test/validation/std_clib/std_clib.c2
-rw-r--r--test/validation/system/system.c2
-rw-r--r--test/validation/thread/thread.c2
-rw-r--r--test/validation/thread/thread.h2
-rw-r--r--test/validation/time/time.c2
-rw-r--r--test/validation/timer/timer.c2
76 files changed, 77 insertions, 77 deletions
diff --git a/example/classifier/odp_classifier.c b/example/classifier/odp_classifier.c
index 6e9203986..b1608a886 100644
--- a/example/classifier/odp_classifier.c
+++ b/example/classifier/odp_classifier.c
@@ -10,7 +10,7 @@
#include <unistd.h>
#include <example_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/linux.h>
#include <odp/helper/eth.h>
#include <odp/helper/ip.h>
diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c
index 650007e22..0ba522438 100644
--- a/example/generator/odp_generator.c
+++ b/example/generator/odp_generator.c
@@ -17,7 +17,7 @@
#include <example_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/linux.h>
#include <odp/helper/eth.h>
diff --git a/example/ipsec/odp_ipsec.c b/example/ipsec/odp_ipsec.c
index 6134ab6a4..e4b0a2264 100644
--- a/example/ipsec/odp_ipsec.c
+++ b/example/ipsec/odp_ipsec.c
@@ -21,7 +21,7 @@
#include <example_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/linux.h>
#include <odp/helper/eth.h>
diff --git a/example/ipsec/odp_ipsec_cache.c b/example/ipsec/odp_ipsec_cache.c
index 0883d4d4e..2bd44cf3e 100644
--- a/example/ipsec/odp_ipsec_cache.c
+++ b/example/ipsec/odp_ipsec_cache.c
@@ -9,7 +9,7 @@
#include <example_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/ipsec.h>
diff --git a/example/ipsec/odp_ipsec_cache.h b/example/ipsec/odp_ipsec_cache.h
index 56be9d86b..7a4b95cd4 100644
--- a/example/ipsec/odp_ipsec_cache.h
+++ b/example/ipsec/odp_ipsec_cache.h
@@ -11,7 +11,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/ipsec.h>
#include <odp_ipsec_misc.h>
diff --git a/example/ipsec/odp_ipsec_fwd_db.c b/example/ipsec/odp_ipsec_fwd_db.c
index 59cb6e42d..38fc2833a 100644
--- a/example/ipsec/odp_ipsec_fwd_db.c
+++ b/example/ipsec/odp_ipsec_fwd_db.c
@@ -14,7 +14,7 @@
#include <example_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_ipsec_fwd_db.h>
diff --git a/example/ipsec/odp_ipsec_fwd_db.h b/example/ipsec/odp_ipsec_fwd_db.h
index 9d7aa094c..0e2e9edeb 100644
--- a/example/ipsec/odp_ipsec_fwd_db.h
+++ b/example/ipsec/odp_ipsec_fwd_db.h
@@ -11,7 +11,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/eth.h>
#include <odp_ipsec_misc.h>
diff --git a/example/ipsec/odp_ipsec_loop_db.c b/example/ipsec/odp_ipsec_loop_db.c
index ab0129bf4..1d5e404ee 100644
--- a/example/ipsec/odp_ipsec_loop_db.c
+++ b/example/ipsec/odp_ipsec_loop_db.c
@@ -9,7 +9,7 @@
#include <example_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_ipsec_loop_db.h>
diff --git a/example/ipsec/odp_ipsec_loop_db.h b/example/ipsec/odp_ipsec_loop_db.h
index 677f488d3..0778186fa 100644
--- a/example/ipsec/odp_ipsec_loop_db.h
+++ b/example/ipsec/odp_ipsec_loop_db.h
@@ -11,7 +11,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/eth.h>
#include <odp_ipsec_misc.h>
diff --git a/example/ipsec/odp_ipsec_misc.h b/example/ipsec/odp_ipsec_misc.h
index e583c01a1..6a49dcb66 100644
--- a/example/ipsec/odp_ipsec_misc.h
+++ b/example/ipsec/odp_ipsec_misc.h
@@ -11,7 +11,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/eth.h>
#include <odp/helper/ip.h>
#include <odp/helper/ipsec.h>
diff --git a/example/ipsec/odp_ipsec_sa_db.c b/example/ipsec/odp_ipsec_sa_db.c
index 8b2d2121b..28215b5b7 100644
--- a/example/ipsec/odp_ipsec_sa_db.c
+++ b/example/ipsec/odp_ipsec_sa_db.c
@@ -14,7 +14,7 @@
#include <example_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_ipsec_sa_db.h>
diff --git a/example/ipsec/odp_ipsec_sp_db.c b/example/ipsec/odp_ipsec_sp_db.c
index 48874eb08..ed631c7ba 100644
--- a/example/ipsec/odp_ipsec_sp_db.c
+++ b/example/ipsec/odp_ipsec_sp_db.c
@@ -14,7 +14,7 @@
#include <example_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_ipsec_sp_db.h>
diff --git a/example/ipsec/odp_ipsec_stream.c b/example/ipsec/odp_ipsec_stream.c
index 69bb3c7cf..4dc9acfee 100644
--- a/example/ipsec/odp_ipsec_stream.c
+++ b/example/ipsec/odp_ipsec_stream.c
@@ -19,7 +19,7 @@
#include <example_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/eth.h>
#include <odp/helper/ip.h>
diff --git a/example/ipsec/odp_ipsec_stream.h b/example/ipsec/odp_ipsec_stream.h
index 12e368cf0..ea480c32d 100644
--- a/example/ipsec/odp_ipsec_stream.h
+++ b/example/ipsec/odp_ipsec_stream.h
@@ -11,7 +11,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
#include <odp_ipsec_misc.h>
#include <odp_ipsec_cache.h>
diff --git a/example/packet/odp_pktio.c b/example/packet/odp_pktio.c
index adabc03b5..579f3fbdb 100644
--- a/example/packet/odp_pktio.c
+++ b/example/packet/odp_pktio.c
@@ -11,7 +11,7 @@
#include <example_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/linux.h>
#include <odp/helper/eth.h>
#include <odp/helper/ip.h>
diff --git a/example/time/time_global_test.c b/example/time/time_global_test.c
index 7cfd96990..16dda4c32 100644
--- a/example/time/time_global_test.c
+++ b/example/time/time_global_test.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <example_debug.h>
#include <odp/helper/linux.h>
diff --git a/example/timer/odp_timer_test.c b/example/timer/odp_timer_test.c
index e6717bf7b..4294376e0 100644
--- a/example/timer/odp_timer_test.c
+++ b/example/timer/odp_timer_test.c
@@ -10,7 +10,7 @@
#include <example_debug.h>
/* ODP main header */
-#include <odp.h>
+#include <odp_api.h>
/* ODP helper for Linux apps */
#include <odp/helper/linux.h>
diff --git a/helper/hashtable.c b/helper/hashtable.c
index e0f562e5c..8bb1ae57c 100644
--- a/helper/hashtable.c
+++ b/helper/hashtable.c
@@ -10,7 +10,7 @@
#include "odph_hashtable.h"
#include "odph_list_internal.h"
#include "odph_debug.h"
-#include <odp.h>
+#include <odp_api.h>
#define ODPH_SUCCESS 0
#define ODPH_FAIL -1
diff --git a/helper/include/odp/helper/chksum.h b/helper/include/odp/helper/chksum.h
index 01dc47057..2f4b759ef 100644
--- a/helper/include/odp/helper/chksum.h
+++ b/helper/include/odp/helper/chksum.h
@@ -17,7 +17,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
/**
* Checksum
diff --git a/helper/include/odp/helper/eth.h b/helper/include/odp/helper/eth.h
index 93841bba8..1e162257e 100644
--- a/helper/include/odp/helper/eth.h
+++ b/helper/include/odp/helper/eth.h
@@ -18,7 +18,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
/** @addtogroup odph_header ODPH HEADER
* @{
diff --git a/helper/include/odp/helper/icmp.h b/helper/include/odp/helper/icmp.h
index b187c3a60..929b8bceb 100644
--- a/helper/include/odp/helper/icmp.h
+++ b/helper/include/odp/helper/icmp.h
@@ -18,7 +18,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
/** @addtogroup odph_header ODPH HEADER
* @{
diff --git a/helper/include/odp/helper/ip.h b/helper/include/odp/helper/ip.h
index 616ccba52..3789d548e 100644
--- a/helper/include/odp/helper/ip.h
+++ b/helper/include/odp/helper/ip.h
@@ -18,7 +18,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/chksum.h>
#include <string.h>
diff --git a/helper/include/odp/helper/ipsec.h b/helper/include/odp/helper/ipsec.h
index 80d900ccb..af3de87b8 100644
--- a/helper/include/odp/helper/ipsec.h
+++ b/helper/include/odp/helper/ipsec.h
@@ -18,7 +18,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
/** @addtogroup odph_header ODPH HEADER
* @{
diff --git a/helper/include/odp/helper/linux.h b/helper/include/odp/helper/linux.h
index d38d5908d..d2799ad9c 100644
--- a/helper/include/odp/helper/linux.h
+++ b/helper/include/odp/helper/linux.h
@@ -22,7 +22,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
#include <pthread.h>
#include <sys/types.h>
diff --git a/helper/include/odp/helper/tcp.h b/helper/include/odp/helper/tcp.h
index 4a3ee8664..cabef9072 100644
--- a/helper/include/odp/helper/tcp.h
+++ b/helper/include/odp/helper/tcp.h
@@ -18,7 +18,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
/** @addtogroup odph_header ODPH HEADER
* @{
diff --git a/helper/include/odp/helper/udp.h b/helper/include/odp/helper/udp.h
index 163b610b7..812f5b933 100644
--- a/helper/include/odp/helper/udp.h
+++ b/helper/include/odp/helper/udp.h
@@ -17,7 +17,7 @@
extern "C" {
#endif
-#include <odp.h>
+#include <odp_api.h>
/** @addtogroup odph_header ODPH HEADER
* @{
diff --git a/helper/lineartable.c b/helper/lineartable.c
index 68d935000..e82c1651c 100644
--- a/helper/lineartable.c
+++ b/helper/lineartable.c
@@ -10,7 +10,7 @@
#include "odph_lineartable.h"
#include "odph_debug.h"
-#include <odp.h>
+#include <odp_api.h>
#define ODPH_SUCCESS 0
#define ODPH_FAIL -1
diff --git a/helper/linux.c b/helper/linux.c
index 610aed8b2..9bb889914 100644
--- a/helper/linux.c
+++ b/helper/linux.c
@@ -17,7 +17,7 @@
#include <string.h>
#include <stdio.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/linux.h>
#include "odph_debug.h"
diff --git a/helper/test/odp_chksum.c b/helper/test/odp_chksum.c
index 8fae00bc8..997639614 100644
--- a/helper/test/odp_chksum.c
+++ b/helper/test/odp_chksum.c
@@ -5,7 +5,7 @@
*/
#include <test_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/eth.h>
#include <odp/helper/ip.h>
#include <odp/helper/udp.h>
diff --git a/helper/test/odp_parse.c b/helper/test/odp_parse.c
index 77c506b17..b5a4ab4dc 100644
--- a/helper/test/odp_parse.c
+++ b/helper/test/odp_parse.c
@@ -6,7 +6,7 @@
#include <test_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/eth.h>
#include <odp/helper/ip.h>
diff --git a/helper/test/odp_process.c b/helper/test/odp_process.c
index cb9b328bc..796c9be7c 100644
--- a/helper/test/odp_process.c
+++ b/helper/test/odp_process.c
@@ -5,7 +5,7 @@
*/
#include <test_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/linux.h>
#define NUMBER_WORKERS 16 /* 0 = max */
diff --git a/helper/test/odp_table.c b/helper/test/odp_table.c
index 9d5c5dce0..d20a5a680 100644
--- a/helper/test/odp_table.c
+++ b/helper/test/odp_table.c
@@ -7,7 +7,7 @@
#include <test_debug.h>
#include <../odph_hashtable.h>
#include <../odph_lineartable.h>
-#include <odp.h>
+#include <odp_api.h>
/**
* Address Resolution Protocol (ARP)
diff --git a/helper/test/odp_thread.c b/helper/test/odp_thread.c
index f2f7904c9..8ab3df1fe 100644
--- a/helper/test/odp_thread.c
+++ b/helper/test/odp_thread.c
@@ -5,7 +5,7 @@
*/
#include <test_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/linux.h>
#define NUMBER_WORKERS 16
diff --git a/include/odp.h b/include/odp_api.h
index 57569bfe2..4eca4f82b 100644
--- a/include/odp.h
+++ b/include/odp_api.h
@@ -11,8 +11,8 @@
*
*/
-#ifndef ODP_H_
-#define ODP_H_
+#ifndef ODP_API_H_
+#define ODP_API_H_
#ifdef __cplusplus
extern "C" {
diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am
index 7ee0e1228..1dce46af1 100644
--- a/platform/linux-generic/Makefile.am
+++ b/platform/linux-generic/Makefile.am
@@ -9,7 +9,7 @@ AM_CFLAGS += -I$(top_srcdir)/include
AM_CFLAGS += -I$(top_srcdir)/helper/include
include_HEADERS = \
- $(top_srcdir)/include/odp.h
+ $(top_srcdir)/include/odp_api.h
odpapiincludedir= $(includedir)/odp/api
odpapiinclude_HEADERS = \
diff --git a/platform/linux-generic/pktio/ethtool.c b/platform/linux-generic/pktio/ethtool.c
index 1f2943888..1b0f25b2c 100644
--- a/platform/linux-generic/pktio/ethtool.c
+++ b/platform/linux-generic/pktio/ethtool.c
@@ -12,7 +12,7 @@
#include <errno.h>
#include <net/if.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_packet_socket.h>
#include <odp_debug_internal.h>
diff --git a/platform/linux-generic/pktio/loop.c b/platform/linux-generic/pktio/loop.c
index 340e106c1..34d769e3f 100644
--- a/platform/linux-generic/pktio/loop.c
+++ b/platform/linux-generic/pktio/loop.c
@@ -5,7 +5,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_packet_internal.h>
#include <odp_packet_io_internal.h>
#include <odp_classification_internal.h>
diff --git a/platform/linux-generic/pktio/pcap.c b/platform/linux-generic/pktio/pcap.c
index c22cce09a..ef42c112c 100644
--- a/platform/linux-generic/pktio/pcap.c
+++ b/platform/linux-generic/pktio/pcap.c
@@ -36,7 +36,7 @@
#include <odp_posix_extensions.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_packet_internal.h>
#include <odp_packet_io_internal.h>
diff --git a/platform/linux-generic/pktio/socket.c b/platform/linux-generic/pktio/socket.c
index 9c5be2272..be539007d 100644
--- a/platform/linux-generic/pktio/socket.c
+++ b/platform/linux-generic/pktio/socket.c
@@ -32,7 +32,7 @@
#include <linux/ethtool.h>
#include <linux/sockios.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_packet_socket.h>
#include <odp_packet_internal.h>
#include <odp_packet_io_internal.h>
diff --git a/platform/linux-generic/pktio/socket_mmap.c b/platform/linux-generic/pktio/socket_mmap.c
index 887fcccd7..da2682c33 100644
--- a/platform/linux-generic/pktio/socket_mmap.c
+++ b/platform/linux-generic/pktio/socket_mmap.c
@@ -22,7 +22,7 @@
#include <sys/ioctl.h>
#include <errno.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_packet_socket.h>
#include <odp_packet_internal.h>
#include <odp_packet_io_internal.h>
diff --git a/platform/linux-generic/pktio/sysfs.c b/platform/linux-generic/pktio/sysfs.c
index 4e5c02837..7aadc14a6 100644
--- a/platform/linux-generic/pktio/sysfs.c
+++ b/platform/linux-generic/pktio/sysfs.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_packet_io_internal.h>
#include <errno.h>
#include <string.h>
diff --git a/platform/linux-generic/pktio/tap.c b/platform/linux-generic/pktio/tap.c
index 1eb4f56ad..14cc600a6 100644
--- a/platform/linux-generic/pktio/tap.c
+++ b/platform/linux-generic/pktio/tap.c
@@ -38,7 +38,7 @@
#include <sys/types.h>
#include <linux/if_tun.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_packet_socket.h>
#include <odp_packet_internal.h>
#include <odp_packet_io_internal.h>
diff --git a/test/miscellaneous/odp_api_from_cpp.cpp b/test/miscellaneous/odp_api_from_cpp.cpp
index c9733ee3e..be74c275c 100644
--- a/test/miscellaneous/odp_api_from_cpp.cpp
+++ b/test/miscellaneous/odp_api_from_cpp.cpp
@@ -1,5 +1,5 @@
#include <cstdio>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/linux.h>
int main(int argc ODP_UNUSED, const char *argv[] ODP_UNUSED)
diff --git a/test/performance/odp_atomic.c b/test/performance/odp_atomic.c
index 067329bdc..69c23e2b1 100644
--- a/test/performance/odp_atomic.c
+++ b/test/performance/odp_atomic.c
@@ -8,7 +8,7 @@
#include <sys/time.h>
#include <test_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/linux.h>
static void test_atomic_inc_dec_u32(void);
diff --git a/test/performance/odp_l2fwd.c b/test/performance/odp_l2fwd.c
index b631298c5..c245935ef 100644
--- a/test/performance/odp_l2fwd.c
+++ b/test/performance/odp_l2fwd.c
@@ -22,7 +22,7 @@
#include <test_debug.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/linux.h>
#include <odp/helper/eth.h>
#include <odp/helper/ip.h>
diff --git a/test/performance/odp_pktio_perf.c b/test/performance/odp_pktio_perf.c
index 9a4735579..0fbecec00 100644
--- a/test/performance/odp_pktio_perf.c
+++ b/test/performance/odp_pktio_perf.c
@@ -20,7 +20,7 @@
* a single packet rate can be specified on the command line.
*
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/eth.h>
#include <odp/helper/ip.h>
diff --git a/test/performance/odp_scheduling.c b/test/performance/odp_scheduling.c
index 27649487c..1f6d62d40 100644
--- a/test/performance/odp_scheduling.c
+++ b/test/performance/odp_scheduling.c
@@ -16,7 +16,7 @@
#include <test_debug.h>
/* ODP main header */
-#include <odp.h>
+#include <odp_api.h>
/* ODP helper for Linux apps */
#include <odp/helper/linux.h>
diff --git a/test/validation/atomic/atomic.c b/test/validation/atomic/atomic.c
index 24c0de731..1c81bdd08 100644
--- a/test/validation/atomic/atomic.c
+++ b/test/validation/atomic/atomic.c
@@ -5,7 +5,7 @@
*/
#include <malloc.h>
-#include <odp.h>
+#include <odp_api.h>
#include <CUnit/Basic.h>
#include <odp_cunit_common.h>
#include <unistd.h>
diff --git a/test/validation/barrier/barrier.c b/test/validation/barrier/barrier.c
index 8f15cdf0d..98df247a9 100644
--- a/test/validation/barrier/barrier.c
+++ b/test/validation/barrier/barrier.c
@@ -5,7 +5,7 @@
*/
#include <malloc.h>
-#include <odp.h>
+#include <odp_api.h>
#include <CUnit/Basic.h>
#include <odp_cunit_common.h>
#include <unistd.h>
diff --git a/test/validation/buffer/buffer.c b/test/validation/buffer/buffer.c
index 9c8da8128..c336ac321 100644
--- a/test/validation/buffer/buffer.c
+++ b/test/validation/buffer/buffer.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include "odp_cunit_common.h"
#include "buffer.h"
diff --git a/test/validation/classification/classification.c b/test/validation/classification/classification.c
index 9c3dbbb69..a266c5602 100644
--- a/test/validation/classification/classification.c
+++ b/test/validation/classification/classification.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include "odp_classification_testsuites.h"
#include "classification.h"
diff --git a/test/validation/classification/odp_classification_testsuites.h b/test/validation/classification/odp_classification_testsuites.h
index 44577a082..8d5b5ff13 100644
--- a/test/validation/classification/odp_classification_testsuites.h
+++ b/test/validation/classification/odp_classification_testsuites.h
@@ -7,7 +7,7 @@
#ifndef ODP_CLASSIFICATION_TESTSUITES_H_
#define ODP_CLASSIFICATION_TESTSUITES_H_
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
extern odp_testinfo_t classification_suite[];
diff --git a/test/validation/common/mask_common.c b/test/validation/common/mask_common.c
index 9b1a23f46..500136499 100644
--- a/test/validation/common/mask_common.c
+++ b/test/validation/common/mask_common.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include "odp_cunit_common.h"
#include "mask_common.h"
diff --git a/test/validation/common/odp_cunit_common.c b/test/validation/common/odp_cunit_common.c
index 587692394..dbd8229e2 100644
--- a/test/validation/common/odp_cunit_common.c
+++ b/test/validation/common/odp_cunit_common.c
@@ -5,7 +5,7 @@
*/
#include <string.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include <odp/helper/linux.h>
/* Globals */
diff --git a/test/validation/config/config.c b/test/validation/config/config.c
index f957150cf..380163cca 100644
--- a/test/validation/config/config.c
+++ b/test/validation/config/config.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include "odp_cunit_common.h"
#include "config.h"
diff --git a/test/validation/cpumask/cpumask.c b/test/validation/cpumask/cpumask.c
index 2419f47dc..017332a58 100644
--- a/test/validation/cpumask/cpumask.c
+++ b/test/validation/cpumask/cpumask.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include "odp_cunit_common.h"
#include "cpumask.h"
diff --git a/test/validation/cpumask/cpumask.h b/test/validation/cpumask/cpumask.h
index c6f9cde9d..2019f7a99 100644
--- a/test/validation/cpumask/cpumask.h
+++ b/test/validation/cpumask/cpumask.h
@@ -7,7 +7,7 @@
#ifndef _ODP_TEST_CPUMASK_H_
#define _ODP_TEST_CPUMASK_H_
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
/* test functions: */
diff --git a/test/validation/crypto/crypto.c b/test/validation/crypto/crypto.c
index b2d8f459d..a0411c6f5 100644
--- a/test/validation/crypto/crypto.c
+++ b/test/validation/crypto/crypto.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include "odp_crypto_test_inp.h"
#include "crypto.h"
diff --git a/test/validation/crypto/odp_crypto_test_inp.c b/test/validation/crypto/odp_crypto_test_inp.c
index b6fcb1272..fc125f7f2 100644
--- a/test/validation/crypto/odp_crypto_test_inp.c
+++ b/test/validation/crypto/odp_crypto_test_inp.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <CUnit/Basic.h>
#include <odp_cunit_common.h>
#include "test_vectors.h"
diff --git a/test/validation/errno/errno.c b/test/validation/errno/errno.c
index d0e2128c6..9dd1be6f5 100644
--- a/test/validation/errno/errno.c
+++ b/test/validation/errno/errno.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include "odp_cunit_common.h"
#include "errno.h"
diff --git a/test/validation/hash/hash.c b/test/validation/hash/hash.c
index 11b331e28..faba0b678 100644
--- a/test/validation/hash/hash.c
+++ b/test/validation/hash/hash.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include "hash.h"
diff --git a/test/validation/init/init.c b/test/validation/init/init.c
index 62bd75cc6..665c3dc4e 100644
--- a/test/validation/init/init.c
+++ b/test/validation/init/init.c
@@ -6,7 +6,7 @@
#include <stdarg.h>
#include <stdlib.h>
-#include <odp.h>
+#include <odp_api.h>
#include <CUnit/Basic.h>
#include "init.h"
diff --git a/test/validation/lock/lock.c b/test/validation/lock/lock.c
index 0f4415dba..f1f6d69f8 100644
--- a/test/validation/lock/lock.c
+++ b/test/validation/lock/lock.c
@@ -5,7 +5,7 @@
*/
#include <malloc.h>
-#include <odp.h>
+#include <odp_api.h>
#include <CUnit/Basic.h>
#include <odp_cunit_common.h>
#include <unistd.h>
diff --git a/test/validation/packet/packet.c b/test/validation/packet/packet.c
index 2467dec89..83cb80334 100644
--- a/test/validation/packet/packet.c
+++ b/test/validation/packet/packet.c
@@ -6,7 +6,7 @@
#include <stdlib.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include "packet.h"
diff --git a/test/validation/pktio/pktio.c b/test/validation/pktio/pktio.c
index a5f25da1c..ccb3ae275 100644
--- a/test/validation/pktio/pktio.c
+++ b/test/validation/pktio/pktio.c
@@ -3,7 +3,7 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include <odp/helper/eth.h>
diff --git a/test/validation/pool/pool.c b/test/validation/pool/pool.c
index bca210aa4..7f3299113 100644
--- a/test/validation/pool/pool.c
+++ b/test/validation/pool/pool.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include "odp_cunit_common.h"
#include "pool.h"
diff --git a/test/validation/queue/queue.c b/test/validation/queue/queue.c
index 7c55eb335..50c6857d2 100644
--- a/test/validation/queue/queue.c
+++ b/test/validation/queue/queue.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include "queue.h"
diff --git a/test/validation/random/random.c b/test/validation/random/random.c
index 8ed594420..7f899e83e 100644
--- a/test/validation/random/random.c
+++ b/test/validation/random/random.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include "random.h"
diff --git a/test/validation/scheduler/scheduler.c b/test/validation/scheduler/scheduler.c
index cb04209d7..2bd04a3c0 100644
--- a/test/validation/scheduler/scheduler.c
+++ b/test/validation/scheduler/scheduler.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include "odp_cunit_common.h"
#include "scheduler.h"
diff --git a/test/validation/shmem/shmem.c b/test/validation/shmem/shmem.c
index 08425e663..ba4973d49 100644
--- a/test/validation/shmem/shmem.c
+++ b/test/validation/shmem/shmem.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include "shmem.h"
diff --git a/test/validation/std_clib/std_clib.c b/test/validation/std_clib/std_clib.c
index e69bc3901..5d5beab34 100644
--- a/test/validation/std_clib/std_clib.c
+++ b/test/validation/std_clib/std_clib.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include "std_clib.h"
diff --git a/test/validation/system/system.c b/test/validation/system/system.c
index de953f0a7..7520d16ea 100644
--- a/test/validation/system/system.c
+++ b/test/validation/system/system.c
@@ -5,7 +5,7 @@
*/
#include <ctype.h>
-#include <odp.h>
+#include <odp_api.h>
#include <odp/api/cpumask.h>
#include "odp_cunit_common.h"
#include "test_debug.h"
diff --git a/test/validation/thread/thread.c b/test/validation/thread/thread.c
index 03bf3cd2d..5cbec8323 100644
--- a/test/validation/thread/thread.c
+++ b/test/validation/thread/thread.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
#include <mask_common.h>
#include <test_debug.h>
diff --git a/test/validation/thread/thread.h b/test/validation/thread/thread.h
index 6cbc69432..f8ea71034 100644
--- a/test/validation/thread/thread.h
+++ b/test/validation/thread/thread.h
@@ -7,7 +7,7 @@
#ifndef _ODP_TEST_THREAD_H_
#define _ODP_TEST_THREAD_H_
-#include <odp.h>
+#include <odp_api.h>
#include <odp_cunit_common.h>
/* test functions: */
diff --git a/test/validation/time/time.c b/test/validation/time/time.c
index a64bff6d8..cb1ddef94 100644
--- a/test/validation/time/time.c
+++ b/test/validation/time/time.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include "odp_cunit_common.h"
#include "time.h"
diff --git a/test/validation/timer/timer.c b/test/validation/timer/timer.c
index 004670ad9..c17c40766 100644
--- a/test/validation/timer/timer.c
+++ b/test/validation/timer/timer.c
@@ -14,7 +14,7 @@
#endif
#include <time.h>
-#include <odp.h>
+#include <odp_api.h>
#include "odp_cunit_common.h"
#include "test_debug.h"
#include "timer.h"