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 ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/net/ip/Kconfig:176

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:87

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Priority to traffic class mapping

config NET_TC_MAPPING_STRICT
    bool "Strict priority 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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)