Searched refs:RTE_COLOR_YELLOW (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_meter.c | 229 != 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 D | test_sched.c | 118 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 D | rte_meter.h | 38 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 D | rte_policer.h | 13 e_RTE_PHB_ACTION_YELLOW = RTE_COLOR_YELLOW,
|
| H A D | main.h | 10 YELLOW = RTE_COLOR_YELLOW,
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 1008 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 D | cmdline_mtr.c | 98 *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 D | cmdline_tm.c | 697 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 D | rte_eth_softnic_meter.c | 626 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 D | rte_eth_softnic_flow.c | 1629 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 D | rte_eth_softnic_cli.c | 3947 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 D | rte_table_action.c | 295 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 D | cli.c | 3245 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 D | mlx5_flow_dv.c | 198 case RTE_COLOR_YELLOW: in rte_col_2_mlx5_col()
|