public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] move port mapper code to iwcm
@ 2016-02-26 15:17 Faisal Latif
       [not found] ` <1456499885-8044-1-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Faisal Latif @ 2016-02-26 15:17 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW,
	sean.hefty-ral2JQCrhuEAvxtiuMwx3w,
	mustafa.ismail-ral2JQCrhuEAvxtiuMwx3w,
	e1000-rdma-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Faisal Latif


This series is for port mapper functionality moved from iwarp drivers to common code
mainly in core/iwcm.c.

Also added a patch for review, for a bug found as part of testing, not related to
moving code to iwcm.c as it is on top of port mapper changes.


These patches are applied to //github.com/dledford/linux.git 's i40iw branch
for testing.

Thanks
Faisal

Faisal Latif (4):
  iwcm: common code for port mapper
  i40iw: use shared code for port mapper
  iw_nes: remove port mapper related code
  iwpm: crash fix for large connections test

Steve Wise (2):
  iw_cxgb4: remove port mapper related code
  iw_cxgb3: support for iWARP port mapping

 drivers/infiniband/core/iwcm.c            | 190 +++++++++++--
 drivers/infiniband/core/iwpm_msg.c        |  12 +-
 drivers/infiniband/core/iwpm_util.c       |  14 +-
 drivers/infiniband/core/iwpm_util.h       |   2 +-
 drivers/infiniband/hw/cxgb3/iwch_cm.c     |  16 +-
 drivers/infiniband/hw/cxgb4/cm.c          | 220 ++++-----------
 drivers/infiniband/hw/cxgb4/device.c      |  67 ++---
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h    |  42 ---
 drivers/infiniband/hw/i40iw/i40iw_cm.c    | 427 +++++-------------------------
 drivers/infiniband/hw/i40iw/i40iw_hw.c    |  20 +-
 drivers/infiniband/hw/i40iw/i40iw_main.c  |  20 --
 drivers/infiniband/hw/i40iw/i40iw_verbs.c |   3 +
 drivers/infiniband/hw/nes/nes.c           |  25 --
 drivers/infiniband/hw/nes/nes_cm.c        | 351 ++++++------------------
 drivers/infiniband/hw/nes/nes_cm.h        |  11 +-
 drivers/infiniband/hw/nes/nes_verbs.c     |   2 +
 include/rdma/iw_cm.h                      |   6 +-
 include/uapi/rdma/rdma_netlink.h          |   5 +-
 18 files changed, 414 insertions(+), 1019 deletions(-)

-- 
2.5.3

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

end of thread, other threads:[~2016-03-03 15:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 15:17 [PATCH 0/6] move port mapper code to iwcm Faisal Latif
     [not found] ` <1456499885-8044-1-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-02-26 15:18   ` [PATCH 1/6] iwcm: common code for port mapper Faisal Latif
     [not found]     ` <1456499885-8044-2-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-02-29 15:20       ` Steve Wise
2016-02-26 15:18   ` [PATCH 2/6] i40iw: use shared " Faisal Latif
2016-02-26 15:18   ` [PATCH 3/6] iw_nes: remove port mapper related code Faisal Latif
2016-02-26 15:18   ` [PATCH 4/6] iw_cxgb4: " Faisal Latif
2016-02-26 15:18   ` [PATCH 5/6] iw_cxgb3: support for iWARP port mapping Faisal Latif
2016-02-26 15:18   ` [PATCH 6/6] iwpm: crash fix for large connections test Faisal Latif
     [not found]     ` <1456499885-8044-7-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-02-29 15:21       ` Steve Wise
2016-02-28  9:41   ` [PATCH 0/6] move port mapper code to iwcm Or Gerlitz
     [not found]     ` <CAJ3xEMjdLCNfUY9r7KfH4iMi=CRHjqAQcmpyLxbCQLSCeQxOXQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-03 15:49       ` Doug Ledford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox