CONFIG_NET_TC_SKIP_FOR_HIGH_PRIO¶
Push high priority packets directly to network driver
Type: bool
Help¶
If this is set, then high priority (NET_PRIORITY_CA) net_pkt will be
pushed directly to network driver and will skip the traffic class
queues. This is currently not enabled by default.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/net/ip/Kconfig:192
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:87
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
config NET_TC_SKIP_FOR_HIGH_PRIO
    bool "Push high priority packets directly to network driver"
    depends on !NET_RAW_MODE && NETWORKING
    help
      If this is set, then high priority (NET_PRIORITY_CA) net_pkt will be
      pushed directly to network driver and will skip the traffic class
      queues. This is currently not enabled by default.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)