CONFIG_ETH_SAM_GMAC_FORCED_QUEUE¶
Queue to force the packets to
Type: int
Help¶
Which queue to force the routing to. This affects both the TX and RX queues
setup.
Direct dependencies¶
ETH_SAM_GMAC_FORCE_QUEUE && ETH_SAM_GMAC && NET_L2_ETHERNET
(Includes any dependencies from ifs and menus.)
Default¶
- 0 
Kconfig definition¶
At <Zephyr Driver>/ethernet/Kconfig.sam_gmac:44
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:20 → <Zephyr Driver>/ethernet/Kconfig:51
Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver → Force all traffic to be routed through a specific queue
config ETH_SAM_GMAC_FORCED_QUEUE
    int "Queue to force the packets to"
    range 0 1 if ETH_SAM_GMAC_QUEUES = 2
    range 0 2 if ETH_SAM_GMAC_QUEUES = 3
    range 0 3 if ETH_SAM_GMAC_QUEUES = 4
    range 0 4 if ETH_SAM_GMAC_QUEUES = 5
    range 0 5 if ETH_SAM_GMAC_QUEUES = 6
    default 0
    depends on ETH_SAM_GMAC_FORCE_QUEUE && ETH_SAM_GMAC && NET_L2_ETHERNET
    help
      Which queue to force the routing to. This affects both the TX and RX queues
      setup.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)