aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/include/api/odp_packet_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-dpdk/include/api/odp_packet_io.h')
-rw-r--r--platform/linux-dpdk/include/api/odp_packet_io.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/platform/linux-dpdk/include/api/odp_packet_io.h b/platform/linux-dpdk/include/api/odp_packet_io.h
index 80cc59ebf..ad94d1b57 100644
--- a/platform/linux-dpdk/include/api/odp_packet_io.h
+++ b/platform/linux-dpdk/include/api/odp_packet_io.h
@@ -102,25 +102,6 @@ int odp_pktio_inq_remdef(odp_pktio_t id);
odp_queue_t odp_pktio_outq_getdef(odp_pktio_t id);
/**
- * Store packet input handle into packet
- *
- * @param pkt ODP packet buffer handle
- * @param id ODP packet IO handle
- *
- * @return
- */
-void odp_pktio_set_input(odp_packet_t pkt, odp_pktio_t id);
-
-/**
- * Get stored packet input handle from packet
- *
- * @param pkt ODP packet buffer handle
- *
- * @return Packet IO handle
- */
-odp_pktio_t odp_pktio_get_input(odp_packet_t pkt);
-
-/**
* Defines the maximum length of mac address supported by this platform
*/
#define ODP_MAC_ADDR_MAX_LENGTH ETH_ALEN