1. 11 8月, 2011 1 次提交
  2. 15 5月, 2011 1 次提交
  3. 25 12月, 2010 1 次提交
  4. 17 11月, 2010 1 次提交
  5. 09 9月, 2010 1 次提交
  6. 27 3月, 2010 1 次提交
  7. 20 3月, 2010 1 次提交
    • G
      ixgbevf: Fix VF Stats accounting after reset · 33bd9f60
      Greg Rose 提交于
      The counters in the 82599 Virtual Function are not clear on read.  They
      accumulate to the maximum value and then roll over.  They are also not
      cleared when the VF executes a soft reset, so it is possible they are
      non-zero when the driver loads and starts.  This has all been accounted
      for in the code that keeps the stats up to date but there is one case
      that is not.  When the PF driver is reset the counters in the VF are
      all reset to zero.  This adds an additional accounting overhead into
      the VF driver when the PF is reset under its feet.  This patch adds
      additional counters that are used by the VF driver to accumulate and
      save stats after a PF reset has been detected.  Prior to this patch
      displaying the stats in the VF after the PF has reset would show
      bogus data.
      Signed-off-by: NGreg Rose <gregory.v.rose@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      33bd9f60
  8. 11 1月, 2010 1 次提交