All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bart.VanAssche@sandisk.com (Bart Van Assche)
Subject: [PATCH v5 3/8] rdma_cm: add rdma_consumer_reject_data helper function
Date: Wed, 26 Oct 2016 20:03:36 +0000	[thread overview]
Message-ID: <1477512212.2550.7.camel@sandisk.com> (raw)
In-Reply-To: <31b1e8fba4b934b5df421191b4788a5c25788961.1477510827.git.swise@opengridcomputing.com>

On Wed, 2016-10-26@12:36 -0700, Steve Wise wrote:
> rdma_consumer_reject_data() will return the private data pointer
> and length if any is available.

Reviewed-by: Bart Van Assche <bart.vanassche at sandisk.com>

WARNING: multiple messages have this Message-ID (diff)
From: Bart Van Assche <Bart.VanAssche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
To: "swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org"
	<swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>,
	"dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org"
	<dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	"sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org"
	<sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: "hch-jcswGhMUV9g@public.gmane.org"
	<hch-jcswGhMUV9g@public.gmane.org>,
	"santosh.shilimkar-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org"
	<santosh.shilimkar-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>,
	"linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"axboe-b10kYP2dOMg@public.gmane.org"
	<axboe-b10kYP2dOMg@public.gmane.org>,
	"sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org"
	<sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>
Subject: Re: [PATCH v5 3/8] rdma_cm: add rdma_consumer_reject_data helper function
Date: Wed, 26 Oct 2016 20:03:36 +0000	[thread overview]
Message-ID: <1477512212.2550.7.camel@sandisk.com> (raw)
In-Reply-To: <31b1e8fba4b934b5df421191b4788a5c25788961.1477510827.git.swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 349 bytes --]

On Wed, 2016-10-26 at 12:36 -0700, Steve Wise wrote:
> rdma_consumer_reject_data() will return the private data pointer
> and length if any is available.

Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>N‹§²æìr¸›yúèšØb²X¬¶Ç§vØ^–)Þº{.nÇ+‰·¥Š{±­ÙšŠ{ayº\x1dʇڙë,j\a­¢f£¢·hš‹»öì\x17/oSc¾™Ú³9˜uÀ¦æå‰È&jw¨®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿïêäz¹Þ–Šàþf£¢·hšˆ§~ˆmš

  reply	other threads:[~2016-10-26 20:03 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-26 19:40 [PATCH v5 0/8] connect reject event helpers Steve Wise
2016-10-26 19:40 ` Steve Wise
2016-10-26 19:36 ` [PATCH v5 1/8] rdma_cm: add rdma_reject_msg() helper function Steve Wise
2016-10-26 19:36   ` Steve Wise
2016-10-26 20:02   ` Bart Van Assche
2016-10-26 20:02     ` Bart Van Assche
2016-10-26 19:36 ` [PATCH v5 3/8] rdma_cm: add rdma_consumer_reject_data " Steve Wise
2016-10-26 19:36   ` Steve Wise
2016-10-26 20:03   ` Bart Van Assche [this message]
2016-10-26 20:03     ` Bart Van Assche
2016-10-26 19:36 ` [PATCH v5 4/8] nvme-rdma: use rdma connection reject helper functions Steve Wise
2016-10-26 19:36   ` Steve Wise
2016-10-26 20:04   ` Bart Van Assche
2016-10-26 20:04     ` Bart Van Assche
2016-10-26 19:36 ` [PATCH v5 2/8] rdma_cm: add rdma_is_consumer_reject() helper function Steve Wise
2016-10-26 19:36   ` Steve Wise
2016-10-26 20:02   ` Bart Van Assche
2016-10-26 20:02     ` Bart Van Assche
2016-10-26 19:36 ` [PATCH v5 5/8] ib_iser: log the connection reject message Steve Wise
2016-10-26 19:36   ` Steve Wise
2016-10-27 12:49   ` Christoph Hellwig
2016-10-27 12:49     ` Christoph Hellwig
2016-10-26 19:36 ` [PATCH v5 8/8] nvmet_rdma: " Steve Wise
2016-10-26 19:36   ` Steve Wise
2016-10-27 12:50   ` Christoph Hellwig
2016-10-27 12:50     ` Christoph Hellwig
2016-10-26 19:36 ` [PATCH v5 6/8] rds_rdma: " Steve Wise
2016-10-26 19:36   ` Steve Wise
2016-10-26 19:36 ` [PATCH v5 7/8] ib_isert: " Steve Wise
2016-10-26 19:36   ` Steve Wise
2016-10-27 12:50   ` Christoph Hellwig
2016-10-27 12:50     ` Christoph Hellwig
2016-11-29 17:05 ` [PATCH v5 0/8] connect reject event helpers Steve Wise
2016-11-29 17:05   ` Steve Wise
2016-12-14 16:38   ` Doug Ledford
2016-12-14 16:38     ` Doug Ledford

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=1477512212.2550.7.camel@sandisk.com \
    --to=bart.vanassche@sandisk.com \
    /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 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.