1. 21 11月, 2014 2 次提交
    • M
      i40evf: make checkpatch happy · 75a64435
      Mitch Williams 提交于
      This patch is the result of running checkpatch on the i40evf driver with
      the --strict option. The vast majority of changes are adding/removing
      blank lines, aligning function parameters, and correcting over-long
      lines.
      
      The only possible functional change is changing the flags member of the
      adapter structure to be non-volatile. However, according to the kernel
      documentation, this is not necessary and the volatile should be removed.
      
      Change-ID: Ie8c6414800924f529bef831e8845292b970fe2ed
      Signed-off-by: NMitch Williams <mitch.a.williams@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      75a64435
    • 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
  2. 17 11月, 2014 1 次提交
  3. 11 11月, 2014 1 次提交
  4. 03 11月, 2014 1 次提交
  5. 24 10月, 2014 1 次提交
  6. 04 9月, 2014 1 次提交
  7. 27 8月, 2014 1 次提交
  8. 13 8月, 2014 1 次提交
  9. 03 8月, 2014 6 次提交
  10. 24 7月, 2014 1 次提交
  11. 14 7月, 2014 1 次提交
  12. 03 7月, 2014 2 次提交
  13. 01 7月, 2014 2 次提交
  14. 26 6月, 2014 3 次提交
  15. 25 6月, 2014 1 次提交
  16. 20 6月, 2014 1 次提交
  17. 11 6月, 2014 4 次提交
  18. 09 6月, 2014 2 次提交
  19. 08 6月, 2014 7 次提交
  20. 06 6月, 2014 1 次提交