1. 08 10月, 2015 1 次提交
  2. 04 10月, 2015 1 次提交
  3. 29 9月, 2015 1 次提交
  4. 18 9月, 2015 3 次提交
  5. 05 3月, 2015 1 次提交
  6. 03 3月, 2015 1 次提交
  7. 10 12月, 2014 2 次提交
  8. 06 12月, 2014 2 次提交
  9. 21 11月, 2014 1 次提交
    • M
      i40e: don't overload fields · 1001dc37
      Mitch Williams 提交于
      Overloading the msg_size field in the arq_event_info struct is just a
      bad idea. It leads to repeated bugs when the structure is used in a
      loop, since the input value (buffer size) is overwritten by the output
      value (actual message length).
      
      Fix this by splitting the field into two and renaming to indicate the
      actual function of each field.
      
      Since the arq_event struct has now changed, we need to change the drivers
      to support this. Note that we no longer need to initialize the buffer size
      each time we go through a loop as this value is no longer destroyed by
      arq processing.
      
      In the process, we also fix a bug in i40evf_verify_api_ver where the
      buffer size was not correctly reinitialized each time through the loop.
      
      Change-ID: Ic7f9633cdd6f871f93e698dfb095e29c696f5581
      Signed-off-by: NMitch Williams <mitch.a.williams@intel.com>
      Acked-by: NShannon Nelson <shannon.nelson@intel.com>
      Acked-by: NAshish Shah <ashish.n.shah@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      1001dc37
  10. 11 11月, 2014 1 次提交
  11. 27 8月, 2014 1 次提交
  12. 24 7月, 2014 3 次提交
  13. 17 7月, 2014 1 次提交
  14. 01 7月, 2014 3 次提交
  15. 20 6月, 2014 2 次提交
  16. 06 6月, 2014 1 次提交
  17. 29 5月, 2014 1 次提交
  18. 22 4月, 2014 1 次提交
  19. 14 2月, 2014 1 次提交
  20. 11 1月, 2014 2 次提交
  21. 09 1月, 2014 3 次提交
  22. 08 1月, 2014 4 次提交
  23. 06 1月, 2014 1 次提交
  24. 05 1月, 2014 1 次提交
  25. 18 12月, 2013 1 次提交