diff options
author | Jakub Kicinski <[email protected]> | 2020-03-11 15:32:58 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-03-12 11:32:36 -0700 |
commit | a289108c2a62bf712558942ac963c8eef42ac3af (patch) | |
tree | 3a08825fb0814b62eacf9fc5718db73fd0015ff1 /drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | |
parent | cf5d0f1c24b1aa23f84983adacfeab3365ce2cc8 (diff) |
net: igb: let core reject the unsupported coalescing parameters
Set ethtool_ops->supported_coalesce_params to let
the core reject unsupported coalescing parameters.
This driver was rejecting almost all unsupported
parameters already, it was only missing a check
for tx_max_coalesced_frames_irq.
As a side effect of these changes the error code for
unsupported params changes from ENOTSUPP to EOPNOTSUPP.
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c')
0 files changed, 0 insertions, 0 deletions