:orphan: .. title:: NET_TC_MAPPING_SR_CLASS_B_ONLY .. option:: CONFIG_NET_TC_MAPPING_SR_CLASS_B_ONLY *SR class B only mapping* Type: ``bool`` Help ==== This is the recommended priority to traffic class mapping for a system that supports SR (Stream Reservation) class B only. See 802.1Q, chapter 34.5 for more information. Direct dependencies =================== \ :option:`NET_TC_TX_COUNT ` >= 2 && \ :option:`NET_TC_RX_COUNT ` >= 2 && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:221`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``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 .. parsed-literal:: config NET_TC_MAPPING_SR_CLASS_B_ONLY bool "SR class B only mapping" depends on \ :option:`NET_TC_TX_COUNT ` >= 2 && \ :option:`NET_TC_RX_COUNT ` >= 2 && \ :ref:` ` help This is the recommended priority to traffic class mapping for a system that supports SR (Stream Reservation) class B only. See 802.1Q, chapter 34.5 for more information. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*