Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 14 of 14) sorted by relevance

/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c223 int strategy, level, wbits; in zlib_set_stream_parameters() local
272 strategy = Z_DEFAULT_STRATEGY; in zlib_set_stream_parameters()
275 strategy = Z_FIXED; in zlib_set_stream_parameters()
278 strategy = Z_DEFAULT_STRATEGY; in zlib_set_stream_parameters()
286 DEF_MEM_LEVEL, strategy) != Z_OK) { in zlib_set_stream_parameters()
/dpdk/.github/workflows/
H A Dbuild.yml31 strategy:
164 strategy:
213 strategy:
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.h70 int strategy);
H A Dtxgbe_type.h554 int strategy);
H A Dtxgbe_hw.c2008 int strategy) in txgbe_set_pba() argument
2025 switch (strategy) { in txgbe_set_pba()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82598.c37 u32 headroom, int strategy);
1365 u32 headroom, int strategy) in ixgbe_set_rxpba_82598() argument
1375 switch (strategy) { in ixgbe_set_rxpba_82598()
H A Dixgbe_common.h127 int strategy);
H A Dixgbe_common.c4702 int strategy) in ixgbe_set_rxpba_generic() argument
4717 switch (strategy) { in ixgbe_set_rxpba_generic()
/dpdk/app/test/
H A Dtest_compressdev.c428 int strategy, window_bits, comp_level; in compress_zlib() local
439 strategy = Z_FIXED; in compress_zlib()
441 strategy = Z_DEFAULT_STRATEGY; in compress_zlib()
457 window_bits, mem_level, strategy); in compress_zlib()
/dpdk/doc/guides/prog_guide/
H A Dlpm_lib.rst221 The LPM algorithm is used to implement Classless Inter-Domain Routing (CIDR) strategy used by route…
H A Dlpm6_lib.rst208 The LPM algorithm is used to implement the Classless Inter-Domain Routing (CIDR) strategy used by r…
H A Dgraph_lib.rst198 processing strategy would be to create graph object PER WORKER.
H A Dqos_framework.rst342 The multicore scaling strategy is:
447 The strategy of hiding the latency of the prefetch operations is to switch from the current pipe (i…
/dpdk/license/
H A Dlgpl-2.1.txt25 strategy to use in any particular case, based on the explanations below.