Displaying 2 results from an estimated 2 matches for "b6fb0b1".
Did you mean:
b060b0b1
2018 Mar 08
0
[nbdkit PATCH v3 14/15] todo: Mention possibility of caching .can_FOO callbacks
...very .pwrite with FUA requested
may be noticeable overhead compared to caching it. Any cache
must not be a static variable, as it can differ between
connections.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
TODO | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/TODO b/TODO
index b6fb0b1..1e0f483 100644
--- a/TODO
+++ b/TODO
@@ -40,6 +40,10 @@ General ideas for improvements
ones like offset) can fail to initialize if they can't guarantee
strict alignment and don't want to deal with bounce buffers.
+* Add per-connection caching of .can_FOO callbacks (we already have
+...
2018 Mar 08
19
[nbdkit PATCH v3 00/15] Add FUA support to nbdkit
After more than a month since v2 [1], I've finally got my FUA
support series polished. This is all of my outstanding patches,
even though some of them were originally posted in separate
threads from the original FUA post [2], [3]
[1] https://www.redhat.com/archives/libguestfs/2018-January/msg00113.html
[2] https://www.redhat.com/archives/libguestfs/2018-January/msg00219.html
[3]