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)
commit76ccf5288c62e998a434dd33fa58e1e8e2673660
treef13c60eef4437ee0f0c47c65f76826391770b1d2
parentab9837b5ed51f128f898a93d873ba7198abc1140
parent28c1cf73c923065d1265ea32b9c1bfc8d63370e9
Merge branch 'stmmac-ETF-support'

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>