MCPcopy Create free account
hub / github.com/F-Stack/f-stack / hwts_field

Function hwts_field

dpdk/examples/rxtx_callbacks/main.c:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

calc_latencyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected