diff options
author | Jakub Kicinski <kuba@kernel.org> | 2020-03-05 08:15:42 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-05 23:12:35 +0300 |
commit | a51e520653a635051298532a2066c3346d6acd29 (patch) | |
tree | 05912b7f3192e4a8f8c77228f6c42552ea05cd0e /include/linux/fd.h | |
parent | f9f12f57e2a51c80b79aae440810e42fa669476e (diff) | |
download | linux-a51e520653a635051298532a2066c3346d6acd29.tar.xz |
virtio_net: reject unsupported coalescing params
Set ethtool_ops->supported_coalesce_params to let
the core reject unsupported coalescing parameters.
This driver correctly rejects all unsupported parameters.
As a side effect of these changes the error code for
unsupported params changes from EINVAL to EOPNOTSUPP.
v2: correctly handle rx-frames (and adjust the commit msg)
v3: adjust commit message for new error code and member name
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/fd.h')
0 files changed, 0 insertions, 0 deletions