1. 20 6月, 2014 1 次提交
  2. 30 5月, 2014 2 次提交
  3. 19 5月, 2014 1 次提交
  4. 23 4月, 2014 1 次提交
  5. 18 3月, 2014 13 次提交
  6. 01 3月, 2014 6 次提交
  7. 15 11月, 2013 1 次提交
  8. 13 6月, 2013 2 次提交
  9. 30 5月, 2013 1 次提交
  10. 23 5月, 2013 1 次提交
    • V
      wil6210: use NAPI · e0287c4a
      Vladimir Kondratiev 提交于
      Introduce NAPI for Rx and Tx completion.
      
      This fixes packet reordering that happens when Rx handled right in
      the IRQ: netif_rx puts packet in 'percpu' queue, then network stack
      fetches packets from 'percpu' queues for processing, with different
      pattern of queue switching. As result, network stack see packets
      in different order. This causes hard to understand TCP throughput
      degradation in about 30min
      
      Complete polling if only one packet was processed - this eliminates
      empty polls that would be otherwise done at the end of each burst
      Signed-off-by: NVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      e0287c4a
  11. 14 3月, 2013 4 次提交
  12. 31 1月, 2013 6 次提交
  13. 05 1月, 2013 1 次提交