:orphan: .. title:: CONFIG_NET_TC_SKIP_FOR_HIGH_PRIO .. kconfig:: CONFIG_NET_TC_SKIP_FOR_HIGH_PRIO CONFIG_NET_TC_SKIP_FOR_HIGH_PRIO ################################ *Push high priority packets directly to network driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/ip/Kconfig:192`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig 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.)*