Commit graph

9 commits

Author SHA1 Message Date
DataHoarder df3a3aac6c Added .drone.yml signature to prevent modifications
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-13 23:33:42 +01:00
DataHoarder c11e148485 Added .drone.yml build automation
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-13 23:28:28 +01:00
DataHoarder 9f1e105a12 Added ETHTOOL_COALESCE_USECS and ETHTOOL_COALESCE_USE_ADAPTIVE for ethtool support on kernel >=5.7 2020-10-31 15:49:31 +00:00
Jacob Keller 64f0da227e fm10k: use txqueue parameter in fm10k_tx_timeout
Make use of the new txqueue parameter to the .ndo_tx_timeout function.
In fm10k_tx_timeout, remove the now unnecessary loop to determine which
Tx queue is stuck. Instead, just double check the specified queue

This could be improved further to attempt resetting only the specific
queue that got stuck. However, that is a much larger refactor and has
been left as a future improvement.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2020-10-31 10:55:12 +00:00
DataHoarder fd93824053 Fix build on kernel 5.5.x 2020-10-31 10:53:03 +00:00
DataHoarder 2047270330 Fixed fm10k build on newer kernels 2020-10-20 20:19:23 +02:00
DataHoarder 118e827b0e Intel release 0.27.1 2020-10-20 20:13:24 +02:00
Silicom Ltd 7cf35a4864 Intel release 0.26.1 2020-10-20 20:06:27 +02:00
Silicom Ltd 1e989c9e83 Intel release 0.20.1 2020-10-20 20:05:04 +02:00