[ovs-dev] [PATCH] meta-flow: Document that constituents of conjunctive flows may overlap.

William Tu u9012063 at gmail.com
Fri May 29 00:11:53 UTC 2020


On Wed, May 27, 2020 at 12:24:31PM -0700, Ben Pfaff wrote:
> Suggested-by: Antonin Bas <abas at vmware.com>
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
>  lib/meta-flow.xml | 2 ++
>  manpages.mk       | 3 ---
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/lib/meta-flow.xml b/lib/meta-flow.xml
> index d4495552b3c2..1546758744b4 100644
> --- a/lib/meta-flow.xml
> +++ b/lib/meta-flow.xml
> @@ -1240,6 +1240,8 @@ tcp,tp_src=0x07c0/0xfff0
>          priority, that is, any given packet must be able to match at most one
>          conjunctive flow at a given priority.  Overlapping conjunctive flows
>          yield unpredictable results.
> +        (The flows that constitute a conjunctive flow may overlap with those
> +        that constitute the same or another conjunctive flow.)
>        </li>
>        <li>
>          Following a conjunctive flow match, the search for the flow with
LGTM above.
Acked-by: William Tu <u9012063 at gmail.com>

But the blow is unrelated.

> diff --git a/manpages.mk b/manpages.mk
> index dc201484c637..54a3a82ad963 100644
> --- a/manpages.mk
> +++ b/manpages.mk
> @@ -104,7 +104,6 @@ utilities/bugtool/ovs-bugtool.8: \
>  utilities/bugtool/ovs-bugtool.8.in:
>  lib/ovs.tmac:
>  
> -
>  utilities/ovs-dpctl-top.8: \
>  	utilities/ovs-dpctl-top.8.in \
>  	lib/ovs.tmac
> @@ -155,8 +154,6 @@ lib/common-syn.man:
>  lib/common.man:
>  lib/ovs.tmac:
>  
> -lib/ovs.tmac:
> -
>  utilities/ovs-testcontroller.8: \
>  	utilities/ovs-testcontroller.8.in \
>  	lib/common.man \
> -- 
> 2.25.3
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev


More information about the dev mailing list