summaryrefslogtreecommitdiff
path: root/ovn/ovn-architecture.7.xml
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2016-06-23 20:39:18 -0700
committerJustin Pettit <jpettit@ovn.org>2016-07-12 21:14:02 -0700
commitcc5e28d81d90dbb0ebb7831ffa77a1aa2c79b568 (patch)
treea73a71f008781cbf424357d8b34b4dcbd2f2ab41 /ovn/ovn-architecture.7.xml
parentb23ada8eecfdce7710cc4daa019539712a2c567a (diff)
downloadopenvswitch-cc5e28d81d90dbb0ebb7831ffa77a1aa2c79b568.tar.gz
ovn: Renumber logical field registers to the newly extended registers.
IPv6 addresses use four standard OVS registers, so move the existing named registers back to make room for using more logical registers. Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ovn/ovn-architecture.7.xml')
-rw-r--r--ovn/ovn-architecture.7.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/ovn/ovn-architecture.7.xml b/ovn/ovn-architecture.7.xml
index 72786bcf5..ead4feb71 100644
--- a/ovn/ovn-architecture.7.xml
+++ b/ovn/ovn-architecture.7.xml
@@ -641,7 +641,7 @@
entered the logical datapath.
<!-- Keep the following in sync with MFF_LOG_INPORT in
ovn/lib/logical-fields.h. -->
- OVN stores this in Nicira extension register number 6.
+ OVN stores this in Nicira extension register number 14.
</p>
<p>
@@ -662,7 +662,7 @@
beginning of the logical ingress pipeline.
<!-- Keep the following in sync with MFF_LOG_OUTPORT in
ovn/lib/logical-fields.h. -->
- OVN stores this in Nicira extension register number 7.
+ OVN stores this in Nicira extension register number 15.
</p>
<p>
@@ -676,7 +676,10 @@
A field that denotes the connection tracking zone for logical ports.
The value only has local significance and is not meaningful between
chassis. This is initialized to 0 at the beginning of the logical
- ingress pipeline. OVN stores this in Nicira extension register number 5.
+ <!-- Keep the following in sync with MFF_LOG_CT_ZONE in
+ ovn/lib/logical-fields.h. -->
+ ingress pipeline. OVN stores this in Nicira extension register
+ number 13.
</dd>
<dt>conntrack zone fields for Gateway router</dt>
@@ -685,8 +688,10 @@
These values only have local significance (only on chassis that have
Gateway routers instantiated) and is not meaningful between
chassis. OVN stores the zone information for DNATting in Nicira
- extension register number 3 and zone information for SNATing in Nicira
- extension register number 4.
+ <!-- Keep the following in sync with MFF_LOG_DNAT_ZONE and
+ MFF_LOG_SNAT_ZONE in ovn/lib/logical-fields.h. -->
+ extension register number 11 and zone information for SNATing in Nicira
+ extension register number 12.
</dd>
<dt>VLAN ID</dt>