1. 20 4月, 2012 8 次提交
  2. 19 4月, 2012 12 次提交
  3. 17 4月, 2012 1 次提交
  4. 16 4月, 2012 9 次提交
  5. 14 4月, 2012 1 次提交
  6. 07 4月, 2012 2 次提交
  7. 20 3月, 2012 1 次提交
  8. 08 3月, 2012 1 次提交
  9. 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
  10. 18 2月, 2012 1 次提交
  11. 07 2月, 2012 1 次提交
  12. 01 2月, 2012 1 次提交
  13. 23 11月, 2011 1 次提交