-
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>/drivers/ethernet/Kconfig.sam_gmac:43
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/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 ifETH_SAM_GMAC_QUEUES
= 2 range 0 2 ifETH_SAM_GMAC_QUEUES
= 3 range 0 3 ifETH_SAM_GMAC_QUEUES
= 4 range 0 4 ifETH_SAM_GMAC_QUEUES
= 5 range 0 5 ifETH_SAM_GMAC_QUEUES
= 6 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.)