ovn-architecture: Document the registers used for logical ports.
authorJustin Pettit <jpettit@nicira.com>
Fri, 7 Aug 2015 23:05:35 +0000 (16:05 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 10 Aug 2015 18:33:29 +0000 (11:33 -0700)
When reviewing the OpenFlow flows generated by ovn-controller, it's nice
to have this information.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
ovn/ovn-architecture.7.xml

index 1b537f9..2424836 100644 (file)
 
     <dt>logical input port field</dt>
     <dd>
-      A field that denotes the logical port from which the packet entered the
-      logical datapath.  OVN stores this in a Nicira extension register.  (This
-      field is passed across tunnels as part of the tunnel key.)
+      A field that denotes the logical port from which the packet
+      entered the logical datapath.  OVN stores this in Nicira extension
+      register number 6.  (This field is passed across tunnels as part
+      of the tunnel key.)
     </dd>
 
     <dt>logical output port field</dt>
     <dd>
-      A field that denotes the logical port from which the packet will leave
-      the logical datapath.  This is initialized to 0 at the beginning of the
-      logical ingress pipeline.  OVN stores this in a Nicira extension
-      register.  (This field is passed across tunnels as part of the tunnel
-      key.)
+      A field that denotes the logical port from which the packet will
+      leave the logical datapath.  This is initialized to 0 at the
+      beginning of the logical ingress pipeline.  OVN stores this in
+      Nicira extension register number 7.  (This field is passed across
+      tunnels as part of the tunnel key.)
     </dd>
 
     <dt>VLAN ID</dt>