Home
last modified time | relevance | path

Searched refs:srtcm_rfc2697 (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c244 params.cir = mtr->profile->profile.srtcm_rfc2697.cir; in mrvl_meter_enable()
245 params.cbs = mtr->profile->profile.srtcm_rfc2697.cbs; in mrvl_meter_enable()
246 params.ebs = mtr->profile->profile.srtcm_rfc2697.ebs; in mrvl_meter_enable()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c111 if (profile->srtcm_rfc2697.cir > mtr_capa.meter_rate_max) in nix_mtr_profile_validate()
116 if (profile->srtcm_rfc2697.cbs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()
121 if (profile->srtcm_rfc2697.ebs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()
1055 cfg->algo2697.cir = profile->profile.srtcm_rfc2697.cir * 8; in nix_mtr_config_map()
1056 cfg->algo2697.cbs = profile->profile.srtcm_rfc2697.cbs; in nix_mtr_config_map()
1057 cfg->algo2697.ebs = profile->profile.srtcm_rfc2697.ebs; in nix_mtr_config_map()
/dpdk/app/test-pmd/
H A Dcmdline_mtr.c302 cmdline_fixed_string_t srtcm_rfc2697; member
329 srtcm_rfc2697, "srtcm_rfc2697");
372 mp.srtcm_rfc2697.cir = res->cir; in cmd_add_port_meter_profile_srtcm_parsed()
373 mp.srtcm_rfc2697.cbs = res->cbs; in cmd_add_port_meter_profile_srtcm_parsed()
374 mp.srtcm_rfc2697.ebs = res->ebs; in cmd_add_port_meter_profile_srtcm_parsed()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c170 } else if (profile->srtcm_rfc2697.ebs) { in mlx5_flow_meter_profile_validate()
184 cir = profile->srtcm_rfc2697.cir << ls_factor; in mlx5_flow_meter_profile_validate()
185 cbs = profile->srtcm_rfc2697.cbs << ls_factor; in mlx5_flow_meter_profile_validate()
186 ebs = profile->srtcm_rfc2697.ebs << ls_factor; in mlx5_flow_meter_profile_validate()
332 cir = fmp->profile.srtcm_rfc2697.cir; in mlx5_flow_meter_param_fill()
333 cbs = fmp->profile.srtcm_rfc2697.cbs; in mlx5_flow_meter_param_fill()
335 ebs = fmp->profile.srtcm_rfc2697.ebs; in mlx5_flow_meter_param_fill()
/dpdk/lib/ethdev/
H A Drte_mtr.h147 } srtcm_rfc2697; member
/dpdk/app/test-flow-perf/
H A Dmain.c1276 mp.srtcm_rfc2697.cir = meter_profile_values[0] ? in create_meter_profile()
1278 mp.srtcm_rfc2697.cbs = meter_profile_values[1] ? in create_meter_profile()
1280 mp.srtcm_rfc2697.ebs = meter_profile_values[2]; in create_meter_profile()
/dpdk/doc/guides/tools/
H A Dflow-perf.rst109 Example: meter-profile-alg=srtcmp, default algorithm is srtcm_rfc2697
/dpdk/doc/guides/nics/
H A Dmvpp2.rst605 testpmd> add port meter profile 0 0 srtcm_rfc2697 2000 256 256
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2748 testpmd> add port meter profile srtcm_rfc2697 (port_id) (profile_id) \
5473 testpmd> add port meter profile srtcm_rfc2697 0 13 21504 2688 0 0