| /dpdk/lib/meter/ |
| H A D | rte_meter.c | 51 ((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 D | rte_meter.h | 49 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 D | test_meter.c | 43 .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 D | mlx5_flow_meter.c | 139 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 D | cmdline_mtr.c | 307 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 D | rte_mtr.h | 146 uint64_t ebs; member 188 uint64_t ebs; member
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_mtr.c | 121 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 D | mrvl_mtr.c | 246 params.ebs = mtr->profile->profile.srtcm_rfc2697.ebs; in mrvl_meter_enable()
|
| H A D | mrvl_qos.c | 468 cfg->port[port].policer_params.ebs = val; in parse_policer()
|
| /dpdk/doc/guides/nics/ |
| H A D | mvpp2.rst | 208 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 D | fsl_dpni_cmd.h | 647 uint32_t ebs; member 665 uint32_t ebs; member
|
| H A D | dpni.c | 2030 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 D | fsl_dpni.h | 1118 uint32_t ebs; member
|
| /dpdk/examples/qos_meter/ |
| H A D | main.c | 92 .ebs = 2048
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix.h | 102 uint64_t ebs; member 118 uint64_t ebs; member
|
| H A D | roc_nix_bpf.c | 562 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 D | ip_pipeline.rst | 527 add srtcm cir <cir> cbs <cbs> ebs <ebs>
|
| /dpdk/app/test-flow-perf/ |
| H A D | main.c | 1280 mp.srtcm_rfc2697.ebs = meter_profile_values[2]; in create_meter_profile()
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2749 (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 D | rte_eth_softnic_cli.c | 5630 if (softnic_parser_read_uint64(&p.srtcm.ebs, tokens[14]) != 0) { in cmd_pipeline_table_meter_profile_add()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 5379 if (parser_read_uint64(&p.srtcm.ebs, tokens[14]) != 0) { in cmd_pipeline_table_meter_profile_add()
|