aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-12-19 15:29:57 +0200
committerMatias Elo <matias.elo@nokia.com>2023-02-07 15:07:27 +0200
commit740bcb143e570901ff67da3df0c7e53fde975eb5 (patch)
tree6f6eccba4214a9c3731ce7b3e8dd80ef5fccbd04 /include
parent6b798ec547fda27329259f8c4f4695e4606a081f (diff)
api: pktio: remove deprecated odp_pktin_ts_res() function
Remove deprecated odp_pktin_ts_res() function. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'include')
-rw-r--r--include/odp/api/spec/packet_io.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/odp/api/spec/packet_io.h b/include/odp/api/spec/packet_io.h
index e8f0cd0b9..a23f2d9ac 100644
--- a/include/odp/api/spec/packet_io.h
+++ b/include/odp/api/spec/packet_io.h
@@ -833,22 +833,6 @@ int odp_pktio_info(odp_pktio_t pktio, odp_pktio_info_t *info);
int odp_pktio_link_info(odp_pktio_t pktio, odp_pktio_link_info_t *info);
/**
- * Packet input timestamp resolution in hertz
- *
- * @deprecated Use odp_pktio_ts_res() instead, which returns resolution for
- * both packet input and output timestamps.
- *
- * This is the resolution of packet input timestamps. Returns zero on a failure
- * or when timestamping is disabled.
- *
- * @param pktio Packet IO handle
- *
- * @return Packet input timestamp resolution in hertz
- * @retval 0 on failure
- */
-uint64_t ODP_DEPRECATE(odp_pktin_ts_res)(odp_pktio_t pktio);
-
-/**
* Convert nanoseconds to packet input time
*
* @deprecated Use odp_pktio_ts_from_ns() instead, which can be used with both