Home
last modified time | relevance | path

Searched refs:learn (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/pipeline/examples/
H A Dlearner.spec94 learn fwd_action m.fwd_action_arg_port_out m.timeout_id
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h832 struct instr_learn learn; member
2388 uint64_t action_id = ip->learn.action_id; in __instr_learn_exec()
2389 uint32_t mf_first_arg_offset = ip->learn.mf_first_arg_offset; in __instr_learn_exec()
2390 uint32_t timeout_id = METADATA_READ(t, ip->learn.mf_timeout_id_offset, in __instr_learn_exec()
2391 ip->learn.mf_timeout_id_n_bits); in __instr_learn_exec()
2444 uint32_t timeout_id = METADATA_READ(t, ip->learn.mf_timeout_id_offset, in __instr_rearm_new_exec()
2445 ip->learn.mf_timeout_id_n_bits); in __instr_rearm_new_exec()
H A Drte_swx_pipeline.c2847 instr->learn.action_id = a->id; in instr_learn_translate()
2848 instr->learn.mf_first_arg_offset = mf_first_arg ? (mf_first_arg->offset / 8) : 0; in instr_learn_translate()
2849 instr->learn.mf_timeout_id_offset = mf_timeout_id->offset / 8; in instr_learn_translate()
2850 instr->learn.mf_timeout_id_n_bits = mf_timeout_id->n_bits; in instr_learn_translate()
2898 instr->learn.mf_timeout_id_offset = mf_timeout_id->offset / 8; in instr_rearm_translate()
2899 instr->learn.mf_timeout_id_n_bits = mf_timeout_id->n_bits; in instr_rearm_translate()
9355 if (a->id == instr->learn.action_id) in learner_action_learning_check()
12746 instr->learn.action_id, in instr_learn_export()
12747 instr->learn.mf_first_arg_offset, in instr_learn_export()
12748 instr->learn.mf_timeout_id_offset, in instr_learn_export()
[all …]
/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst88 See :ref:`Hugepage Mapping <hugepage_mapping>` section to learn how these limits affect EAL.