1. 22 10月, 2012 3 次提交
  2. 30 9月, 2012 1 次提交
  3. 31 8月, 2012 1 次提交
  4. 17 7月, 2012 1 次提交
  5. 12 7月, 2012 3 次提交
  6. 09 7月, 2012 1 次提交
  7. 27 6月, 2012 1 次提交
  8. 07 6月, 2012 1 次提交
  9. 19 5月, 2012 1 次提交
  10. 11 5月, 2012 1 次提交
  11. 09 5月, 2012 1 次提交
  12. 27 4月, 2012 1 次提交
  13. 26 4月, 2012 1 次提交
  14. 24 4月, 2012 1 次提交
  15. 20 3月, 2012 3 次提交
  16. 02 3月, 2012 1 次提交
  17. 24 2月, 2012 2 次提交
  18. 13 2月, 2012 1 次提交
    • S
      be2net: event queue re-design · 10ef9ab4
      Sathya Perla 提交于
      v2: Fixed up the bad typecasting pointed out by David...
      
      In the current design 8 TXQs are serviced by 1 EQ, while each RSS queue
      is serviced by a separate EQ. This is being changed as follows:
      
      - Upto 8 EQs will be used (based on the availabilty of msix vectors).
      Each EQ will handle 1 RSS and 1 TX ring. The default non-RSS RX queue and
      MCC queue are handled by the last EQ.
      
      - On cards which provide support, upto 8 RSS rings will be used, instead
      of the current limit of 4.
      
      The new design allows spreading the TX multi-queue completion processing
      across multiple CPUs unlike the previous design.
      Signed-off-by: NSathya Perla <sathya.perla@emulex.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      10ef9ab4
  19. 02 2月, 2012 1 次提交
  20. 27 1月, 2012 1 次提交
    • E
      be2net: allocate more headroom in incoming skbs · bb349bb4
      Eric Dumazet 提交于
      Allocation of 64 bytes in skb headroom is not enough if we have to pull
      ethernet + ipv6 + tcp headers, and/or extra tunneling header.
      
      Its currently not noticed because netdev_alloc_skb_ip_align(64) give us
      more room, thanks to power-of-two kmalloc() roundups.
      
      Make sure we ask for 128 bytes so that side effects of upcoming patches
      from Ian Campbell dont decrease benet rx performance, because of extra
      skb head reallocations.
      Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
      Cc: Ian Campbell <Ian.Campbell@citrix.com>
      Cc: Vasundhara Volam <vasundhara.volam@emulex.com>
      Cc: Sathya Perla <sathya.perla@emulex.com>
      Cc: Ajit Khaparde <ajit.khaparde@emulex.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      bb349bb4
  21. 31 12月, 2011 1 次提交
  22. 17 12月, 2011 1 次提交
  23. 14 12月, 2011 1 次提交
  24. 13 11月, 2011 2 次提交
  25. 04 10月, 2011 2 次提交
  26. 25 8月, 2011 2 次提交
  27. 11 8月, 2011 1 次提交
  28. 03 8月, 2011 3 次提交