Hi, This patchset enable Time Based Scheduling(TBS) support for Tx queues through the stmmac platform driver. For this a new per-queue tx-config property, tbs-enabled is added to the devicetree. Commit 7eadf57290ec ("net: stmmac: pci: Enable TBS on GMAC5 IPK PCI entry") enables similar support for the stmmac pci driver. Rohan G Thomas (2): dt-bindings: net: snps,dwmac: Time Based Scheduling net: stmmac: TBS support for platform driver .../devicetree/bindings/net/snps,dwmac.yaml | 8 ++++++ .../net/ethernet/stmicro/stmmac/stmmac_main.c | 25 +++++++++++++++---- .../ethernet/stmicro/stmmac/stmmac_platform.c | 4 +++ 3 files changed, 32 insertions(+), 5 deletions(-) -- 2.26.2