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 subsys/net/ip/Kconfig:230
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:39
→ subsys/net/Kconfig:89
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>
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.)