-
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 drivers/ethernet/Kconfig.sam_gmac:41
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:16
→ drivers/ethernet/Kconfig:28
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 ifETH_SAM_GMAC_QUEUES
= 2 range 0 2 ifETH_SAM_GMAC_QUEUES
= 3 default 0 depends onETH_SAM_GMAC_FORCE_QUEUE
&Ð_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.)