Home
last modified time | relevance | path

Searched refs:profiles (Results 1 – 22 of 22) sorted by relevance

/dpdk/examples/service_cores/
H A Dmain.c68 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 Dcfg_file.c51 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 Dmrvl_mtr.c56 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 Dmrvl_ethdev.h178 LIST_HEAD(profiles, mrvl_mtr_profile) profiles;
/dpdk/doc/guides/prog_guide/
H A Dtraffic_metering_and_policing.rst85 #. The application creates the required meter profiles by using the
H A Dtraffic_management.rst89 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 Drelease_18_05.rst294 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 Drelease_20_02.rst80 * 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 Drelease_18_02.rst29 profiles which can be programmed by dynamic device personalization (DDP)
H A Drelease_19_08.rst246 of the maximum number of pipe profiles, respectively. In addition, the
H A Drelease_17_11.rst182 profiles which can be programmed by dynamic device personalization (DDP)
H A Drelease_17_05.rst105 supporting profiles which can be programmed by dynamic device personalization
H A Drelease_19_11.rst413 pipe queue sizes, pipe profiles, etc., are moved from port level structure
H A Drelease_20_11.rst362 subport bandwidth profiles to the subport profile table at runtime.
/dpdk/drivers/net/ice/base/
H A Dice_switch.c7076 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 Ddpaa.rst320 storage profiles cab be associated to Ethernet ports.
H A Denic.rst119 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 Dsoftnic.rst31 such as: memory pools, SW queues, traffic manager, action profiles, pipelines,
H A Ddpaa2.rst80 | profiles -DPMAC |
H A Dmlx5.rst453 - meter profiles of RFC2697, RFC2698 and RFC4115 are supported.
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst29 …* Action profiles: used to define the actions to be executed by pipeline input/output ports and ta…
H A Dl3_forward_power_man.rst221 …thresholds specified above need to be adjusted for different Intel processors and traffic profiles.