On Fri, Dec 04, 2015 at 08:54:16AM -0800, Kevin Wern wrote:
> ethtool_ops has attributes in sub struct ethool_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.w...@gmail.com>
> ---

Introduces two new build warnings:
'slic_set_coalesce' defined but not used
'slic_ethtool_ops' defined but not used

regards
sudip
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to