Home
last modified time | relevance | path

Searched refs:prefetch (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/thunderx/
H A Dmeson.build19 if cc.has_argument('-fno-prefetch-loop-arrays')
20 cflags += '-fno-prefetch-loop-arrays'
/dpdk/lib/ip_frag/
H A Drte_ip_frag_common.c19 uint32_t prefetch) in rte_ip_frag_free_death_row() argument
23 k = RTE_MIN(prefetch, dr->cnt); in rte_ip_frag_free_death_row()
H A Drte_ip_frag.h262 * @param prefetch
263 * How many buffers to prefetch before freeing.
266 uint32_t prefetch);
/dpdk/doc/guides/sample_app_ug/
H A Dqos_scheduler.rst102 * A = RX prefetch threshold (the default value is 8)
110 * A = TX prefetch threshold (the default value is 36)
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst19 * **Added prefetch with intention to write APIs.**
21 Added new prefetch function variants e.g. ``rte_prefetch0_write``,
22 which allow the programmer to prefetch a cache line and also indicate
27 Added a hardware hint CLDEMOTE, which is similar to prefetch in reverse.
/dpdk/doc/guides/nics/
H A Dmlx4.rst344 #. Verify IO non-posted prefetch is disabled by default. This can be checked
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c12540 int prefetch = 0, idx_imm = 0, src_imm = 0; in instr_reg_export() local
12545 prefetch = 1; in instr_reg_export()
12596 if (!prefetch) { in instr_reg_export()
12622 int prefetch = 0, idx_imm = 0, color_in_imm = 0; in instr_meter_export() local
12627 prefetch = 1; in instr_meter_export()
12671 if (!prefetch) { in instr_meter_export()