CONFIG_NET_TC_MAPPING_STRICT

Strict priority mapping

Type: bool

Help

This is the recommended default priority to traffic class mapping. Use it for implementations that do not support the credit-based shaper transmission selection algorithm. See 802.1Q, chapter 8.6.6 for more information.

Direct dependencies

<choice: Priority to traffic class mapping>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/net/ip/Kconfig:79

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91

Menu path: (top menu) → Networking → IP stack → Priority to traffic class mapping

config NET_TC_MAPPING_STRICT
    bool
    prompt "Strict priority mapping" if <choice: Priority to traffic class mapping>
    depends on <choice: Priority to traffic class mapping>
    help
      This is the recommended default priority to traffic class mapping.
      Use it for implementations that do not support the credit-based
      shaper transmission selection algorithm.
      See 802.1Q, chapter 8.6.6 for more information.

(Definitions include propagated dependencies, including from if’s and menus.)