1. 31 7月, 2013 1 次提交
  2. 18 4月, 2013 3 次提交
  3. 05 2月, 2013 1 次提交
  4. 07 12月, 2012 1 次提交
  5. 22 11月, 2012 1 次提交
  6. 30 10月, 2012 1 次提交
  7. 23 10月, 2012 1 次提交
  8. 03 10月, 2012 1 次提交
  9. 20 7月, 2012 2 次提交
  10. 11 7月, 2012 1 次提交
  11. 10 5月, 2012 1 次提交
  12. 04 5月, 2012 3 次提交
  13. 02 5月, 2012 2 次提交
  14. 04 4月, 2012 1 次提交
  15. 20 3月, 2012 1 次提交
    • A
      ixgbe: Fix issues with SR-IOV loopback when flow control is disabled · 8f4a0a3d
      Alexander Duyck 提交于
      This patch allows us to avoid a Tx hang when SR-IOV is enabled.  This hang
      can be triggered by sending small packets at a rate that was triggering Rx
      missed errors from the adapter while the internal Tx switch and at least
      one VF are enabled.
      
      This was all due to the fact that under heavy stress the Rx FIFO never
      drained below the flow control high water mark.  This resulted in the Tx
      FIFO being head of line blocked due to the fact that it relies on the flow
      control high water mark to determine when it is acceptable for the Tx to
      place a packet in the Rx FIFO.
      
      The resolution for this is to set the FCRTH value to the RXPBSIZE - 32 so
      that even if the ring is almost completely full we can still place Tx
      packets on the Rx ring and drop incoming Rx traffic if we do not have
      sufficient space available in the Rx FIFO.
      Signed-off-by: NAlexander Duyck <alexander.h.duyck@intel.com>
      Tested-by: NSibai Li <sibai.li@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8f4a0a3d
  16. 17 3月, 2012 1 次提交
    • A
      ixgbe: Fix issues with SR-IOV loopback when flow control is disabled · c29f40ca
      Alexander Duyck 提交于
      This patch allows us to avoid a Tx hang when SR-IOV is enabled.  This hang
      can be triggered by sending small packets at a rate that was triggering Rx
      missed errors from the adapter while the internal Tx switch and at least
      one VF are enabled.
      
      This was all due to the fact that under heavy stress the Rx FIFO never
      drained below the flow control high water mark.  This resulted in the Tx
      FIFO being head of line blocked due to the fact that it relies on the flow
      control high water mark to determine when it is acceptable for the Tx to
      place a packet in the Rx FIFO.
      
      The resolution for this is to set the FCRTH value to the RXPBSIZE - 32 so
      that even if the ring is almost completely full we can still place Tx
      packets on the Rx ring and drop incoming Rx traffic if we do not have
      sufficient space available in the Rx FIFO.
      Signed-off-by: NAlexander Duyck <alexander.h.duyck@intel.com>
      Tested-by: NSibai Li <sibai.li@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      c29f40ca
  17. 14 3月, 2012 2 次提交
  18. 01 3月, 2012 1 次提交
  19. 03 2月, 2012 1 次提交
  20. 03 1月, 2012 1 次提交
  21. 20 12月, 2011 1 次提交
  22. 03 11月, 2011 1 次提交
  23. 17 10月, 2011 1 次提交
  24. 05 10月, 2011 1 次提交
  25. 29 9月, 2011 1 次提交
  26. 24 9月, 2011 1 次提交
  27. 29 8月, 2011 2 次提交
  28. 11 8月, 2011 1 次提交
  29. 04 8月, 2011 1 次提交
  30. 21 6月, 2011 2 次提交
  31. 06 6月, 2011 1 次提交