Home
last modified time | relevance | path

Searched refs:trtcm_rfc2698 (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c403 profile.trtcm.cir = mp_new->params.trtcm_rfc2698.cir; in pmd_mtr_meter_profile_update()
404 profile.trtcm.pir = mp_new->params.trtcm_rfc2698.pir; in pmd_mtr_meter_profile_update()
405 profile.trtcm.cbs = mp_new->params.trtcm_rfc2698.cbs; in pmd_mtr_meter_profile_update()
406 profile.trtcm.pbs = mp_new->params.trtcm_rfc2698.pbs; in pmd_mtr_meter_profile_update()
H A Drte_eth_softnic_flow.c1605 profile.trtcm.cir = mp->params.trtcm_rfc2698.cir; in flow_rule_action_get()
1606 profile.trtcm.pir = mp->params.trtcm_rfc2698.pir; in flow_rule_action_get()
1607 profile.trtcm.cbs = mp->params.trtcm_rfc2698.cbs; in flow_rule_action_get()
1608 profile.trtcm.pbs = mp->params.trtcm_rfc2698.pbs; in flow_rule_action_get()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_mtr.c433 cmdline_fixed_string_t trtcm_rfc2698; member
460 trtcm_rfc2698, "trtcm_rfc2698");
503 mp.trtcm_rfc2698.cir = res->cir; in cmd_add_port_meter_profile_trtcm_parsed()
504 mp.trtcm_rfc2698.pir = res->pir; in cmd_add_port_meter_profile_trtcm_parsed()
505 mp.trtcm_rfc2698.cbs = res->cbs; in cmd_add_port_meter_profile_trtcm_parsed()
506 mp.trtcm_rfc2698.pbs = res->pbs; in cmd_add_port_meter_profile_trtcm_parsed()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_mtr.h158 } trtcm_rfc2698; member
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2710 testpmd> add port meter profile trtcm_rfc2698 (port_id) (profile_id) \