Home
last modified time | relevance | path

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

/dpdk/doc/guides/eventdevs/
H A Dsw.rst97 * ``min_burst`` specifies the minimum number of inflight events that can be
110 --vdev="event_sw0,min_burst=8,deq_burst=64,refill_once=1"
/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_ops.c143 uint64_t min_burst, max_burst; in nix_tm_shaper_profile_add() local
158 min_burst = NIX_TM_MIN_SHAPER_BURST; in nix_tm_shaper_profile_add()
174 if (commit_sz < min_burst || commit_sz > max_burst) in nix_tm_shaper_profile_add()
183 if (peak_sz < min_burst || peak_sz > max_burst) in nix_tm_shaper_profile_add()
H A Droc_nix_tm_utils.c275 uint64_t min_burst, max_burst; in nix_tm_shaper_burst_conv() local
279 min_burst = NIX_TM_MIN_SHAPER_BURST; in nix_tm_shaper_burst_conv()
282 if (value < min_burst || value > max_burst) in nix_tm_shaper_burst_conv()