]> www.infradead.org Git - users/hch/misc.git/commit
Merge branch 'net-stmmac-dwmac-imx-time-based-scheduling-support'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 30 Jan 2024 11:58:13 +0000 (12:58 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 30 Jan 2024 11:58:13 +0000 (12:58 +0100)
commitf8affba725487381046e918277de58fa864802b7
treeab3d8ed2eb7db1bbe9235fe51a2ff483443b0b95
parent60365049ccbacd101654a66ddcb299abfabd4fc5
parent3b12ec8f618ebaccfe43ea4621a6f5fb586edef8
Merge branch 'net-stmmac-dwmac-imx-time-based-scheduling-support'

Esben Haabendal says:

====================
net: stmmac: dwmac-imx: Time Based Scheduling support

This small patch series allows using TBS support of the i.MX Ethernet QOS
controller for etf qdisc offload.
It achieves this in a similar manner that it is done in dwmac-intel.c,
dwmac-mediatek.c and stmmac_pci.c.

Changes since v1:

- Simplified for loop by starting at index 1.
- Fixed problem with indentation.
====================

Link: https://lore.kernel.org/r/cover.1706256158.git.esben@geanix.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>