| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_hw.c | 167 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 D | mlx5_flow.h | 599 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 D | mlx5_flow.c | 4619 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 D | mlx5_flow_dv.c | 3790 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 D | enic.ini | 62 jump = Y key
|
| H A D | sfc.ini | 68 jump = P key
|
| H A D | bnxt.ini | 81 jump = Y key
|
| H A D | default.ini | 154 jump = key
|
| H A D | mlx5.ini | 99 jump = Y key
|
| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 266 * ``--jump`` 267 Add jump action to all flows actions.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_04.rst | 394 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 D | release_21_02.rst | 89 * Added support for E-Switch mirroring and jump action in the same flow.
|
| H A D | release_19_05.rst | 109 * Added support for jump action for both E-Switch and NIC.
|
| H A D | release_21_11.rst | 574 This avoids a per packet function pointer jump overhead for such PMDs.
|
| /dpdk/doc/guides/nics/ |
| H A D | enic.rst | 248 …- 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 D | mlx5.rst | 86 - E-Switch mirroring and jump.
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_fm_flow.c | 1651 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 D | testpmd_funcs.rst | 4244 - ``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 D | rte_flow.rst | 1863 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
|