Home
last modified time | relevance | path

Searched refs:thresholds (Results 1 – 12 of 12) sorted by relevance

/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman_driver.c262 int bm_pool_set(u32 bpid, const u32 *thresholds) in bm_pool_set() argument
269 __generate_thresh(thresholds[0], 0)); in bm_pool_set()
271 __generate_thresh(thresholds[1], 1)); in bm_pool_set()
273 __generate_thresh(thresholds[2], 0)); in bm_pool_set()
275 __generate_thresh(thresholds[3], 1)); in bm_pool_set()
H A Dbman.c199 int ret = bm_pool_set(bpid, params->thresholds); in bman_new_pool()
348 int bman_update_pool_thresholds(struct bman_pool *pool, const u32 *thresholds) in bman_update_pool_thresholds() argument
354 return bm_pool_set(bpid, thresholds); in bman_update_pool_thresholds()
H A Dbman_priv.h87 int bm_pool_set(u32 bpid, const u32 *thresholds);
/dpdk/drivers/bus/dpaa/include/
H A Dfsl_bman.h182 u32 thresholds[4]; member
333 int bman_update_pool_thresholds(struct bman_pool *pool, const u32 *thresholds);
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst52 Specifically, some thresholds are checked to see whether a specific core running a DPDK polling thr…
185 The assumption is that the Rx queue size is 128 and the thresholds specified above
221 …The thresholds specified above need to be adjusted for different Intel processors and traffic prof…
247 …application will start in normal mode, and will use either the default thresholds or those supplie…
261 To initially obtain the ideal thresholds for the system, the training
272 cores. The thresholds should be very similar for each core.
H A Dvm_power_management.rst749 if between the average and maximum thresholds.
/dpdk/doc/guides/eventdevs/
H A Dcnxk.rst96 thresholds. GGRPs that have higher importance can be assigned higher
97 thresholds than the rest. The dictionary format is as follows
H A Ddlb2.rst320 DLB supports setting and tracking queue depth thresholds. Hardware uses
321 the thresholds to track how full a queue is compared to its threshold.
327 - Greater than 100% of depth thresholds
/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst160 change thresholds for a given system. The thresholds will differ from
H A Dtraffic_management.rst119 algorithm uses a separate set of RED thresholds for each packet color and uses
120 separate set of RED thresholds for each packet color.
H A Dqos_framework.rst1188 …eue operation, the RED algorithm compares the average queue size to minimum and maximum thresholds.
1189 Depending on whether the average queue size is below, above or in between these thresholds,
1468 * Compares the average queue size with the minimum and maximum thresholds
1476 the minimum and maximum thresholds and the mark probability.
1502 If the average queue size is between the minimum and maximum thresholds,
1515 If the average queue size is between the minimum and maximum thresholds,
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2349 Set thresholds for TX/RX queues::