Home
last modified time | relevance | path

Searched refs:pbs (Results 1 – 20 of 20) sorted by relevance

/dpdk/lib/meter/
H A Drte_meter.c92 (params->pbs == 0)) in rte_meter_trtcm_profile_config()
97 p->pbs = params->pbs; in rte_meter_trtcm_profile_config()
117 m->tp = p->pbs; in rte_meter_trtcm_config()
H A Drte_meter.h59 uint64_t pbs; /**< Peak Burst Size (PBS). Measured in bytes. */ member
356 uint64_t pbs; member
517 if (tp > p->pbs) in rte_meter_trtcm_color_blind_check()
518 tp = p->pbs; in rte_meter_trtcm_color_blind_check()
560 if (tp > p->pbs) in rte_meter_trtcm_color_aware_check()
561 tp = p->pbs; in rte_meter_trtcm_color_aware_check()
/dpdk/examples/pipeline/examples/
H A Dmeter.cli28 pipeline PIPELINE0 meter profile platinum add cir 46000000 pir 138000000 cbs 1000000 pbs 1000000
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c140 uint64_t pir, pbs; in mlx5_flow_meter_profile_validate() local
202 pbs = profile->trtcm_rfc2698.pbs << ls_factor; in mlx5_flow_meter_profile_validate()
206 pbs >= cbs && pbs <= (MLX5_SRTCM_XBS_MAX * 2)) { in mlx5_flow_meter_profile_validate()
340 fmp->profile.trtcm_rfc2698.pbs > in mlx5_flow_meter_param_fill()
346 ebs = fmp->profile.trtcm_rfc2698.pbs; in mlx5_flow_meter_param_fill()
/dpdk/app/test-pmd/
H A Dcmdline_mtr.c416 uint64_t pbs; member
462 pbs, RTE_UINT64);
488 mp.trtcm_rfc2698.pbs = res->pbs; in cmd_add_port_meter_profile_trtcm_parsed()
H A Dtestpmd.c1858 pkt_burst_stats_display(const char *rx_tx, struct pkt_burst_stats *pbs) in pkt_burst_stats_display() argument
1876 total_burst = pbs->pkt_burst_spread[0]; in pkt_burst_stats_display()
1877 burst_stats[0] = pbs->pkt_burst_spread[0]; in pkt_burst_stats_display()
1882 nb_burst = pbs->pkt_burst_spread[nb_pkt]; in pkt_burst_stats_display()
/dpdk/lib/ethdev/
H A Drte_mtr.h167 uint64_t pbs; member
/dpdk/app/test/
H A Dtest_meter.c49 .pbs = TM_TEST_TRTCM_PBS_DF,};
137 tparams1.pbs = 0; in tm_test_trtcm_config()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c585 profile.trtcm.pbs = mp_new->params.trtcm_rfc2698.pbs; in pmd_mtr_meter_profile_update()
H A Drte_eth_softnic_flow.c1602 profile.trtcm.pbs = mp->params.trtcm_rfc2698.pbs; in flow_rule_action_get()
H A Drte_eth_softnic_cli.c5676 if (softnic_parser_read_uint64(&p.trtcm.pbs, tokens[16]) != 0) { in cmd_pipeline_table_meter_profile_add()
/dpdk/examples/qos_meter/
H A Dmain.c101 .pbs = 2048
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c143 if (profile->trtcm_rfc2698.pbs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()
1063 cfg->algo2698.pbs = profile->profile.trtcm_rfc2698.pbs; in nix_mtr_config_map()
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst528 | trtcm cir <cir> pir <pir> cbs <cbs> pbs <pbs>
/dpdk/drivers/common/cnxk/
H A Droc_nix.h110 uint64_t pbs; member
H A Droc_nix_bpf.c589 meter_burst_to_nix(cfg->algo2698.pbs, &exponent_p, &mantissa_p); in roc_nix_bpf_config()
/dpdk/examples/pipeline/
H A Dcli.c2197 if (parser_read_uint64(&params.pbs, tokens[13])) { in cmd_pipeline_meter_profile_add()
/dpdk/examples/ip_pipeline/
H A Dcli.c5425 if (parser_read_uint64(&p.trtcm.pbs, tokens[16]) != 0) { in cmd_pipeline_table_meter_profile_add()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2765 (cir) (pir) (cbs) (pbs) (packet_mode)
2773 * ``pbs``: Peak burst size (bytes or packets).
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c8902 .pbs = 10000,