public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Hariprasad Shenai <hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	nirranjan-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org
Subject: Re: [PATCH for-next 0/7] RDMA/iw_cxgb4: Misc. fixes cleanup and low resource fixes
Date: Thu, 23 Jun 2016 10:41:36 -0400	[thread overview]
Message-ID: <e18e4f0e-e70c-d974-92f2-aba516772f3d@redhat.com> (raw)
In-Reply-To: <1465500917-18491-1-git-send-email-hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>

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

On 06/09/2016 03:35 PM, Hariprasad Shenai wrote:
> Hi
> 
> This patch series add low resource fixes for connection management,
> memory registration and for completion queue teardown. Cleans up
> c4iw_reject_cr function, allocates enough space for debugfs qps dump so
> IPv6 address doesn't get truncated, also adds missing error codes for
> active open CPL command. Atlast read module parameter markers_enabled,
> should be read only only once, so that the value remains the same
> throughout MPA negotiaion.
> 
> This patch series has been created against Doug Ledford's linux tree,
> "for-4.7-topics/cxgb4-2" 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 (7):
>   RDMA/iw_cxgb4: markers_enabled module parameter should be read only
>     once
>   RDMA/iw_cxgb4: allocate enough space for debugfs "qps" dump
>   RDMA/iw_cxgb4: clean up c4iw_reject_cr()
>   RDMA/iw_cxgb4: Add missing error codes for act open cmd
>   RDMA/iw_cxgb4: Low resource fixes for connection manager
>   RDMA/iw_cxgb4: Low resource fixes for Memory registration
>   RDMA/iw_cxgb4: Low resource fixes for Completion queue
> 
>  drivers/infiniband/hw/cxgb4/cm.c            | 187 ++++++++++++++++++----------
>  drivers/infiniband/hw/cxgb4/cq.c            |  42 ++++---
>  drivers/infiniband/hw/cxgb4/device.c        |   2 +-
>  drivers/infiniband/hw/cxgb4/iw_cxgb4.h      |  22 ++++
>  drivers/infiniband/hw/cxgb4/mem.c           | 107 ++++++++++------
>  drivers/infiniband/hw/cxgb4/qp.c            |  12 +-
>  drivers/net/ethernet/chelsio/cxgb4/t4_msg.h |   2 +
>  7 files changed, 250 insertions(+), 124 deletions(-)
> 

Series applied.  Although, was a bit confusing that the patches all said
net-next in their header.

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



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 884 bytes --]

      parent reply	other threads:[~2016-06-23 14:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-09 19:35 [PATCH for-next 0/7] RDMA/iw_cxgb4: Misc. fixes cleanup and low resource fixes Hariprasad Shenai
     [not found] ` <1465500917-18491-1-git-send-email-hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2016-06-09 19:35   ` [PATCH net-next 1/7] RDMA/iw_cxgb4: markers_enabled module parameter should be read only once Hariprasad Shenai
2016-06-09 19:35   ` [PATCH net-next 2/7] RDMA/iw_cxgb4: allocate enough space for debugfs "qps" dump Hariprasad Shenai
2016-06-09 19:35   ` [PATCH net-next 3/7] RDMA/iw_cxgb4: clean up c4iw_reject_cr() Hariprasad Shenai
2016-06-09 19:35   ` [PATCH net-next 4/7] RDMA/iw_cxgb4: Add missing error codes for act open cmd Hariprasad Shenai
2016-06-09 19:35   ` [PATCH net-next 5/7] RDMA/iw_cxgb4: Low resource fixes for connection manager Hariprasad Shenai
2016-06-09 19:35   ` [PATCH net-next 6/7] RDMA/iw_cxgb4: Low resource fixes for Memory registration Hariprasad Shenai
2016-06-09 19:35   ` [PATCH net-next 7/7] RDMA/iw_cxgb4: Low resource fixes for Completion queue Hariprasad Shenai
2016-06-23 14:41   ` 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=e18e4f0e-e70c-d974-92f2-aba516772f3d@redhat.com \
    --to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=nirranjan-ut6Up61K2wZBDgjK7y7TUQ@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