diff options
Diffstat (limited to 'Documentation/networking/openvswitch.txt')
-rw-r--r-- | Documentation/networking/openvswitch.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/networking/openvswitch.txt b/Documentation/networking/openvswitch.txt index 37c20ee2455e..b3b9ac61d29d 100644 --- a/Documentation/networking/openvswitch.txt +++ b/Documentation/networking/openvswitch.txt | |||
@@ -131,6 +131,19 @@ performs best-effort detection of overlapping wildcarded flows and may reject | |||
131 | some but not all of them. However, this behavior may change in future versions. | 131 | some but not all of them. However, this behavior may change in future versions. |
132 | 132 | ||
133 | 133 | ||
134 | Unique flow identifiers | ||
135 | ----------------------- | ||
136 | |||
137 | An alternative to using the original match portion of a key as the handle for | ||
138 | flow identification is a unique flow identifier, or "UFID". UFIDs are optional | ||
139 | for both the kernel and user space program. | ||
140 | |||
141 | User space programs that support UFID are expected to provide it during flow | ||
142 | setup in addition to the flow, then refer to the flow using the UFID for all | ||
143 | future operations. The kernel is not required to index flows by the original | ||
144 | flow key if a UFID is specified. | ||
145 | |||
146 | |||
134 | Basic rule for evolving flow keys | 147 | Basic rule for evolving flow keys |
135 | --------------------------------- | 148 | --------------------------------- |
136 | 149 | ||