Home
last modified time | relevance | path

Searched refs:add_timestamps (Results 1 – 2 of 2) sorted by relevance

/dpdk/doc/guides/sample_app_ug/
H A Drxtx_callbacks.rst93 The ``add_timestamps()`` and ``calc_latency()`` functions are explained below.
96 The add_timestamps() Callback
99 The ``add_timestamps()`` callback is added to the RX port and is applied to
/dpdk/examples/rxtx_callbacks/
H A Dmain.c56 add_timestamps(uint16_t port __rte_unused, uint16_t qidx __rte_unused, in add_timestamps() function
233 rte_eth_add_rx_callback(port, 0, add_timestamps, NULL); in port_init()