1. 19 4月, 2012 5 次提交
  2. 07 4月, 2012 1 次提交
  3. 08 3月, 2012 1 次提交
  4. 20 2月, 2012 1 次提交
    • E
      atl1c: dont use highprio tx queue · 11aad99a
      Eric Dumazet 提交于
      This driver attempts to use two TX rings but lacks proper support :
      
      1) IRQ handler only takes care of TX completion on first TX ring
      2) the stop/start logic uses the legacy functions (for non multiqueue
      drivers)
      
      This means all packets witk skb mark set to 1 are sent through high
      queue but are never cleaned and queue eventualy fills and block the
      device, triggering the infamous "NETDEV WATCHDOG" message.
      
      Lets use a single TX ring to fix the problem, this driver is not a real
      multiqueue one yet.
      
      Minimal fix for stable kernels.
      Reported-by: NThomas Meyer <thomas@m3y3r.de>
      Tested-by: NThomas Meyer <thomas@m3y3r.de>
      Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
      Cc: Jay Cliburn <jcliburn@gmail.com>
      Cc: Chris Snook <chris.snook@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      11aad99a
  5. 18 2月, 2012 1 次提交
  6. 07 2月, 2012 1 次提交
  7. 01 2月, 2012 1 次提交
  8. 23 11月, 2011 1 次提交
  9. 17 11月, 2011 1 次提交
  10. 19 10月, 2011 1 次提交
  11. 07 10月, 2011 1 次提交
  12. 31 8月, 2011 1 次提交
  13. 18 8月, 2011 1 次提交
  14. 12 8月, 2011 1 次提交