From: Govindarajulu Varadarajan <_gov...@gmx.com>
Date: Wed, 15 Jul 2015 15:34:40 +0530

> * Allow setting of adaptive coalescing setting for all types of interrupt.
> 
> * In msi & legacy intr, we use single interrupt for rx & tx. In this case
>   tx_coalesce_usecs is invalid. We should use only rx_coalesce_usecs.
>   Do not display tx_coal values for msi/intx. And do not allow user to set
>   this as well.
> 
> * Driver supports only tx/rx_coalesce_usec and adaptive coalesce settings.
>   For other values, driver does not return error. So ethtool succeeds for
>   unsupported values. Introduce enic_coalesce_valid() function to validate
>   the coalescing values.
> 
> * If user requests for coalesce value greater than what adaptor supports,
>   driver uses the max value. We should at least log this.
> 
> Signed-off-by: Govindarajulu Varadarajan <_gov...@gmx.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to