All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
To: target-devel@vger.kernel.org
Subject: Re: [PATCH 00/17] Make ABORT and LUN RESET handling synchronous
Date: Sat, 06 Oct 2018 21:48:04 +0000	[thread overview]
Message-ID: <1538862484.6343.40.camel@haakon3.daterainc.com> (raw)
In-Reply-To: <20180917213554.987-1-bvanassche@acm.org>

Hi Bart & Co,

Well, it's certainly been a while.  This is the type of patch series
that will draw me out of self-imposed retirement, every single time..

Of course, I'm referring to:

https://marc.info/?l=target-devel&m\x153722310800840&w=2

So the time has come once again to go over this series with a fine
toothed comb.

As per usual, the main areas of focus for review are:

1) Is there a concrete use-case..?

Improvements that significantly alter how multiple fabric drivers and/or
multiple backend drivers interact with target-core require a concrete
use-case.  

Many improvements are obvious because they effect customers and users in
the field, but making significant changes that effect the entire LIO
ecosystem do require a real-world use-case.  Making large functional
changes under of guise of 'style' or 'making it easier to read' is not a
good enough reason on it's own.

2) Does it negativity effect scale, performance, or latency..?

As-is, there are a number vendors (including my own startup) that ship
platforms utilizing upstream LIO with hard requirements for ~1K unique
backends (/sys/kernel/config/target/core/$HBA/$DEV/) plus ~1k unique
target endpoints (/sys/kernel/config/target/$FABRIC/$WWN/) plus ~1k
unique tenants on a single physical machine.

Because of this long standing requirement for scale + performance going
back to the earliest days of LIO + configfs, changes that introduce
global locking, global variables, global work-queues, and/or unnecessary
blocking + synchronization are a complete non-starter.

3) Have comments from previous patches been addressed..?

Looking at the history, I'm commented on this series in detail at least
*seven* times over the last three years.

Every time this series ending up not getting merged because my questions
and concerns where either dismissed, or outright ignored.  So at some
point, I got tired of putting in effort that was not reciprocated at the
other end.

That all said, you still get the benefit of doubt on this series.
However, for those specific patches that have already been reviewed and
commented on in detail numerous times, you will need to answer to those
questions.  I'll add them as references inline as necessary.

Thank you.

      parent reply	other threads:[~2018-10-06 21:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-17 21:35 [PATCH 00/17] Make ABORT and LUN RESET handling synchronous Bart Van Assche
2018-09-17 21:35 ` [PATCH 13/17] target/core: Avoid that LUN reset sporadically triggers data corruption Bart Van Assche
2018-09-17 21:35   ` Bart Van Assche
2018-10-01  5:03 ` [PATCH 00/17] Make ABORT and LUN RESET handling synchronous Bart Van Assche
2018-10-01 16:08 ` Mike Christie
2018-10-06 21:48 ` Nicholas A. Bellinger [this message]

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=1538862484.6343.40.camel@haakon3.daterainc.com \
    --to=nab@linux-iscsi.org \
    --cc=target-devel@vger.kernel.org \
    /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.