All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC v2 0/3] connect reject event helpers
@ 2016-10-20 22:40 ` Steve Wise
  0 siblings, 0 replies; 46+ messages in thread
From: Steve Wise @ 2016-10-20 22:40 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA, sean.hefty-ral2JQCrhuEAvxtiuMwx3w
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ,
	linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	sagig-NQWnxTmZq1alnMjI0IkVqw, hch-jcswGhMUV9g, axboe-b10kYP2dOMg

While reviewing:

http://lists.infradead.org/pipermail/linux-nvme/2016-October/006681.html

I decided to propose transport-agnostic helper functions to better
handle connection reject event information.  I've included a nvme_rdma
patch to utilize the new helpers.

Thoughts?

Changes since v1:

- moved reject logic to cm.c and iwcm.c.
- added rdma_consumer_reject() helper.
- added nvme-rdma change to utilize the new helpers.

Steve Wise (3):
  rdma_cm: add rdma_reject_msg() helper function
  rdma_cm: add rdma_consumer_reject() helper function
  nvme-rdma: use rdma_reject_msg() to log connection rejects

 drivers/infiniband/core/cm.c   | 46 ++++++++++++++++++++++++++++++++++++++++++
 drivers/infiniband/core/cma.c  | 26 ++++++++++++++++++++++++
 drivers/infiniband/core/iwcm.c | 18 +++++++++++++++++
 drivers/nvme/host/rdma.c       | 18 ++++++++++-------
 include/rdma/ib_cm.h           | 15 ++++++++++++++
 include/rdma/iw_cm.h           | 15 ++++++++++++++
 include/rdma/rdma_cm.h         | 14 +++++++++++++
 7 files changed, 145 insertions(+), 7 deletions(-)

-- 
2.7.0

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

end of thread, other threads:[~2016-10-24 17:57 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-20 22:40 [PATCH RFC v2 0/3] connect reject event helpers Steve Wise
2016-10-20 22:40 ` Steve Wise
     [not found] ` <cover.1477003235.git.swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2016-10-20 22:40   ` [PATCH RFC v2 1/3] rdma_cm: add rdma_reject_msg() helper function Steve Wise
2016-10-20 22:40     ` Steve Wise
     [not found]     ` <1360f08b7c25f3befcd6836b47af81e2ecb51b75.1477003235.git.swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2016-10-21 12:12       ` Christoph Hellwig
2016-10-21 12:12         ` Christoph Hellwig
     [not found]         ` <20161021121234.GA17028-jcswGhMUV9g@public.gmane.org>
2016-10-21 14:07           ` Steve Wise
2016-10-21 14:07             ` Steve Wise
2016-10-21 21:43             ` Sagi Grimberg
2016-10-21 21:43               ` Sagi Grimberg
2016-10-21 21:51       ` Sagi Grimberg
2016-10-21 21:51         ` Sagi Grimberg
2016-10-20 22:40   ` [PATCH RFC v2 2/3] rdma_cm: add rdma_consumer_reject() " Steve Wise
2016-10-20 22:40     ` Steve Wise
     [not found]     ` <cb135696be86c21c144ef35a4d6f7f71394a3627.1477003235.git.swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2016-10-21 12:14       ` Christoph Hellwig
2016-10-21 12:14         ` Christoph Hellwig
     [not found]         ` <20161021121428.GB17028-jcswGhMUV9g@public.gmane.org>
2016-10-21 14:09           ` Steve Wise
2016-10-21 14:09             ` Steve Wise
2016-10-21 15:50             ` Parav Pandit
2016-10-21 15:50               ` Parav Pandit
     [not found]               ` <CAG53R5Xyp+n7KYj6zZF6PFuXke3XtqaMgaGTRmgd_uGXTFNDtw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-10-21 21:45                 ` Sagi Grimberg
2016-10-21 21:45                   ` Sagi Grimberg
2016-10-22 15:57           ` Steve Wise
2016-10-22 15:57             ` Steve Wise
2016-10-20 22:40   ` [PATCH RFC v2 3/3] nvme-rdma: use rdma_reject_msg() to log connection rejects Steve Wise
2016-10-20 22:40     ` Steve Wise
     [not found]     ` <60243a2ce17e08cdc93600b9998698dbd7f83306.1477003235.git.swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2016-10-21 12:23       ` Christoph Hellwig
2016-10-21 12:23         ` Christoph Hellwig
     [not found]         ` <20161021122318.GB17325-jcswGhMUV9g@public.gmane.org>
2016-10-21 21:48           ` Sagi Grimberg
2016-10-21 21:48             ` Sagi Grimberg
2016-10-22 16:12           ` Steve Wise
2016-10-22 16:12             ` Steve Wise
     [not found]         ` <005701d22c7f$0c883ed0$2598bc70$@opengridcomputing.com>
2016-10-24 14:57           ` Steve Wise
2016-10-24 14:57             ` Steve Wise
2016-10-24 15:09             ` 'Christoph Hellwig'
2016-10-24 15:09               ` 'Christoph Hellwig'
2016-10-21 21:53   ` [PATCH RFC v2 0/3] connect reject event helpers Sagi Grimberg
2016-10-21 21:53     ` Sagi Grimberg
     [not found]     ` <a46f48f3-01b3-fd9b-b642-c20555759107-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>
2016-10-21 21:58       ` Steve Wise
2016-10-21 21:58         ` Steve Wise
     [not found]     ` <001701d22be6$4854b8b0$d8fe2a10$@opengridcomputing.com>
2016-10-24 17:44       ` Steve Wise
2016-10-24 17:44         ` Steve Wise
2016-10-24 17:52         ` Chuck Lever
2016-10-24 17:52           ` Chuck Lever
     [not found]           ` <2F5E122E-0B50-4264-8E44-3D484B0282F0-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2016-10-24 17:57             ` Steve Wise
2016-10-24 17:57               ` Steve Wise

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.