DPDK  24.03.0
Data Fields
rte_dispatcher_stats Struct Reference

#include <rte_dispatcher.h>

Data Fields

uint64_t poll_count
 
uint64_t ev_batch_count
 
uint64_t ev_dispatch_count
 
uint64_t ev_drop_count
 

Detailed Description

Dispatcher statistics

Definition at line 108 of file rte_dispatcher.h.

Field Documentation

◆ poll_count

uint64_t poll_count

Number of event dequeue calls made toward the event device.

Definition at line 110 of file rte_dispatcher.h.

◆ ev_batch_count

uint64_t ev_batch_count

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

Definition at line 112 of file rte_dispatcher.h.

◆ ev_dispatch_count

uint64_t ev_dispatch_count

Number of events dispatched to a handler.

Definition at line 114 of file rte_dispatcher.h.

◆ ev_drop_count

uint64_t ev_drop_count

Number of events dropped because no handler was found.

Definition at line 116 of file rte_dispatcher.h.


The documentation for this struct was generated from the following file: