1. 14 10月, 2015 2 次提交
  2. 09 10月, 2015 3 次提交
  3. 08 10月, 2015 3 次提交
  4. 30 9月, 2015 2 次提交
  5. 18 9月, 2015 1 次提交
  6. 27 8月, 2015 2 次提交
  7. 06 8月, 2015 2 次提交
  8. 23 7月, 2015 3 次提交
  9. 15 7月, 2015 4 次提交
  10. 26 6月, 2015 2 次提交
  11. 15 4月, 2015 2 次提交
  12. 03 4月, 2015 2 次提交
  13. 27 3月, 2015 2 次提交
  14. 10 3月, 2015 1 次提交
  15. 09 3月, 2015 3 次提交
  16. 07 3月, 2015 1 次提交
  17. 06 3月, 2015 1 次提交
  18. 03 3月, 2015 1 次提交
  19. 25 2月, 2015 2 次提交
  20. 24 2月, 2015 1 次提交
    • M
      i40evf: don't wait forever · 54e16f64
      Mitch Williams 提交于
      Under rare circumstances, after a reset, set_rx_mode might get called
      while the watchdog is running, which will cause a deadlock on the
      critical section lock. To correct this, add a counter and give up trying
      to get the lock after fifty tries. Log a message if this happens but
      don't take any other action. Because this happens after a reset, all of
      the Rx filters are still in place and the device won't lose
      connectivity.
      
      We can also get stuck during shutdown, if the PF has stopped communicating
      with us, or if a reset is occurring. If we can't get the lock after a reasonable
      amount of time, just error out. Something else bad is happening anyway, so
      adding this filter is the least of our concern right now.
      
      Change-ID: I159731e2a82a06b389ee31b34ce336548e05baa0
      Signed-off-by: NMitch Williams <mitch.a.williams@intel.com>
      Tested-by: NJim Young <james.m.young@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      54e16f64