Searched refs:green (Results 1 – 12 of 12) sorted by relevance
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_metering.rst | 14 metering, marking them with the appropriate color (green, yellow or red) and writing them to the TX… 35 all the incoming packets are colored as green. 80 and green, the expected output traffic should be marked as shown in the following table: 119 * GREEN: The packet's color is changed to green.
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_tm.c | 2444 uint16_t green; member 2474 green, RTE_UINT16); 2489 int green = res->green; 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() 2531 uint16_t green; member 2561 green, RTE_UINT16); 2576 int green = res->green; 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() 2618 uint16_t green; member 2648 green, RTE_UINT16); [all …]
|
| /dpdk/examples/pipeline/examples/ |
| H A D | meter.spec | 6 ; header "Source Address" field. All green packets are sent out on port 0, the yellow ones on port 1
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | traffic_metering_and_policing.rst | 45 Traffic metering determines the color for the current packet (green, yellow, 58 initially colored as green.
|
| H A D | qos_framework.rst | 1575 RED parameters are specified separately for four traffic classes and three packet colors (green, ye… 1589 for each packet color (green, yellow, red) in the same traffic class (tc). 1662 With this configuration file, the RED configuration that applies to green, 1723 As result, each incoming packet is tagged as green, 1756 … color blind mode is functionally equivalent to the color aware mode with input color set as green.
|
| H A D | traffic_management.rst | 155 follows: green mapped to Low Drop Precedence (2’b01), yellow to Medium (2’b10)
|
| /dpdk/drivers/net/dpaa2/mc/ |
| H A D | dpni.c | 2102 ext_params->green_drop_probability = cfg->green.drop_probability; in dpni_prepare_early_drop() 2103 ext_params->green_max_threshold = cpu_to_le64(cfg->green.max_threshold); in dpni_prepare_early_drop() 2104 ext_params->green_min_threshold = cpu_to_le64(cfg->green.min_threshold); in dpni_prepare_early_drop() 2133 cfg->green.drop_probability = ext_params->green_drop_probability; in dpni_extract_early_drop() 2134 cfg->green.max_threshold = le64_to_cpu(ext_params->green_max_threshold); in dpni_extract_early_drop() 2135 cfg->green.min_threshold = le64_to_cpu(ext_params->green_min_threshold); in dpni_extract_early_drop()
|
| H A D | fsl_dpni.h | 1183 struct dpni_wred_cfg green; member
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2811 * ``action``: action lists for green/yellow/red colors. 3056 * ``color_g``: Packet color (green) 3057 * ``min_th_g``: Minimum queue threshold for packet with green color 3058 * ``max_th_g``: Minimum queue threshold for packet with green color 3207 testpmd> set port tm mark vlan_dei <port_id> <green> <yellow> <red> 3214 * ``green`` enable 1, disable 0 marking for dei bit of VLAN packets marked as green 3225 testpmd> set port tm mark ip_dscp <port_id> <green> <yellow> <red> 3232 * ``green`` enable 1, disable 0 marking IP dscp to low drop precedence for green packets 3243 testpmd> set port tm mark ip_ecn <port_id> <green> <yellow> <red> 3250 * ``green`` enable 1, disable 0 marking IP ecn for green marked packets with ecn of 2'b01 or 2'b10 [all …]
|
| /dpdk/doc/guides/nics/ |
| H A D | softnic.rst | 282 appropriate color (green, yellow or red), according to the traffic metering
|
| H A D | mlx5.rst | 443 - green: NULL or END. 447 - green: 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. 1619 A termination meter M can be the policy green action of another termination meter N.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_05.rst | 256 ``color type (green|yellow|red)``.
|