Re: [PATCH net-next v2 0/2] Implement mqprio and ets qdisc offload in stmmac driver
Davide Caratti <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 07, 2026 at 10:41:38AM +0200, Lorenzo Bianconi wrote: > --- > Changes in v2: > - Implement strict priority policy in mqprio qdisc offload > - Restore to dt configured values destroying the qdisc > - Do not ets offload if there are any queues in avb mode. > - Re-apply ETS configuration closing/opening the net_device. > - Link to v1: https://lore.kernel.org/r/[email protected] Since SP and DWRR are mutually exclusive on this driver, here it makes a lot more sense to fix semi-broken mq_prio offload on stmmac, and let ETS offload DWRR-only setups. For the series: Reviewed-by: Davide Caratti <[email protected]>