[PATCH net-next v2 0/2] Implement mqprio and ets qdisc offload in stmmac driver
Lorenzo Bianconi <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
--- 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] --- Lorenzo Bianconi (2): net: stmmac: add tc-ets qdisc offload net: stmmac: add tc-mqprio qdisc offload drivers/net/ethernet/stmicro/stmmac/hwif.h | 4 + drivers/net/ethernet/stmicro/stmmac/stmmac.h | 8 ++ drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 35 +++++--- drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c | 100 +++++++++++++++++++++- 4 files changed, 136 insertions(+), 11 deletions(-) --- base-commit: b0057c68df711bf6a62033c072ac61c4f9d3cbc1 change-id: 20260804-stmmac-ets-offload-cc936c99fdb1 Best regards, -- Lorenzo Bianconi <[email protected]>