Skip to content

Commit

Permalink
ovn-architecture: Document the registers used for logical ports.
Browse files Browse the repository at this point in the history
When reviewing the OpenFlow flows generated by ovn-controller, it's nice
to have this information.

Signed-off-by: Justin Pettit <[email protected]>
Acked-by: Russell Bryant <[email protected]>
  • Loading branch information
Justin Pettit committed Aug 10, 2015
1 parent a548a76 commit cd144a4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions ovn/ovn-architecture.7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -627,18 +627,19 @@

<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>
Expand Down

0 comments on commit cd144a4

Please sign in to comment.