From: "Steve Wise" <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
To: 'Doug Ledford' <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: roland-BHEL68pLQRGGvPXPguhicg@public.gmane.org,
'Hariprasad Shenai'
<hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
nirranjan-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org,
kumaras-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org
Subject: RE: [PATCH for-next 0/4] Misc. fixes and cleanup for iw_cxgb4
Date: Wed, 15 Apr 2015 15:55:32 -0500 [thread overview]
Message-ID: <014201d077be$833e63a0$89bb2ae0$@opengridcomputing.com> (raw)
In-Reply-To: <1429130009.2980.399.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Ok, Hari can you please resubmit. Should it be based on your github for-4.1 branch?
> -----Original Message-----
> From: Doug Ledford [mailto:dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org]
> Sent: Wednesday, April 15, 2015 3:33 PM
> To: Steve Wise
> Cc: roland-BHEL68pLQRGGvPXPguhicg@public.gmane.org; Hariprasad Shenai; linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; nirranjan-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org; kumaras-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org
> Subject: Re: [PATCH for-next 0/4] Misc. fixes and cleanup for iw_cxgb4
>
> On Wed, 2015-04-15 at 13:52 -0500, Steve Wise wrote:
> > Hey Doug/Roland,
> >
> > Please include this in the 4.1 merge...
>
> These patches no longer apply cleanly.
>
> > Thanks,
> >
> > Steve.
> >
> >
> >
> > On 3/19/2015 11:43 AM, Hariprasad Shenai wrote:
> > > Hi,
> > >
> > > This patch series changes a macro definition to be consistent with other
> > > register macro defines. Fixes for 32b platform, use BAR2 register for kernel
> > > mode CQ's and enforces qp/cq id requirements.
> > >
> > > The patches series is created against 'infiniband' tree for-next branch.
> > > And includes patches on iw_cxgb4 driver.
> > >
> > > We have included all the maintainers of respective drivers. Kindly review the
> > > change and let us know in case of any review comments.
> > >
> > > Thanks
> > >
> > > Hariprasad Shenai (4):
> > > iw_cxgb4: Cleanup register defines/MACROS
> > > iw_cxgb4: 32b platform fixes
> > > iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQs
> > > iw_cxgb4: enforce qp/cq id requirements
> > >
> > > drivers/infiniband/hw/cxgb4/cm.c | 6 +++---
> > > drivers/infiniband/hw/cxgb4/cq.c | 21 ++++++++++++++-------
> > > drivers/infiniband/hw/cxgb4/device.c | 29 ++++++++++++++++++++++++++---
> > > drivers/infiniband/hw/cxgb4/mem.c | 10 +++++-----
> > > drivers/infiniband/hw/cxgb4/qp.c | 14 +++++++-------
> > > drivers/infiniband/hw/cxgb4/t4.h | 7 ++++---
> > > drivers/infiniband/hw/cxgb4/t4fw_ri_api.h | 4 +++-
> > > 7 files changed, 62 insertions(+), 29 deletions(-)
> >
>
>
> --
> Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> GPG KeyID: 0E572FDD
>
--
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
next prev parent reply other threads:[~2015-04-15 20:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 16:43 [PATCH for-next 0/4] Misc. fixes and cleanup for iw_cxgb4 Hariprasad Shenai
[not found] ` <1426783410-5128-1-git-send-email-hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2015-03-19 16:43 ` [PATCH for-next 1/4] iw_cxgb4: Cleanup register defines/MACROS Hariprasad Shenai
2015-03-19 16:43 ` [PATCH for-next 2/4] iw_cxgb4: 32b platform fixes Hariprasad Shenai
2015-03-19 16:43 ` [PATCH for-next 3/4] iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQs Hariprasad Shenai
2015-03-19 16:43 ` [PATCH for-next 4/4] iw_cxgb4: enforce qp/cq id requirements Hariprasad Shenai
2015-04-15 18:52 ` [PATCH for-next 0/4] Misc. fixes and cleanup for iw_cxgb4 Steve Wise
[not found] ` <552EB35B.2060805-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2015-04-15 20:33 ` Doug Ledford
[not found] ` <1429130009.2980.399.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-04-15 20:55 ` Steve Wise [this message]
2015-04-15 21:00 ` Doug Ledford
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='014201d077be$833e63a0$89bb2ae0$@opengridcomputing.com' \
--to=swise-7bpotxp6k4+p2yhjcf5u+vpxobypeauw@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org \
--cc=kumaras-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=nirranjan-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org \
--cc=roland-BHEL68pLQRGGvPXPguhicg@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox