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.

Direct dependencies

!NET_RAW_MODE && NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/net/ip/Kconfig:192

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:39<Zephyr>/subsys/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.)