Skip to content

Commit

Permalink
Merge branch 'mk_eth_soc_fixes-perf-improvements'
Browse files Browse the repository at this point in the history
Ilya Lipnitskiy says:

====================
mtk_eth_soc: fixes and performance improvements

Most of these changes come from OpenWrt where they have been present and
tested for months.

First three patches are bug fixes. The rest are performance
improvements. The last patch is a cleanup to use the iopoll.h macro for
busy-waiting instead of a custom loop.

v2:
 - Reverse christmas tree in "use iopoll.h macro for DMA init"
 - Use cond_resched() instead of iopoll.h macro in "reduce MDIO bus
   access latency"
 - Use napi_complete_done and rework NAPI callbacks in a new patch
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 23, 2021
2 parents d90a946 + 3bc8e0a commit d02f304
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 100 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/mediatek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ config NET_MEDIATEK_SOC
tristate "MediaTek SoC Gigabit Ethernet support"
depends on NET_DSA || !NET_DSA
select PHYLINK
select DIMLIB
help
This driver supports the gigabit ethernet MACs in the
MediaTek SoC family.
Expand Down
Loading

0 comments on commit d02f304

Please sign in to comment.