All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sagi Grimberg <sagig@dev.mellanox.co.il>
To: Bart Van Assche <bvanassche@acm.org>, Roland Dreier <roland@kernel.org>
Cc: James Bottomley <jbottomley@parallels.com>,
	Sagi Grimberg <sagig@mellanox.com>,
	Sebastian Parschauer <sebastian.riemer@profitbricks.com>,
	David Dillow <dave@thedillows.org>,
	linux-rdma <linux-rdma@vger.kernel.org>,
	"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH 0/5] SRP initiator patches for kernel 3.17
Date: Thu, 03 Jul 2014 18:06:10 +0300	[thread overview]
Message-ID: <53B57162.2090802@dev.mellanox.co.il> (raw)
In-Reply-To: <53B565EB.50301@acm.org>

On 7/3/2014 5:17 PM, Bart Van Assche wrote:
>> This patch series consists of the following five patches, of which three
>> are bug fixes and two are performance optimizations:
>>
>> 0001-scsi_transport_srp-Fix-fast_io_fail_tmo-dev_loss_tmo.patch
>> 0002-IB-srp-Fix-deadlock-between-host-removal-and-multipa.patch
>> 0003-IB-srp-Fix-residual-handling.patch
>> 0004-IB-srp-Use-P_Key-cache-for-P_Key-lookups.patch
>> 0005-IB-srp-Optimize-completion-queue-polling.patch
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> .
>>

Hey Bart,

The series looks good,

You can add to the series:
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>

Specifically to patches #1, #4, #5 you can add:
Tested-by: Sagi Grimberg <sagig@mellanox.com>

Sagi.

  parent reply	other threads:[~2014-07-03 15:06 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-03 13:44 [PATCH 0/5] SRP initiator patches for kernel 3.17 Bart Van Assche
2014-07-03 14:17 ` Bart Van Assche
     [not found]   ` <53B565EB.50301-HInyCGIudOg@public.gmane.org>
2014-07-03 14:19     ` Bart Van Assche
2014-07-03 15:06   ` Sagi Grimberg [this message]
     [not found] ` <53B55E55.5040907-HInyCGIudOg@public.gmane.org>
2014-07-03 13:45   ` [PATCH 1/5] scsi_transport_srp: Fix fast_io_fail_tmo=dev_loss_tmo=off behavior Bart Van Assche
2014-07-03 13:46   ` [PATCH 2/5] IB/srp: Fix deadlock between host removal and multipathd Bart Van Assche
2014-07-03 13:47   ` [PATCH 3/5] IB/srp: Fix residual handling Bart Van Assche
     [not found]     ` <53B55EE0.1050403-HInyCGIudOg@public.gmane.org>
2014-07-03 17:00       ` David Dillow
2014-07-03 13:47   ` [PATCH 4/5] IB/srp: Use P_Key cache for P_Key lookups Bart Van Assche
2014-07-03 13:48   ` [PATCH 5/5] IB/srp: Optimize completion queue polling Bart Van Assche
     [not found]     ` <53B55F1F.6000704-HInyCGIudOg@public.gmane.org>
2014-07-03 16:46       ` Or Gerlitz
     [not found]         ` <CAJZOPZ+RPe8B_KhKZ-8-S6g871-EKQSnExZgsZ2Z+bo-9L=P9w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-07-04  9:59           ` Bart Van Assche
     [not found]             ` <53B67B0E.5070004-HInyCGIudOg@public.gmane.org>
2014-07-08  7:55               ` Or Gerlitz
     [not found]                 ` <CAJZOPZJokriDMCAxnoXJo+RTRvtDquSMGpQThp8OoDnHjKU32A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-07-08  8:11                   ` Bart Van Assche
     [not found]                     ` <53BBA79A.9000000-HInyCGIudOg@public.gmane.org>
2014-07-08  9:24                       ` Or Gerlitz
2014-07-03 16:53       ` David Dillow
2014-07-03 17:05       ` David Dillow
     [not found]         ` <1404407103.32754.3.camel-a7a0dvSY7KqLUyTwlgNVppKKF0rrzTr+@public.gmane.org>
2014-07-04 10:48           ` Bart Van Assche
     [not found]             ` <1404501176.16296.18.camel@haswell.thedillows.org>
     [not found]               ` <1404501176.16296.18.camel-a7a0dvSY7KqLUyTwlgNVppKKF0rrzTr+@public.gmane.org>
2014-07-08 13:49                 ` Bart Van Assche
     [not found]                   ` <53BBF6E3.3040403-HInyCGIudOg@public.gmane.org>
2014-07-08 14:45                     ` Sagi Grimberg
2014-07-09  6:22                     ` David Dillow
2014-07-03 13:55   ` [PATCH 0/5] SRP initiator patches for kernel 3.17 James Bottomley
2014-07-03 17:03   ` David Dillow

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=53B57162.2090802@dev.mellanox.co.il \
    --to=sagig@dev.mellanox.co.il \
    --cc=bvanassche@acm.org \
    --cc=dave@thedillows.org \
    --cc=jbottomley@parallels.com \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=roland@kernel.org \
    --cc=sagig@mellanox.com \
    --cc=sebastian.riemer@profitbricks.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.