OSDN Git Service

Merge branch 'ethtool-consolidate-irq-coalescing-other-drivers'
authorDavid S. Miller <davem@davemloft.net>
Sat, 7 Mar 2020 06:45:56 +0000 (22:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Mar 2020 06:45:56 +0000 (22:45 -0800)
commitcaf48383f1e631d0422cafa24d9f7eda35686feb
tree77869379ac4f9e551d3416e87af4d89763c6b66e
parentae9e82cc096b56074a488cc8b750595b60734da9
parentfad99303f0e36b6a41cbe60b000e9179998f7248
Merge branch 'ethtool-consolidate-irq-coalescing-other-drivers'

Jakub Kicinski says:

====================
ethtool: consolidate irq coalescing - other drivers

Convert more drivers following the groundwork laid in a recent
patch set [1]. The aim of the effort is to consolidate irq
coalescing parameter validation in the core.

This set converts all the drivers outside of drivers/net/ethernet.

Only vmxnet3 them was checking unsupported parameters.

The aim is to merge this via the net-next tree so we can
convert all drivers and make the checking mandatory.

[1] https://lore.kernel.org/netdev/20200305051542.991898-1-kuba@kernel.org/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>