DOKK / manpages / debian 13 / dpdk-doc / rte_dispatcher_stats.3.en
rte_dispatcher_stats(3) Library Functions Manual rte_dispatcher_stats(3)

rte_dispatcher_stats

#include <rte_dispatcher.h>


uint64_t poll_count
uint64_t ev_batch_count
uint64_t ev_dispatch_count
uint64_t ev_drop_count

Dispatcher statistics

Definition at line 108 of file rte_dispatcher.h.

Number of event dequeue calls made toward the event device.

Definition at line 110 of file rte_dispatcher.h.

Number of non-empty event batches dequeued from event device.

Definition at line 112 of file rte_dispatcher.h.

Number of events dispatched to a handler.

Definition at line 114 of file rte_dispatcher.h.

Number of events dropped because no handler was found.

Definition at line 116 of file rte_dispatcher.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK