OSDN Git Service

Merge branch 'stmmac-ETF-support'
authorJakub Kicinski <kuba@kernel.org>
Tue, 14 Jan 2020 02:32:31 +0000 (18:32 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 14 Jan 2020 02:32:31 +0000 (18:32 -0800)
Jose Abreu says:

====================
net: stmmac: ETF support

This series adds the support for ETF scheduler in stmmac.

1) Starts adding the support by implementing Enhanced Descriptors in stmmac
main core. This is needed for ETF feature in XGMAC and QoS cores.

2) Integrates the ETF logic into stmmac TC core.

3) and 4) adds the HW specific support for ETF in XGMAC and QoS cores. The
IP feature is called TBS (Time Based Scheduling).

5) Enables ETF in GMAC5 IPK PCI entry for all Queues except Queue 0.

6) Adds the new TBS feature and even more information into the debugFS
HW features file.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge