mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: Josef Bacik <jbacik@fb.com>, <linux-block@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <kernel-team@fb.com>,
	<mpa@pengutronix.de>, <nbd-general@lists.sourceforge.net>
Subject: Re: [PATCH 0/5] nbd improvements
Date: Thu, 8 Sep 2016 14:13:46 -0600	[thread overview]
Message-ID: <aee66977-c8f2-dab7-0649-f4e71fdc31f8@fb.com> (raw)
In-Reply-To: <1473363221-142264-1-git-send-email-jbacik@fb.com>

On 09/08/2016 01:33 PM, Josef Bacik wrote:
> This is a patch series aimed at bringing NBD into 2016.  The two big
> components of this series is converting nbd over to using blkmq and
> then allowing us to provide more than one connection for a nbd device.
> The NBD user space server doesn't care about how many connections it
> has to a particular device, so we can easily open multiple
> connections to the server and allow blkmq to handle multi-plexing over
> the different connections.  This drastically improves performance
> with multi-threaded workloads over NBD.  The multi-connection support
> requires some changes to the NBD userspace client code, and you can
> find that code here
>
> https://github.com/josefbacik/nbd
>
> I have been testing this for a few months and it is pretty solid and gives
> excellent performance improvements.  Thanks,

Not only are these nice performance improvements, it also cleans up the
code a lot and kills crufty old driver code in favor of using the proper
APIs instead. I have applied the series for 4.9.

-- 
Jens Axboe

       reply	other threads:[~2016-09-08 20:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1473363221-142264-1-git-send-email-jbacik@fb.com>
2016-09-08 20:13 ` Jens Axboe [this message]
2016-09-09 20:08   ` [Nbd] " Wouter Verhelst
2016-09-09 20:26     ` Jens Axboe
2016-09-15 18:53   ` Markus Pargmann

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=aee66977-c8f2-dab7-0649-f4e71fdc31f8@fb.com \
    --to=axboe@fb.com \
    --cc=jbacik@fb.com \
    --cc=kernel-team@fb.com \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpa@pengutronix.de \
    --cc=nbd-general@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome