diff options
author | Jakub Kicinski <[email protected]> | 2020-03-11 15:33:00 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-03-12 11:32:36 -0700 |
commit | dbfa497a26e146b9b9401b3c4e8e2ed69ebdd4ad (patch) | |
tree | ea1db212f921283c2bb2b165dc69036cd8d3d861 /drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | |
parent | 3ff8000ddc7d940e258dcfd848ee7bc44481a73a (diff) |
net: igc: 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_pm.c')
0 files changed, 0 insertions, 0 deletions