Home
last modified time | relevance | path

Searched refs:calc_latency (Results 1 – 3 of 3) sorted by relevance

/dpdk/doc/guides/sample_app_ug/
H A Drxtx_callbacks.rst93 The ``add_timestamps()`` and ``calc_latency()`` functions are explained below.
112 The calc_latency() Callback
115 The ``calc_latency()`` callback is added to the TX port and is applied to all
123 The ``calc_latency()`` function accumulates the total number of packets and
/dpdk/examples/rxtx_callbacks/
H A Dmain.c71 calc_latency(uint16_t port, uint16_t qidx __rte_unused, in calc_latency() function
234 rte_eth_add_tx_callback(port, 0, calc_latency, NULL); in port_init()
/dpdk/lib/latencystats/
H A Drte_latencystats.c152 calc_latency(uint16_t pid __rte_unused, in calc_latency() function
285 calc_latency, user_cb); in rte_latencystats_init()