Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 19 of 19) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c167 return &grp->jump; in flow_hw_jump_action_register()
186 (jump, struct mlx5_flow_group, jump); in flow_hw_jump_release()
257 if (acts->jump) { in __flow_hw_action_template_destroy()
261 (acts->jump, struct mlx5_flow_group, jump); in __flow_hw_action_template_destroy()
968 if (!jump) in flow_hw_actions_construct()
971 (!!attr.group) ? jump->hws_action : jump->root_action; in flow_hw_actions_construct()
972 job->flow->jump = jump; in flow_hw_actions_construct()
1872 if (!jump) in flow_hw_grp_create_cb()
1874 grp_data->jump.hws_action = jump; in flow_hw_grp_create_cb()
1880 if (!jump) in flow_hw_grp_create_cb()
[all …]
H A Dmlx5_flow.h599 struct mlx5_flow_dv_jump_tbl_resource jump; member
751 struct mlx5_flow_dv_jump_tbl_resource *jump; member
1030 struct mlx5_hw_jump_action *jump; member
1104 struct mlx5_hw_jump_action *jump; /* Jump action. */ member
1126 struct mlx5_hw_jump_action jump; /* Jump action. */ member
H A Dmlx5_flow.c4619 struct rte_flow_action_jump jump = { in flow_dv_mreg_create_cb() local
4660 .conf = &jump, in flow_dv_mreg_create_cb()
4678 .conf = &jump, in flow_dv_mreg_create_cb()
5624 struct rte_flow_action_jump *jump; in flow_mreg_split_qrss_prep() local
5684 jump = (void *)(set_tag + 1); in flow_mreg_split_qrss_prep()
5690 .conf = jump, in flow_mreg_split_qrss_prep()
7110 struct rte_flow_action_jump jump = { in mlx5_flow_create_esw_table_zero_flow() local
7116 .conf = &jump, in mlx5_flow_create_esw_table_zero_flow()
7171 struct rte_flow_action_jump jump = { in mlx5_flow_create_devx_sq_miss_flow() local
7180 .conf = &jump, in mlx5_flow_create_devx_sq_miss_flow()
[all …]
H A Dmlx5_flow_dv.c3790 dev_flow->dv.jump = &tbl_data->jump; in flow_dv_jump_tbl_resource_register()
10712 if (tbl_data->jump.action) in flow_dv_tbl_remove_cb()
12112 dev_flow->dv.jump->action; in flow_dv_create_action_sample()
13361 dev_flow->dv.jump->action; in flow_dv_translate()
15787 tbl_data->jump.action; in __flow_dv_create_domain_policy_acts()
15793 tbl_data->jump.action; in __flow_dv_create_domain_policy_acts()
15952 tbl_data->jump.action; in __flow_dv_create_domain_policy_acts()
16735 tbl_data->jump.action; in __flow_dv_create_policy_acts_rules()
16832 tbl_data->jump.action; in __flow_dv_create_domain_def_policy()
16854 tbl_data->jump.action; in __flow_dv_create_domain_def_policy()
[all …]
/dpdk/doc/guides/nics/features/
H A Denic.ini62 jump = Y key
H A Dsfc.ini68 jump = P key
H A Dbnxt.ini81 jump = Y key
H A Ddefault.ini154 jump = key
H A Dmlx5.ini99 jump = Y key
/dpdk/doc/guides/tools/
H A Dflow-perf.rst266 * ``--jump``
267 Add jump action to all flows actions.
/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst394 Fix hash library to support multi-process mode, using a jump table,
397 however a custom compare function (not in the jump table) can only
H A Drelease_21_02.rst89 * Added support for E-Switch mirroring and jump action in the same flow.
H A Drelease_19_05.rst109 * Added support for jump action for both E-Switch and NIC.
H A Drelease_21_11.rst574 This avoids a per packet function pointer jump overhead for such PMDs.
/dpdk/doc/guides/nics/
H A Denic.rst248 …- Ingress Actions: count, drop, flag, jump, mark, port_id, passthru, queue, rss, vxlan_decap, vxla…
249 - Egress Actions: count, drop, jump, passthru, vxlan_encap, and void
H A Dmlx5.rst86 - E-Switch mirroring and jump.
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1651 const struct rte_flow_action_jump *jump = in enic_fm_copy_action() local
1657 ret = enic_fet_get(fm, jump->group, ingress, NULL, in enic_fm_copy_action()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4244 - ``jump``: redirect traffic to group on device.
5417 actions jump group 1 / end
5432 In the first table, create a flow rule by using conntrack action and jump to
5448 …testpmd> flow create 0 group 3 ingress pattern eth / ipv4 / tcp / end actions indirect 0 / jump gr…
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1863 Defining an action for matched flow in a group to jump to a group which is
1866 definitions of jump actions, applications should be aware that it may be