Displaying 5 results from an estimated 5 matches for "e3043ba".
2017 Nov 17
1
Re: [nbdkit PATCH v2 0/2] add nbd plugin
...> ACK series, with one minor change:
>
> Please add a reference to the new manual page in the ‘SEE ALSO’
> section at the bottom of the following two files:
>
> docs/nbdkit.pod
This one is obvious; I also added:
diff --git i/docs/nbdkit.pod w/docs/nbdkit.pod
index 155fcb5..e3043ba 100644
--- i/docs/nbdkit.pod
+++ w/docs/nbdkit.pod
@@ -463,6 +463,7 @@ Some common clients and the protocol they require:
nbd-client < 3.10 client can talk either protocol
nbd-client >= 3.10 newstyle
any TLS (encrypted) client newstyle
+ nbdkit nbd plugin...
2017 Nov 17
0
[nbdkit PATCH 6/6] Add --threads option for supporting true parallel requests
...QUESTS and
- NBDKIT_THREAD_MODEL_PARALLEL are the same, because we handle
- requests within each connection synchronously one at a time. We
- could (and should) be able to handle them in parallel by having
- another thread pool for requests.
diff --git a/docs/nbdkit.pod b/docs/nbdkit.pod
index e3043ba..4593391 100644
--- a/docs/nbdkit.pod
+++ b/docs/nbdkit.pod
@@ -9,7 +9,7 @@ nbdkit - A toolkit for creating NBD servers
nbdkit [-e EXPORTNAME] [--exit-with-parent] [-f]
[-g GROUP] [-i IPADDR]
[--newstyle] [--oldstyle] [-P PIDFILE] [-p PORT] [-r]
- [--run CMD] [-s] [--seli...
2017 Nov 17
8
[RFC nbdkit PATCH 0/6] Enable full parallel request handling
I want to make my nbd forwarding plugin fully parallel - but to do
that, I first need to make nbdkit itself fully parallel ;)
With this series, I was finally able to demonstrate out-of-order
responses when using qemu-io (which is great at sending back-to-back
requests prior to waiting for responses) coupled with the nbd file
plugin (which has a great feature of rdelay and wdelay, to make
it
2017 Nov 14
8
[nbdkit PATCH v2 0/2] add nbd plugin
I'm still working on the interleaving (and Rich reminded me on IRC
that we still don't have THREAD_MODEL_PARALLEL working anywhere
yet, anyways). Since nbdkit doesn't really have a parallel plugin
yet, my testing on that front will have to use qemu-nbd as the
original server, as well as qemu-io as the driver (qemu-io's
aio_read and aio_write commands can be used to trigger
2017 Nov 20
10
[nbdkit PATCH v2 0/8] Support parallel transactions within single connection
I've posted some of these patches or ideas before; but now I'm
confident enough with the series that it should be ready to push;
at any rate, I can now run test-socket-activation in a tight loop
without triggering any crashes or hangs.
With this in place, I'm going back to work on making the nbd
forwarder wort with the parallel thread model.
Eric Blake (8):
sockets: Use