commit | 96ee187badb743a848d42cac8178e16c47bd230a | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Mar 10 16:28:54 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 10 16:28:54 2020 -0700 |
tree | 58260f9773cc8bf212bbd23c07a9510bd9cfd15f | |
parent | 314a9cbbfb1de1e3fe7a14e906efcfd983ab85bf [diff] | |
parent | d13f1167ab1c762a84350af97e8948a928d56019 [diff] |
Merge branch 'ethtool-consolidate-irq-coalescing-part-3' Jakub Kicinski says: ==================== ethtool: consolidate irq coalescing - part 3 Convert more drivers following the groundwork laid in a recent patch set [1] and continued in [2]. The aim of the effort is to consolidate irq coalescing parameter validation in the core. This set converts 15 drivers in drivers/net/ethernet. 3 more conversion sets to come. None of the drivers here checked all unsupported parameters. [1] https://lore.kernel.org/netdev/20200305051542.991898-1-kuba@kernel.org/ [2] https://lore.kernel.org/netdev/20200306010602.1620354-1-kuba@kernel.org/ ==================== Signed-off-by: David S. Miller <davem@davemloft.net>