Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Drte_flow_driver.h189 struct rte_flow_actions_template *actions_template,
H A Drte_flow.c1611 struct rte_flow_actions_template *actions_template, in rte_flow_actions_template_destroy() argument
1619 if (unlikely(actions_template == NULL)) in rte_flow_actions_template_destroy()
1624 actions_template, in rte_flow_actions_template_destroy()
H A Drte_flow.h5217 struct rte_flow_actions_template *actions_template,
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3358 flow actions_template {port_id} create [actions_template_id {id}]
3365 flow actions_template {port_id} destroy actions_template {id} [...]
3374 actions_template {actions_template_id}
3392 actions_template {actions_template_index}
3549 ``flow actions_template create`` creates the specified actions template.
3552 flow actions_template {port_id} create [actions_template_id {id}]
3571 ``flow actions_template destroy`` destroys one or more actions templates
3572 from their template ID (as returned by ``flow actions_template create``),
3576 flow actions_template {port_id} destroy actions_template {id} [...]
3598 actions_template {actions_template_id}
[all …]
/dpdk/app/test-pmd/
H A Dconfig.c2337 pat->template.actions_template = rte_flow_actions_template_create(port_id, in port_flow_actions_template_create()
2339 if (!pat->template.actions_template) { in port_flow_actions_template_create()
2378 if (pat->template.actions_template && in port_flow_actions_template_destroy()
2380 pat->template.actions_template, &error)) { in port_flow_actions_template_destroy()
2442 temp->template.actions_template; in port_flow_template_table_create()
H A Dtestpmd.h176 struct rte_flow_actions_template *actions_template; member
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst3735 struct rte_flow_actions_template *actions_template =
3776 actions_templates[0] = actions_template;