Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/cisco/enic
Govindarajulu Varadarajan d9382bda4e enic: allow adaptive coalesce setting for msi/legacy intr
* 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 <_govind@gmx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-07-20 12:39:34 -07:00
..
2012-02-24 17:53:03 -05:00
2014-06-23 14:32:19 -07:00
2012-11-19 19:13:59 -05:00
2014-06-23 14:32:19 -07:00
2015-06-10 23:42:39 -07:00
2014-12-31 13:08:45 -05:00
2014-12-31 13:08:45 -05:00