The latest development version of this page may be more current than this released 1.14.0 version.
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

NET_TC_TX_COUNT >= 2 && NET_TC_RX_COUNT >= 2 && <choice: Priority to traffic class mapping>

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

Kconfig definition

At subsys/net/ip/Kconfig:131

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82

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

config NET_TC_MAPPING_SR_CLASS_B_ONLY
    bool
    prompt "SR class B only mapping" if NET_TC_TX_COUNT >= 2 && NET_TC_RX_COUNT >= 2 && <choice: Priority to traffic class mapping>
    depends on NET_TC_TX_COUNT >= 2 && NET_TC_RX_COUNT >= 2 && <choice: Priority to traffic class mapping>
    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.

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