:orphan: .. title:: CONFIG_ETH_SAM_GMAC_FORCED_QUEUE .. kconfig:: CONFIG_ETH_SAM_GMAC_FORCED_QUEUE CONFIG_ETH_SAM_GMAC_FORCED_QUEUE ################################ *Queue to force the packets to* Type: ``int`` Help ==== .. code-block:: none Which queue to force the routing to. This affects both the TX and RX queues setup. Direct dependencies =================== \ :kconfig:`ETH_SAM_GMAC_FORCE_QUEUE ` && \ :kconfig:`ETH_SAM_GMAC ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/ethernet/Kconfig.sam_gmac:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:51`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver → Force all traffic to be routed through a specific queue .. code-block:: kconfig 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.)*