Home
last modified time | relevance | path

Searched refs:hint (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/dma/ioat/
H A Dioat_hw_defs.h125 uint32_t hint: 1; member
180 uint32_t hint: 1; member
217 uint32_t hint: 1; member
258 uint32_t hint: 1; member
/dpdk/drivers/net/hns3/
H A Dhns3_common.c158 uint32_t hint = HNS3_IO_FUNC_HINT_NONE; in hns3_parse_io_hint_func() local
163 hint = HNS3_IO_FUNC_HINT_VEC; in hns3_parse_io_hint_func()
165 hint = HNS3_IO_FUNC_HINT_SVE; in hns3_parse_io_hint_func()
167 hint = HNS3_IO_FUNC_HINT_SIMPLE; in hns3_parse_io_hint_func()
169 hint = HNS3_IO_FUNC_HINT_COMMON; in hns3_parse_io_hint_func()
172 if (hint != HNS3_IO_FUNC_HINT_NONE) in hns3_parse_io_hint_func()
173 *(uint32_t *)extra_args = hint; in hns3_parse_io_hint_func()
179 hns3_get_io_hint_func_name(uint32_t hint) in hns3_get_io_hint_func_name() argument
181 switch (hint) { in hns3_get_io_hint_func_name()
H A Dhns3_ethdev_dump.c40 get_io_func_hint_name(uint32_t hint) in get_io_func_hint_name() argument
42 switch (hint) { in get_io_func_hint_name()
/dpdk/drivers/raw/ioat/
H A Dioat_spec.h104 uint32_t hint: 1; member
159 uint32_t hint: 1; member
196 uint32_t hint: 1; member
237 uint32_t hint: 1; member
H A Drte_ioat_rawdev_fns.h65 uint32_t hint: 1; member
/dpdk/doc/guides/eventdevs/
H A Dsw.rst56 is a *hint* only, and that fewer or more events may be scheduled in a given
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst50 This application includes a P-state power management algorithm to generate a frequency hint to be s…
170 The power_freq_scaleup_heuristic() function is responsible for generating a frequency hint for the …
181 * When the trend counter reached 10000 the frequency hint is changed to the next higher frequency.
/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_tx_adapter.rst173 Additionally, application can provide a hint to the Tx adapter that all the
/dpdk/doc/guides/nics/
H A Dmlx5.rst77 - Per packet no-inline hint flag to disable packet data copying into Tx descriptors.
284 The hint flag ``RTE_PMD_MLX5_FINE_GRANULARITY_INLINE`` is dynamic,
292 The "not inline hint" feature operating flow is the following one:
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst239 executed per core and uses the number of empty polls as a hint for system
H A Drelease_21_11.rst463 * mempool: Added ``RTE_MEMPOOL_F_NON_IO`` flag to give a hint to DPDK components
H A Drelease_20_11.rst27 Added a hardware hint CLDEMOTE, which is similar to prefetch in reverse.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3465 device to give a hint of possible values for flow engine configuration.