Re: [PATCH net-next v3 0/8] net: stmmac: ETF support

From: Jakub Kicinski
Date: Mon Jan 13 2020 - 22:26:49 EST


On Mon, 13 Jan 2020 17:24:08 +0100, Jose Abreu wrote:
> 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.
>
> 7) Switches the selftests mechanism to use dev_direct_xmit() so that we can
> send packets on specific Queues.
>
> 8) Adds a new test for TBS feature.

Applied, thank you!