| /dpdk/examples/service_cores/ |
| H A D | main.c | 68 static struct profile profiles[] = { variable 110 #define NUM_PROFILES RTE_DIM(profiles) 118 struct profile *p = &profiles[profile_id]; in apply_profile() 212 printf("\n==> Profile: %s\n\n", profiles[i].name); in main()
|
| /dpdk/examples/qos_sched/ |
| H A D | cfg_file.c | 51 int profiles; in cfg_load_pipe() local 56 profiles = rte_cfgfile_num_sections(cfg, "pipe profile", sizeof("pipe profile") - 1); in cfg_load_pipe() 57 subport_params[0].n_pipe_profiles = profiles; in cfg_load_pipe() 59 for (j = 0; j < profiles; j++) { in cfg_load_pipe() 151 int profiles; in cfg_load_subport_profile() local 156 profiles = rte_cfgfile_num_sections(cfg, "subport profile", in cfg_load_subport_profile() 158 subport_params[0].n_pipe_profiles = profiles; in cfg_load_subport_profile() 160 for (i = 0; i < profiles; i++) { in cfg_load_subport_profile()
|
| /dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_mtr.c | 56 LIST_FOREACH(profile, &priv->profiles, next) in mrvl_mtr_profile_from_id() 112 LIST_INSERT_HEAD(&priv->profiles, prof, next); in mrvl_meter_profile_add() 492 LIST_INIT(&priv->profiles); in mrvl_mtr_init() 513 for (profile = LIST_FIRST(&priv->profiles); in mrvl_mtr_deinit()
|
| H A D | mrvl_ethdev.h | 178 LIST_HEAD(profiles, mrvl_mtr_profile) profiles;
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | traffic_metering_and_policing.rst | 85 #. The application creates the required meter profiles by using the
|
| H A D | traffic_management.rst | 89 of shaper profiles. Any shaper profile (single rate or dual rate shaper) can be 130 definition of WRED profiles. Any WRED profile can be used by one or several
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 294 includes creating action profiles, registering actions to the profiles, 295 instantiating action profiles for pipeline table and input ports, etc. 350 * meter: API updated to accommodate configuration profiles. 352 The meter API has been changed to support meter configuration profiles. The
|
| H A D | release_20_02.rst | 80 * Added support for L2TPv3 over IP profiles which can be programmed by the 82 * Added support for ESP-AH profiles which can be programmed by the
|
| H A D | release_18_02.rst | 29 profiles which can be programmed by dynamic device personalization (DDP)
|
| H A D | release_19_08.rst | 246 of the maximum number of pipe profiles, respectively. In addition, the
|
| H A D | release_17_11.rst | 182 profiles which can be programmed by dynamic device personalization (DDP)
|
| H A D | release_17_05.rst | 105 supporting profiles which can be programmed by dynamic device personalization
|
| H A D | release_19_11.rst | 413 pipe queue sizes, pipe profiles, etc., are moved from port level structure
|
| H A D | release_20_11.rst | 362 subport bandwidth profiles to the subport profile table at runtime.
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_switch.c | 7076 ice_find_free_recp_res_idx(struct ice_hw *hw, const ice_bitmap_t *profiles, in ice_find_free_recp_res_idx() argument 7096 ice_for_each_set_bit(bit, profiles, ICE_MAX_NUM_PROFILES) { in ice_find_free_recp_res_idx() 7126 ice_bitmap_t *profiles) in ice_add_sw_recipe() argument 7145 free_res_idx = ice_find_free_recp_res_idx(hw, profiles, result_idx_bm); in ice_add_sw_recipe() 7813 ice_declare_bitmap(profiles, ICE_MAX_NUM_PROFILES); in ice_add_adv_recipe() 7915 ice_zero_bitmap(profiles, ICE_MAX_NUM_PROFILES); in ice_add_adv_recipe() 7919 ice_set_bit((u16)fvit->profile_id, profiles); in ice_add_adv_recipe() 7930 status = ice_add_sw_recipe(hw, rm, profiles); in ice_add_adv_recipe()
|
| /dpdk/doc/guides/nics/ |
| H A D | dpaa.rst | 320 storage profiles cab be associated to Ethernet ports.
|
| H A D | enic.rst | 119 for information on configuring SR-IOV adapter policies and port profiles 199 passthrough devices do not require libvirt, port profiles, and VM-FEX.
|
| H A D | softnic.rst | 31 such as: memory pools, SW queues, traffic manager, action profiles, pipelines,
|
| H A D | dpaa2.rst | 80 | profiles -DPMAC |
|
| H A D | mlx5.rst | 453 - meter profiles of RFC2697, RFC2698 and RFC4115 are supported.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 29 …* Action profiles: used to define the actions to be executed by pipeline input/output ports and ta…
|
| H A D | l3_forward_power_man.rst | 221 …thresholds specified above need to be adjusted for different Intel processors and traffic profiles.
|