aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/include/api/odp_packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-dpdk/include/api/odp_packet.h')
-rw-r--r--platform/linux-dpdk/include/api/odp_packet.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/platform/linux-dpdk/include/api/odp_packet.h b/platform/linux-dpdk/include/api/odp_packet.h
index 50e19ec06..c303d7840 100644
--- a/platform/linux-dpdk/include/api/odp_packet.h
+++ b/platform/linux-dpdk/include/api/odp_packet.h
@@ -22,19 +22,6 @@ extern "C" {
/**
- * ODP packet descriptor
- */
-typedef odp_buffer_t odp_packet_t;
-
-
-/** Invalid packet */
-#define ODP_PACKET_INVALID ODP_BUFFER_INVALID
-
-/** Invalid offset */
-#define ODP_PACKET_OFFSET_INVALID ((size_t)-1)
-
-
-/**
* Initialize the packet
*
* Needs to be called if the user allocates a packet buffer, i.e. the packet