public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@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 17:00:46 -0400	[thread overview]
Message-ID: <1429131646.2980.411.camel@redhat.com> (raw)
In-Reply-To: <014201d077be$833e63a0$89bb2ae0$@opengridcomputing.com>

[-- Attachment #1: Type: text/plain, Size: 2648 bytes --]

On Wed, 2015-04-15 at 15:55 -0500, Steve Wise wrote:
> Ok, Hari can you please resubmit.   Should it be based on your github for-4.1 branch? 

Yes please.

> 
> 
> 
> 
> > -----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-u79uwXL29TbrhsbdSgBK9A@public.gmane.orgrg; 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
> > 
> 
> 


-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
              GPG KeyID: 0E572FDD



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2015-04-15 21:00 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
2015-04-15 21:00             ` Doug Ledford [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=1429131646.2980.411.camel@redhat.com \
    --to=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 \
    --cc=swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@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