Home
last modified time | relevance | path

Searched refs:yellow (Results 1 – 15 of 15) sorted by relevance

/dpdk/app/test-pmd/
H A Dcmdline_tm.c2445 uint16_t yellow; member
2477 yellow, RTE_UINT16);
2490 int yellow = res->yellow; in cmd_port_tm_mark_ip_ecn_parsed() local
2497 ret = rte_tm_mark_ip_ecn(port_id, green, yellow, red, &error); in cmd_port_tm_mark_ip_ecn_parsed()
2532 uint16_t yellow; member
2564 yellow, RTE_UINT16);
2577 int yellow = res->yellow; in cmd_port_tm_mark_ip_dscp_parsed() local
2584 ret = rte_tm_mark_ip_dscp(port_id, green, yellow, red, &error); in cmd_port_tm_mark_ip_dscp_parsed()
2619 uint16_t yellow; member
2651 yellow, RTE_UINT16);
[all …]
/dpdk/examples/pipeline/examples/
H A Dmeter.spec6 ; header "Source Address" field. All green packets are sent out on port 0, the yellow ones on port 1
/dpdk/doc/guides/sample_app_ug/
H A Dqos_metering.rst14 metering, marking them with the appropriate color (green, yellow or red) and writing them to the TX…
121 * YELLOW: The packet's color is changed to yellow.
/dpdk/drivers/net/dpaa2/mc/
H A Ddpni.c2105 ext_params->yellow_drop_probability = cfg->yellow.drop_probability; in dpni_prepare_early_drop()
2107 cpu_to_le64(cfg->yellow.max_threshold); in dpni_prepare_early_drop()
2109 cpu_to_le64(cfg->yellow.min_threshold); in dpni_prepare_early_drop()
2136 cfg->yellow.drop_probability = ext_params->yellow_drop_probability; in dpni_extract_early_drop()
2137 cfg->yellow.max_threshold = in dpni_extract_early_drop()
2139 cfg->yellow.min_threshold = in dpni_extract_early_drop()
H A Dfsl_dpni.h1184 struct dpni_wred_cfg yellow; member
/dpdk/doc/guides/prog_guide/
H A Dtraffic_metering_and_policing.rst45 Traffic metering determines the color for the current packet (green, yellow,
H A Drib_lib.rst95 (yellow triangle in :numref:`figure_rib_internals`):
H A Dqos_framework.rst1575 …s are specified separately for four traffic classes and three packet colors (green, yellow and red)
1589 for each packet color (green, yellow, red) in the same traffic class (tc).
1663 yellow and red packets in traffic class 0 is shown in :numref:`table_qos_18`.
1724 yellow or red based on the monitored consumption of the flow the packet belongs to.
1758 while a packet with yellow input color can only get the yellow or red output colors.
H A Dtraffic_management.rst155 follows: green mapped to Low Drop Precedence (2’b01), yellow to Medium (2’b10)
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2811 * ``action``: action lists for green/yellow/red colors.
3061 * ``color_y``: Packet color (yellow)
3062 * ``min_th_y``: Minimum queue threshold for packet with yellow color
3063 * ``max_th_y``: Minimum queue threshold for packet with yellow color
3212 ``yellow`` or ``red`` will have dei bit enabled
3216 * ``yellow`` enable 1, disable 0 marking for dei bit of VLAN packets marked as yellow
3230 ``yellow`` or ``red`` will have IP dscp bits updated
3234 * ``yellow`` enable 1, disable 0 marking IP dscp to medium drop precedence for yellow packets
3248 ``yellow`` or ``red`` will have IP ecn bits updated
3253 * ``yellow`` enable 1, disable 0 marking IP ecn for yellow marked packets with ecn of 2'b01 or 2'b…
[all …]
/dpdk/doc/guides/nics/
H A Dtap.rst190 -f themes/black-yellow.theme
197 Also, ``-f themes/black-yellow.theme`` is optional if the default colors
H A Dsoftnic.rst282 appropriate color (green, yellow or red), according to the traffic metering
H A Dmlx5.rst444 - yellow: NULL or END.
448 - yellow: QUEUE, RSS, PORT_ID, REPRESENTED_PORT, JUMP, DROP, MARK and SET_TAG.
450 - Policy actions of RSS for green and yellow should have the same configuration except queues.
/dpdk/doc/guides/rel_notes/
H A Drelease_21_08.rst55 * Added support for metering policy actions of yellow color.
H A Drelease_21_05.rst256 ``color type (green|yellow|red)``.