1. 07 10月, 2010 2 次提交
  2. 29 9月, 2010 1 次提交
  3. 28 9月, 2010 2 次提交
    • R
      RDMA/nes: Fix cast-to-pointer warnings on 32-bit · 183ae74b
      Roland Dreier 提交于
      Fix:
      
        drivers/infiniband/hw/nes/nes_verbs.c: In function 'nes_alloc_fast_reg_page_list':
        drivers/infiniband/hw/nes/nes_verbs.c:477: warning: cast to pointer from integer of different size
        drivers/infiniband/hw/nes/nes_verbs.c: In function 'nes_post_send':
        drivers/infiniband/hw/nes/nes_verbs.c:3486: warning: cast to pointer from integer of different size
        drivers/infiniband/hw/nes/nes_verbs.c:3486: warning: cast to pointer from integer of different size
      
      by printing u64 quantities by casting to unsigned long and long and
      using %llx, rather than casting to void* and using %p.
      Reported-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      183ae74b
    • S
      RDMA/cxgb3: Turn off RX coalescing for iWARP connections · bec658ff
      Steve Wise 提交于
      The HW by default has RX coalescing on.  For iWARP connections, this
      causes a 100ms delay in connection establishement due to the ingress
      MPA Start message being stalled in HW.  So explicitly turn RX
      coalescing off when setting up iWARP connections.
      
      This was causing very bad performance for NP64 gather operations using
      Open MPI, due to the way it sets up connections on larger jobs.
      Signed-off-by: NSteve Wise <swise@opengridcomputing.com>
      Cc: <stable@kernel.org>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      bec658ff
  4. 09 9月, 2010 4 次提交
  5. 03 9月, 2010 1 次提交
  6. 08 8月, 2010 1 次提交
  7. 06 8月, 2010 4 次提交
  8. 05 8月, 2010 13 次提交
  9. 04 8月, 2010 4 次提交
  10. 03 8月, 2010 3 次提交
  11. 29 7月, 2010 4 次提交
  12. 22 7月, 2010 1 次提交