From: Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
To: Roland Dreier <rdreier-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v3 00/10] iw_cxgb4 driver submission
Date: Fri, 16 Apr 2010 13:41:53 -0500 [thread overview]
Message-ID: <4BC8AF71.2010605@opengridcomputing.com> (raw)
In-Reply-To: <20100416182924.22495.59421.stgit-T4OLL4TyM9aNDNWfRnPdfg@public.gmane.org>
Hey Roland,
I'll be off line next week, returning on 4/26. I'll address any
comments/issues when I return.
Thanks!
Steve.
Steve Wise wrote:
> Changes since version 2 of this series:
>
> - termination fixes
>
> - peer2peer fixes
>
> ------
>
> The following series adds the iw_cxgb4 rdma driver for Chelsio's new
> 1G and 10G T4 adapters. Please review and provide comments, and
> I'll repost an updated patch series as I incorporate your feedback.
>
> This series depends on the cxgb4 driver recently merged into:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
>
> You can find the final cxgb4 patch submission at:
>
> http://www.spinics.net/lists/netdev/msg125898.html
>
> The iw_cxgb4 patches are against the above net-2.6 tree as of cf16d7d.
> You can also pull these from:
>
> git://www.openfabrics.org/~swise/cxgb4.git iw_cxgb4
>
> drivers/infiniband/Kconfig | 1
> drivers/infiniband/Makefile | 1
> drivers/infiniband/hw/cxgb4/Kconfig | 19
> drivers/infiniband/hw/cxgb4/Makefile | 5
> drivers/infiniband/hw/cxgb4/cm.c | 2348 +++++++++++++++++++++++++++++
> drivers/infiniband/hw/cxgb4/cq.c | 882 +++++++++++
> drivers/infiniband/hw/cxgb4/device.c | 520 ++++++
> drivers/infiniband/hw/cxgb4/ev.c | 193 ++
> drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 743 +++++++++
> drivers/infiniband/hw/cxgb4/mem.c | 811 ++++++++++
> drivers/infiniband/hw/cxgb4/provider.c | 518 ++++++
> drivers/infiniband/hw/cxgb4/qp.c | 1575 +++++++++++++++++++
> drivers/infiniband/hw/cxgb4/resource.c | 417 +++++
> drivers/infiniband/hw/cxgb4/t4.h | 536 +++++++
> drivers/infiniband/hw/cxgb4/t4fw_ri_api.h | 829 ++++++++++
> drivers/infiniband/hw/cxgb4/user.h | 66 +
> 16 files changed, 9464 insertions(+), 0 deletions(-)
> create mode 100644 drivers/infiniband/hw/cxgb4/Kconfig
> create mode 100644 drivers/infiniband/hw/cxgb4/Makefile
> create mode 100644 drivers/infiniband/hw/cxgb4/cm.c
> create mode 100644 drivers/infiniband/hw/cxgb4/cq.c
> create mode 100644 drivers/infiniband/hw/cxgb4/device.c
> create mode 100644 drivers/infiniband/hw/cxgb4/ev.c
> create mode 100644 drivers/infiniband/hw/cxgb4/iw_cxgb4.h
> create mode 100644 drivers/infiniband/hw/cxgb4/mem.c
> create mode 100644 drivers/infiniband/hw/cxgb4/provider.c
> create mode 100644 drivers/infiniband/hw/cxgb4/qp.c
> create mode 100644 drivers/infiniband/hw/cxgb4/resource.c
> create mode 100644 drivers/infiniband/hw/cxgb4/t4.h
> create mode 100644 drivers/infiniband/hw/cxgb4/t4fw_ri_api.h
> create mode 100644 drivers/infiniband/hw/cxgb4/user.h
>
> --
> 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
>
--
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
prev parent reply other threads:[~2010-04-16 18:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-16 18:29 [PATCH v3 00/10] iw_cxgb4 driver submission Steve Wise
[not found] ` <20100416182924.22495.59421.stgit-T4OLL4TyM9aNDNWfRnPdfg@public.gmane.org>
2010-04-16 18:29 ` [PATCH v3 01/10] iw_cxgb4: Makefile and Kconfig files and changes Steve Wise
2010-04-16 18:29 ` [PATCH v3 02/10] iw_cxgb4: Add driver, fw, and hw headers Steve Wise
2010-04-16 18:29 ` [PATCH v3 03/10] iw_cxgb4: Add module and low level device interface functions Steve Wise
2010-04-16 18:29 ` [PATCH v3 04/10] iw_cxgb4: Add rdma provider " Steve Wise
2010-04-16 18:29 ` [PATCH v3 05/10] iw_cxgb4: Add connection management functions Steve Wise
[not found] ` <20100416182951.22495.60351.stgit-T4OLL4TyM9aNDNWfRnPdfg@public.gmane.org>
2010-04-21 22:41 ` Roland Dreier
[not found] ` <adask6oo2d4.fsf-BjVyx320WGW9gfZ95n9DRSW4+XlvGpQz@public.gmane.org>
2010-04-26 14:56 ` Steve Wise
[not found] ` <4BD5A98C.8030700-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2010-04-26 16:22 ` Roland Dreier
2010-04-16 18:29 ` [PATCH v3 06/10] iw_cxgb4: Add memory " Steve Wise
2010-04-16 18:30 ` [PATCH v3 07/10] iw_cxgb4: Add CQ " Steve Wise
2010-04-16 18:30 ` [PATCH v3 08/10] iw_cxgb4: Add QP " Steve Wise
2010-04-16 18:30 ` [PATCH v3 09/10] iw_cxgb4: Add event " Steve Wise
2010-04-16 18:30 ` [PATCH v3 10/10] iw_cxgb4: Add id and hw resource " Steve Wise
2010-04-16 18:41 ` Steve Wise [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BC8AF71.2010605@opengridcomputing.com \
--to=swise-7bpotxp6k4+p2yhjcf5u+vpxobypeauw@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rdreier-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.