1. 26 3月, 2008 24 次提交
  2. 24 3月, 2008 15 次提交
  3. 23 3月, 2008 1 次提交
    • D
      [SUNGEM]: Fix NAPI assertion failure. · da990a24
      David S. Miller 提交于
      As reported by Johannes Berg:
      
      I started getting this warning with recent kernels:
      
      [  773.908927] ------------[ cut here ]------------
      [  773.908954] Badness at net/core/dev.c:2204
       ...
      
      If we loop more than once in gem_poll(), we'll
      use more than the real budget in our gem_rx()
      calls, thus eventually trigger the caller's
      assertions in net_rx_action().
      
      Subtract "work_done" from "budget" for the second
      arg to gem_rx() to fix the bug.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      da990a24