Home
last modified time | relevance | path

Searched refs:ebs (Results 1 – 21 of 21) sorted by relevance

/dpdk/lib/meter/
H A Drte_meter.c51 ((params->cbs == 0) && (params->ebs == 0))) in rte_meter_srtcm_profile_config()
56 p->ebs = params->ebs; in rte_meter_srtcm_profile_config()
74 m->te = p->ebs; in rte_meter_srtcm_config()
133 (params->eir != 0 && params->ebs == 0)) in rte_meter_trtcm_rfc4115_profile_config()
138 p->ebs = params->ebs; in rte_meter_trtcm_rfc4115_profile_config()
159 m->te = p->ebs; in rte_meter_trtcm_rfc4115_config()
H A Drte_meter.h49 uint64_t ebs; /**< Excess Burst Size (EBS). Measured in bytes. */ member
338 uint64_t ebs; member
386 uint64_t ebs; member
431 if (te > p->ebs) in rte_meter_srtcm_color_blind_check()
432 te = p->ebs; in rte_meter_srtcm_color_blind_check()
473 if (te > p->ebs) in rte_meter_srtcm_color_aware_check()
474 te = p->ebs; in rte_meter_srtcm_color_aware_check()
603 if (te > p->ebs) in rte_meter_trtcm_rfc4115_color_blind_check()
604 te = p->ebs; in rte_meter_trtcm_rfc4115_color_blind_check()
647 if (te > p->ebs) in rte_meter_trtcm_rfc4115_color_aware_check()
[all …]
/dpdk/app/test/
H A Dtest_meter.c43 .ebs = TM_TEST_SRTCM_EBS_DF,};
55 .ebs = TM_TEST_TRTCM_EBS_DF,};
78 sparams1.ebs = 0; in tm_test_srtcm_config()
90 sparams1.ebs = 0; in tm_test_srtcm_config()
187 rfc4115params1.ebs = 0; in tm_test_trtcm_rfc4115_config()
238 &sm, &sp, time, (uint32_t)sp.ebs - 1) != RTE_COLOR_YELLOW) in tm_test_srtcm_color_blind_check()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c139 uint64_t eir, ebs; in mlx5_flow_meter_profile_validate() local
170 } else if (profile->srtcm_rfc2697.ebs) { in mlx5_flow_meter_profile_validate()
186 ebs = profile->srtcm_rfc2697.ebs << ls_factor; in mlx5_flow_meter_profile_validate()
190 ebs <= MLX5_SRTCM_XBS_MAX) { in mlx5_flow_meter_profile_validate()
218 ebs = profile->trtcm_rfc4115.ebs << ls_factor; in mlx5_flow_meter_profile_validate()
328 uint64_t cir, cbs, eir, ebs; in mlx5_flow_meter_param_fill() local
335 ebs = fmp->profile.srtcm_rfc2697.ebs; in mlx5_flow_meter_param_fill()
346 ebs = fmp->profile.trtcm_rfc2698.pbs; in mlx5_flow_meter_param_fill()
352 ebs = fmp->profile.trtcm_rfc4115.ebs; in mlx5_flow_meter_param_fill()
364 ebs <<= MLX5_MTRS_PPS_MAP_BPS_SHIFT; in mlx5_flow_meter_param_fill()
[all …]
/dpdk/app/test-pmd/
H A Dcmdline_mtr.c307 uint64_t ebs; member
349 ebs, RTE_UINT64);
374 mp.srtcm_rfc2697.ebs = res->ebs; in cmd_add_port_meter_profile_srtcm_parsed()
531 uint64_t ebs; member
579 ebs, RTE_UINT64);
608 mp.trtcm_rfc4115.ebs = res->ebs; in cmd_add_port_meter_profile_trtcm_rfc4115_parsed()
/dpdk/lib/ethdev/
H A Drte_mtr.h146 uint64_t ebs; member
188 uint64_t ebs; member
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c121 if (profile->srtcm_rfc2697.ebs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()
161 if (profile->trtcm_rfc4115.ebs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()
1057 cfg->algo2697.ebs = profile->profile.srtcm_rfc2697.ebs; in nix_mtr_config_map()
1069 cfg->algo4115.ebs = profile->profile.trtcm_rfc4115.ebs; in nix_mtr_config_map()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c246 params.ebs = mtr->profile->profile.srtcm_rfc2697.ebs; in mrvl_meter_enable()
H A Dmrvl_qos.c468 cfg->port[port].policer_params.ebs = val; in parse_policer()
/dpdk/doc/guides/nics/
H A Dmvpp2.rst208 ebs = <ebs>
296 - ``<ebs>``: Excess burst size in unit of kilo bytes or number of packets.
323 ebs = 64
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni_cmd.h647 uint32_t ebs; member
665 uint32_t ebs; member
H A Ddpni.c2030 cmd_params->ebs = cpu_to_le32(cfg->ebs); in dpni_set_rx_tc_policing()
2076 cfg->ebs = le32_to_cpu(rsp_params->ebs); in dpni_get_rx_tc_policing()
H A Dfsl_dpni.h1118 uint32_t ebs; member
/dpdk/examples/qos_meter/
H A Dmain.c92 .ebs = 2048
/dpdk/drivers/common/cnxk/
H A Droc_nix.h102 uint64_t ebs; member
118 uint64_t ebs; member
H A Droc_nix_bpf.c562 meter_burst_to_nix(cfg->algo2697.ebs, &exponent_p, &mantissa_p); in roc_nix_bpf_config()
618 meter_burst_to_nix(cfg->algo4115.ebs, &exponent_p, &mantissa_p); in roc_nix_bpf_config()
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst527 add srtcm cir <cir> cbs <cbs> ebs <ebs>
/dpdk/app/test-flow-perf/
H A Dmain.c1280 mp.srtcm_rfc2697.ebs = meter_profile_values[2]; in create_meter_profile()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2749 (cir) (cbs) (ebs) (packet_mode)
2756 * ``ebs``: Excess Burst Size (EBS) (bytes or packets).
2782 (cir) (eir) (cbs) (ebs) (packet_mode)
2790 * ``ebs``: Excess burst size (bytes or packets).
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c5630 if (softnic_parser_read_uint64(&p.srtcm.ebs, tokens[14]) != 0) { in cmd_pipeline_table_meter_profile_add()
/dpdk/examples/ip_pipeline/
H A Dcli.c5379 if (parser_read_uint64(&p.srtcm.ebs, tokens[14]) != 0) { in cmd_pipeline_table_meter_profile_add()