8200: Graphics for on-wire packets.
authorEric Blake <eblake@redhat.com>
Wed, 30 Oct 2019 15:27:44 +0000 (16:27 +0100)
committerEric Blake <eblake@redhat.com>
Wed, 30 Oct 2019 15:27:44 +0000 (16:27 +0100)
2019-kvm-forum/8000-graphics.odp
2019-kvm-forum/8100-tradeoff-automatic-v-explicit.html
2019-kvm-forum/8200-simple.png [new file with mode: 0644]
2019-kvm-forum/8200-structured.png [new file with mode: 0644]
2019-kvm-forum/8200-tradeoff-simple-v-structured.html

index 999705a..425f996 100644 (file)
Binary files a/2019-kvm-forum/8000-graphics.odp and b/2019-kvm-forum/8000-graphics.odp differ
index c6f5bcb..2e3538b 100644 (file)
@@ -5,8 +5,7 @@
 <h1>Tradeoff: Automatic or explicit</h1>
 
 <p>
-  Filler - need to demonstrate:
-  start with 1k image
+  When should resize happen? Starting with a 1k image:
 
   <p>
     Automatic (like file system):
diff --git a/2019-kvm-forum/8200-simple.png b/2019-kvm-forum/8200-simple.png
new file mode 100644 (file)
index 0000000..6230643
Binary files /dev/null and b/2019-kvm-forum/8200-simple.png differ
diff --git a/2019-kvm-forum/8200-structured.png b/2019-kvm-forum/8200-structured.png
new file mode 100644 (file)
index 0000000..0606dba
Binary files /dev/null and b/2019-kvm-forum/8200-structured.png differ
index 6ca9385..084c351 100644 (file)
@@ -5,12 +5,14 @@
 <h1>Tradeoff: Simple or structured</h1>
 
 <p>
-  Filler - need graphics showing wire format of:
-
-<p>
   Simple: 16-byte response, boolean answer
+  <p>
+  <img src="8200-simple.png"/>
+
 <p>
-  Structured: 1 or more 20+-byte response
-  <br>Adding new NBD_REPLY_TYPE_RESIZE allows including updated size
-  in response
+  Structured: one or more 20+-byte response (simplest is a single
+  28-byte response)
+  <br>Requires adding <code>NBD_REPLY_TYPE_RESIZE</code>
+  <p>
+  <img src="8200-structured.png"/>
 </p>