Home
last modified time | relevance | path

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

/f-stack/dpdk/doc/guides/sample_app_ug/
H A Drxtx_callbacks.rst118 rte_eth_add_rx_callback(port, 0, add_timestamps, NULL);
129 rte_eth_add_rx_callback(port, 0, add_timestamps, NULL);
136 The ``add_timestamps()`` and ``calc_latency()`` functions are explained below.
139 The add_timestamps() Callback
142 The ``add_timestamps()`` callback is added to the RX port and is applied to
148 add_timestamps(uint16_t port __rte_unused, uint16_t qidx __rte_unused,
/f-stack/dpdk/examples/rxtx_callbacks/
H A Dmain.c61 add_timestamps(uint16_t port __rte_unused, uint16_t qidx __rte_unused, in add_timestamps() function
232 rte_eth_add_rx_callback(port, 0, add_timestamps, NULL); in port_init()