All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.37 00/11] cxgb4 fixes / enhancements.
@ 2010-09-10 16:14 Steve Wise
       [not found] ` <20100910161442.6829.91594.stgit-T4OLL4TyM9aNDNWfRnPdfg@public.gmane.org>
  0 siblings, 1 reply; 15+ messages in thread
From: Steve Wise @ 2010-09-10 16:14 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Here are some bug fixes and enhancements for 2.6.37.

Steve Wise (11):
      RDMA/cxgb4: Set the default TCP send window to 128KB.
      RDMA/cxgb4: Use a mutex for QP and EP state transitions.
      RDMA/cxgb4: Support on-chip SQs.
      RDMA/cxgb4: Centralize the wait logic.
      RDMA/cxgb4: debugfs files for dumping active stags.
      RDMA/cxgb4: log HW lack-of-resource errors.
      RDMA/cxgb4: Handle CPL_RDMA_TERMINATE messages.
      RDMA/cxgb4: Ignore TERMINATE CQEs
      RDMA/cxgb4: Ignore positive return values from cxgb4_*_send() functions.
      RDMA/cxgb4: Zero out ISGL padding.
      RDMA/cxgb4: Don't use null ep ptr.


 drivers/infiniband/hw/cxgb4/cm.c       |  172 +++++++++++-------------
 drivers/infiniband/hw/cxgb4/cq.c       |   24 +--
 drivers/infiniband/hw/cxgb4/device.c   |  171 +++++++++++++++++++-----
 drivers/infiniband/hw/cxgb4/ev.c       |    2 
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h |   68 +++++++---
 drivers/infiniband/hw/cxgb4/mem.c      |    9 -
 drivers/infiniband/hw/cxgb4/provider.c |   28 +++-
 drivers/infiniband/hw/cxgb4/qp.c       |  227 +++++++++++++++++++-------------
 drivers/infiniband/hw/cxgb4/resource.c |   62 +++++++++
 drivers/infiniband/hw/cxgb4/t4.h       |   40 +++++-
 drivers/infiniband/hw/cxgb4/user.h     |    7 +
 11 files changed, 528 insertions(+), 282 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-09-13 16:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-10 16:14 [PATCH 2.6.37 00/11] cxgb4 fixes / enhancements Steve Wise
     [not found] ` <20100910161442.6829.91594.stgit-T4OLL4TyM9aNDNWfRnPdfg@public.gmane.org>
2010-09-10 16:14   ` [PATCH 2.6.37 01/11] RDMA/cxgb4: Don't use null ep ptr Steve Wise
2010-09-10 16:14   ` [PATCH 2.6.37 02/11] RDMA/cxgb4: Zero out ISGL padding Steve Wise
2010-09-10 16:14   ` [PATCH 2.6.37 03/11] RDMA/cxgb4: Ignore positive return values from cxgb4_*_send() functions Steve Wise
2010-09-10 16:15   ` [PATCH 2.6.37 04/11] RDMA/cxgb4: Ignore TERMINATE CQEs Steve Wise
2010-09-10 16:15   ` [PATCH 2.6.37 05/11] RDMA/cxgb4: Handle CPL_RDMA_TERMINATE messages Steve Wise
2010-09-10 16:15   ` [PATCH 2.6.37 06/11] RDMA/cxgb4: log HW lack-of-resource errors Steve Wise
2010-09-10 16:15   ` [PATCH 2.6.37 07/11] RDMA/cxgb4: debugfs files for dumping active stags Steve Wise
2010-09-10 16:15   ` [PATCH 2.6.37 08/11] RDMA/cxgb4: Centralize the wait logic Steve Wise
2010-09-10 16:15   ` [PATCH 2.6.37 09/11] RDMA/cxgb4: Support on-chip SQs Steve Wise
     [not found]     ` <20100910161530.6829.89294.stgit-T4OLL4TyM9aNDNWfRnPdfg@public.gmane.org>
2010-09-10 19:57       ` Steve Wise
     [not found]         ` <4C8A8DC1.4040302-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2010-09-13 16:13           ` Roland Dreier
     [not found]             ` <adaiq29wrjm.fsf-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2010-09-13 16:25               ` Steve Wise
2010-09-10 16:15   ` [PATCH 2.6.37 10/11] RDMA/cxgb4: Use a mutex for QP and EP state transitions Steve Wise
2010-09-10 16:15   ` [PATCH 2.6.37 11/11] RDMA/cxgb4: Set the default TCP send window to 128KB Steve Wise

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.