Re: [PATCH net-next] net: stmmac: stm32: Set TSO/TBS Tx queues default settings
Jakub Kicinski <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.infradead.lists.linux-arm-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 12 Aug 2026 08:28:57 +0200 Kurt Kanzenbach wrote: > TSO and TBS cannot coexist. Use the first queue with TSO and the rest for > TBS. Tx queues with TBS can support etf qdisc hw offload. This is done > similar to dwmac-imx and dwmac-intel. Can you explain your use case? And how many queues the device has in total? You say "TSO and TBS cannot coexist" but can any queue on your platform be configured to support either feature? If yes why are we configuring this statically instead of making appropriate configuration based on qdisc or some other uAPI knob?