]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/msgr2: better formatting 23965/head
authorSage Weil <sage@redhat.com>
Fri, 7 Sep 2018 16:01:33 +0000 (11:01 -0500)
committerSage Weil <sage@redhat.com>
Fri, 7 Sep 2018 16:01:33 +0000 (11:01 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/dev/msgr2.rst

index 67777737def7a769ff77b330488867db58d970b1..83ec7c0b4096a8830a835895470a6e68311d5ad2 100644 (file)
@@ -295,12 +295,14 @@ Once a session is established, we can exchange messages.
     data_pre_padding
     data
 
-  - The ceph_msg_header2 is modified from ceph_msg_header to include an
-    ack_seq.  This avoids the need for a TAG_ACK message most of the time.
-  - The ceph_msg_header2 is modified from ceph_msg_header to remove teh
-    src field, which we now get from the message flow handshake (TAG_IDENT).
-  - The ceph_msg_header2 specifies the data_pre_padding, which can be used to
-    adjust the alignment of the data payload.  (NOTE: is this is useful?)
+  - The ceph_msg_header2 is modified from ceph_msg_header:
+      * include an ack_seq.  This avoids the need for a TAG_ACK
+        message most of the time.
+      * remove the src field, which we now get from the message flow
+        handshake (TAG_IDENT).
+      * specifies the data_pre_padding length, which can be used to
+        adjust the alignment of the data payload.  (NOTE: is this is
+        useful?)
 
 * TAG_ACK: acknowledge receipt of message(s)::