Lines Matching refs:eventdev
27 However, the DLB hardware is not a perfect match to the eventdev API. Some DLB
29 accessible as vdev command-line parameters, and certain eventdev features are
35 eventdev API and DLB misalign.
47 The DLB is a closed system eventdev, and as such the ``nb_events_limit`` device
49 defined in the eventdev header file. The limit is applied to all enqueues,
59 certain reconfiguration sequences that are valid in the eventdev API but not
123 DLB ports come in two flavors: load-balanced and directed. The eventdev API
151 cannot change after the eventdev is started.
153 The eventdev API does not have a directed scheduling type. To support directed
186 A DLB eventdev contains one load-balanced and one directed credit pool. These
221 When the eventdev is started, each port is pre-allocated a high watermark's
222 worth of credits. For example, if an eventdev contains four ports with enqueue
239 the per-port backpressure described in the eventdev API.
250 In this model, an event is "in the system" from its first enqueue into eventdev
260 The out-of-credit situations are typically transient, and an eventdev
285 described in the eventdev header file. The DLB does not support 'global' event
305 scheduled. The likelihood of this case depends on the eventdev configuration,