1. 01 2月, 2010 1 次提交
  2. 30 1月, 2010 5 次提交
  3. 29 1月, 2010 2 次提交
  4. 28 1月, 2010 7 次提交
  5. 27 1月, 2010 2 次提交
  6. 26 1月, 2010 8 次提交
  7. 25 1月, 2010 3 次提交
  8. 24 1月, 2010 1 次提交
  9. 23 1月, 2010 10 次提交
  10. 22 1月, 2010 1 次提交
    • S
      be2net: fix bug in rx page posting · 26d92f92
      Sathya Perla 提交于
      Pages are posted to the rxq in such a way that more than one frag
      can share the page. The last frag that uses the page unmaps the
      page.  In the case when a page is not fully used (due to lack of space in rxq)
      the last frag that uses the page is not being set as a "last_page_user";
      instead, the next frag in the rxq is incorrectly being set.
      
      The fix has also been tested on ppc64 with 64k pages...
      Signed-off-by: NSathya Perla <sathyap@serverengines.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      26d92f92