commit | 225fc22388e5154b37c9d67732f5b01a6db5bc22 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Mar 17 20:56:58 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 17 20:56:58 2020 -0700 |
tree | 9640630ca6bd67eff03758b3a7dc6930b309b7b7 | |
parent | 01a6a62edce212e4cf5cb17e8e9e4a03f47396ff [diff] | |
parent | 9000edb71ab29d184aa33f5a77fa6e52d8812bb9 [diff] |
Merge branch 'ethtool-consolidate-irq-coalescing-last-part' Jakub Kicinski says: ==================== ethtool: consolidate irq coalescing - last part Convert remaining drivers following the groundwork laid in a recent patch set [1] and continued in [2], [3], [4], [5]. The aim of the effort is to consolidate irq coalescing parameter validation in the core. This set is the sixth and last installment. It converts the remaining 8 drivers in drivers/net/ethernet. The last patch makes declaring supported IRQ coalescing parameters a requirement. [1] https://lore.kernel.org/netdev/20200305051542.991898-1-kuba@kernel.org/ [2] https://lore.kernel.org/netdev/20200306010602.1620354-1-kuba@kernel.org/ [3] https://lore.kernel.org/netdev/20200310021512.1861626-1-kuba@kernel.org/ [4] https://lore.kernel.org/netdev/20200311223302.2171564-1-kuba@kernel.org/ [5] https://lore.kernel.org/netdev/20200313040803.2367590-1-kuba@kernel.org/ ==================== Signed-off-by: David S. Miller <davem@davemloft.net>