| 23 | static int hwts_dynfield_offset = -1; |
| 24 | |
| 25 | static inline rte_mbuf_timestamp_t * |
| 26 | hwts_field(struct rte_mbuf *mbuf) |
| 27 | { |
| 28 | return RTE_MBUF_DYNFIELD(mbuf, |
| 29 | hwts_dynfield_offset, rte_mbuf_timestamp_t *); |
| 30 | } |
| 31 | |
| 32 | typedef uint64_t tsc_t; |
| 33 | static int tsc_dynfield_offset = -1; |