:orphan: .. title:: CONFIG_NET_TC_MAPPING_SR_CLASS_A_AND_B .. kconfig:: CONFIG_NET_TC_MAPPING_SR_CLASS_A_AND_B CONFIG_NET_TC_MAPPING_SR_CLASS_A_AND_B ###################################### *SR class A and class B mapping* Type: ``bool`` Help ==== .. code-block:: none This is the recommended priority to traffic class mapping for a system that supports SR (Stream Reservation) class A and SR class B. See 802.1Q, chapter 34.5 for more information. Direct dependencies =================== \ :kconfig:`NET_TC_TX_COUNT ` >= 2 && \ :kconfig:`NET_TC_RX_COUNT ` >= 2 && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/net/ip/Kconfig:238`` 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_SR_CLASS_A_AND_B bool "SR class A and class B mapping" depends on NET_TC_TX_COUNT >= 2 && NET_TC_RX_COUNT >= 2 && help This is the recommended priority to traffic class mapping for a system that supports SR (Stream Reservation) class A and SR class B. See 802.1Q, chapter 34.5 for more information. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*