tun: reject unsupported coalescing params
Set ethtool_ops->supported_coalesce_params to let the core reject unsupported coalescing parameters. This driver did not previously reject unsupported parameters. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
524250a324
Коммит
e5ad00b34d
|
@ -3546,6 +3546,7 @@ static int tun_set_coalesce(struct net_device *dev,
|
|||
}
|
||||
|
||||
static const struct ethtool_ops tun_ethtool_ops = {
|
||||
.supported_coalesce_params = ETHTOOL_COALESCE_RX_MAX_FRAMES,
|
||||
.get_drvinfo = tun_get_drvinfo,
|
||||
.get_msglevel = tun_get_msglevel,
|
||||
.set_msglevel = tun_set_msglevel,
|
||||
|
|
Загрузка…
Ссылка в новой задаче