Hi! 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@xxxxxxxxxx/ Jakub Kicinski (7): um: reject unsupported coalescing params RDMA/ipoib: reject unsupported coalescing params tun: reject unsupported coalescing params r8152: reject unsupported coalescing params vmxnet3: let core reject the unsupported coalescing parameters staging: qlge: reject unsupported coalescing params wil6210: reject unsupported coalescing params arch/um/drivers/vector_kern.c | 1 + drivers/infiniband/ulp/ipoib/ipoib_ethtool.c | 2 ++ drivers/net/tun.c | 1 + drivers/net/usb/r8152.c | 1 + drivers/net/vmxnet3/vmxnet3_ethtool.c | 24 +++----------------- drivers/net/wireless/ath/wil6210/ethtool.c | 1 + drivers/staging/qlge/qlge_ethtool.c | 2 ++ 7 files changed, 11 insertions(+), 21 deletions(-) -- 2.24.1