All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/7] RDMA/iw_cxgb4: Misc. fixes cleanup and low resource fixes
@ 2016-06-09 19:35 Hariprasad Shenai
       [not found] ` <1465500917-18491-1-git-send-email-hariprasad-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Hariprasad Shenai @ 2016-06-09 19:35 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	nirranjan-ut6Up61K2wZBDgjK7y7TUQ, Hariprasad Shenai

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(-)

-- 
2.3.4

--
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] 9+ messages in thread

end of thread, other threads:[~2016-06-23 14:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [PATCH for-next 0/7] RDMA/iw_cxgb4: Misc. fixes cleanup and low resource fixes Doug Ledford

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.