Home
last modified time | relevance | path

Searched refs:RTE_COLOR_YELLOW (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_meter.c229 != RTE_COLOR_YELLOW) in tm_test_srtcm_color_blind_check()
288 != RTE_COLOR_YELLOW) in tm_test_trtcm_color_blind_check()
298 != RTE_COLOR_YELLOW) in tm_test_trtcm_color_blind_check()
347 != RTE_COLOR_YELLOW) in tm_test_trtcm_rfc4115_color_blind_check()
357 != RTE_COLOR_YELLOW) in tm_test_trtcm_rfc4115_color_blind_check()
450 out[1] = RTE_COLOR_YELLOW; in tm_test_srtcm_color_aware_check()
451 out[2] = RTE_COLOR_YELLOW; in tm_test_srtcm_color_aware_check()
461 out[0] = RTE_COLOR_YELLOW; in tm_test_srtcm_color_aware_check()
462 out[1] = RTE_COLOR_YELLOW; in tm_test_srtcm_color_aware_check()
463 out[2] = RTE_COLOR_YELLOW; in tm_test_srtcm_color_aware_check()
[all …]
H A Dtest_sched.c118 RTE_COLOR_YELLOW); in prepare_pkt()
176 TEST_ASSERT_EQUAL(color, RTE_COLOR_YELLOW, "Wrong color\n"); in test_sched()
/f-stack/dpdk/lib/librte_meter/
H A Drte_meter.h38 RTE_COLOR_YELLOW, /**< Yellow */ enumerator
446 return RTE_COLOR_YELLOW; in rte_meter_srtcm_color_blind_check()
488 return RTE_COLOR_YELLOW; in rte_meter_srtcm_color_aware_check()
530 return RTE_COLOR_YELLOW; in rte_meter_trtcm_color_blind_check()
570 if ((pkt_color == RTE_COLOR_YELLOW) || (tc < pkt_len)) { in rte_meter_trtcm_color_aware_check()
573 return RTE_COLOR_YELLOW; in rte_meter_trtcm_color_aware_check()
615 return RTE_COLOR_YELLOW; in rte_meter_trtcm_rfc4115_color_blind_check()
660 return RTE_COLOR_YELLOW; in rte_meter_trtcm_rfc4115_color_aware_check()
/f-stack/dpdk/examples/qos_meter/
H A Drte_policer.h13 e_RTE_PHB_ACTION_YELLOW = RTE_COLOR_YELLOW,
H A Dmain.h10 YELLOW = RTE_COLOR_YELLOW,
/f-stack/dpdk/app/proc-info/
H A Dmain.c1008 cap.mark_vlan_dei_supported[RTE_COLOR_YELLOW], in show_tm()
1012 cap.mark_ip_ecn_tcp_supported[RTE_COLOR_YELLOW], in show_tm()
1016 cap.mark_ip_ecn_sctp_supported[RTE_COLOR_YELLOW], in show_tm()
1020 cap.mark_ip_dscp_supported[RTE_COLOR_YELLOW], in show_tm()
1140 stats.leaf.n_pkts_dropped[RTE_COLOR_YELLOW], in show_tm()
1141 stats.leaf.n_bytes_dropped[RTE_COLOR_YELLOW], in show_tm()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_mtr.c98 *dscp_table[i++] = RTE_COLOR_YELLOW; in parse_dscp_table_entries()
188 actions[RTE_COLOR_YELLOW] = action; in parse_policer_action_string()
813 params.action[RTE_COLOR_YELLOW] = in cmd_create_port_meter_parsed()
1441 stats.n_pkts[RTE_COLOR_YELLOW]); in cmd_show_port_meter_stats_parsed()
1444 stats.n_bytes[RTE_COLOR_YELLOW]); in cmd_show_port_meter_stats_parsed()
H A Dcmdline_tm.c697 stats.leaf.n_pkts_dropped[RTE_COLOR_YELLOW]); in cmd_show_port_tm_node_stats_parsed()
706 stats.leaf.n_bytes_dropped[RTE_COLOR_YELLOW]); in cmd_show_port_tm_node_stats_parsed()
1347 color = RTE_COLOR_YELLOW; in cmd_add_port_tm_node_wred_profile_parsed()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c626 out->n_pkts[RTE_COLOR_YELLOW] += in->n_packets[i]; in mtr_stats_convert()
646 out->n_bytes[RTE_COLOR_YELLOW] += in->n_bytes[i]; in mtr_stats_convert()
H A Drte_eth_softnic_flow.c1629 rule_action->mtr.mtr[0].policer[RTE_COLOR_YELLOW] = in flow_rule_action_get()
1630 softnic_table_action_policer(m->params.action[RTE_COLOR_YELLOW]); in flow_rule_action_get()
H A Drte_eth_softnic_cli.c3947 parse_policer_action(tokens[6], &mtr->policer[RTE_COLOR_YELLOW]) || in parse_table_action_meter_tc()
5848 color = RTE_COLOR_YELLOW; in load_dscp_table()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c295 RTE_COLOR_YELLOW, in mtr_apply()
296 p_tc->policer[RTE_COLOR_YELLOW]); in mtr_apply()
2745 dst->n_packets[RTE_COLOR_YELLOW] = in rte_table_action_meter_read()
2746 mtr_trtcm_data_stats_get(src, RTE_COLOR_YELLOW); in rte_table_action_meter_read()
2767 mtr_trtcm_data_stats_reset(src, RTE_COLOR_YELLOW); in rte_table_action_meter_read()
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c3245 parse_policer_action(tokens[6], &mtr->policer[RTE_COLOR_YELLOW]) || in parse_table_action_meter_tc()
4951 p->policer[RTE_COLOR_YELLOW]; in table_rule_show()
5684 color = RTE_COLOR_YELLOW; in load_dscp_table()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c198 case RTE_COLOR_YELLOW: in rte_col_2_mlx5_col()