:orphan: .. title:: CONFIG_NET_TC_MAPPING_STRICT .. kconfig:: CONFIG_NET_TC_MAPPING_STRICT CONFIG_NET_TC_MAPPING_STRICT ############################ *Strict priority mapping* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/net/ip/Kconfig:230`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/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 .. code-block:: kconfig config NET_TC_MAPPING_STRICT bool "Strict priority mapping" depends on 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.)*