diff options
author | Kevin Wern <kevin.m.wern@gmail.com> | 2016-01-16 13:44:41 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-06 21:45:59 -0800 |
commit | c8e9b92d2957a1d49abc7b81ba3f89ad530d617b (patch) | |
tree | 678da3724399252ca0a28860457c37393432bfef /net/switchdev/switchdev.c | |
parent | e5349952de5b1138e6275529e4ec08c0ed33777f (diff) |
staging/slicoss: Use ethtool_ops instead of module_param.
ethtool_ops has attributes in sub struct ethtool_coalesce that
correspond to the parameters intagg_delay and dynamic_intagg. It is
preferable to set these properties with ethtool rather than
module_param, so create these attributes in adapter and set them using
ethtool_coalesce's rx_coalesce_usecs and rx_use_adaptive_coalesce.
(Outlined in TODO file)
Signed-off-by: Kevin Wern <kevin.m.wern@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions