Re: [ovs-dev] [PATCH] docs: Update conntrack established state description

2020-02-25 Thread William Tu
On Mon, Feb 24, 2020 at 02:47:54PM +, Roni Bar Yanai wrote:
> 
> 
> >-Original Message-
> >From: Yi-Hung Wei 
> >Sent: Saturday, February 22, 2020 12:51 AM
> >To: d...@openvswitch.org; Roni Bar Yanai 
> >Cc: Yi-Hung Wei 
> >Subject: [PATCH] docs: Update conntrack established state description
> >
> >Patch a867c010ee91 ("conntrack: Fix conntrack new state") fixes the userspace
> >conntrack behavior.  This patch updates the corresponding conntrack state
> >description.
> >
> >Fixes: a867c010ee91 ("conntrack: Fix conntrack new state")
> >Reported-by: Roni Bar Yanai 
> >Signed-off-by: Yi-Hung Wei 
> >---
> >Please backports to branch 2.13.
> >
> >---
> > lib/meta-flow.xml | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> >diff --git a/lib/meta-flow.xml b/lib/meta-flow.xml index
> >90b405c73750..2f9c5ee16342 100644
> >--- a/lib/meta-flow.xml
> >+++ b/lib/meta-flow.xml
> >@@ -2566,8 +2566,8 @@ actions=clone(load:0->NXM_OF_IN_PORT[],output:123)
> >
> > est (0x02)
> > 
> >-  Part of an existing connection.  Set to 1 if this is a committed
> >-  connection.
> >+  Part of an existing connection.  Set to 1 if packets of a 
> >committed
> >+  connection have been seen by conntrack from both directions.
> > 
> >
> > rel (0x04)
> >--
> >2.7.4
> Looks good to me.
> Acked-by: Roni Bar Yanai 
> 
Applied, thanks
William
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH] docs: Update conntrack established state description

2020-02-24 Thread Roni Bar Yanai



>-Original Message-
>From: Yi-Hung Wei 
>Sent: Saturday, February 22, 2020 12:51 AM
>To: d...@openvswitch.org; Roni Bar Yanai 
>Cc: Yi-Hung Wei 
>Subject: [PATCH] docs: Update conntrack established state description
>
>Patch a867c010ee91 ("conntrack: Fix conntrack new state") fixes the userspace
>conntrack behavior.  This patch updates the corresponding conntrack state
>description.
>
>Fixes: a867c010ee91 ("conntrack: Fix conntrack new state")
>Reported-by: Roni Bar Yanai 
>Signed-off-by: Yi-Hung Wei 
>---
>Please backports to branch 2.13.
>
>---
> lib/meta-flow.xml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/lib/meta-flow.xml b/lib/meta-flow.xml index
>90b405c73750..2f9c5ee16342 100644
>--- a/lib/meta-flow.xml
>+++ b/lib/meta-flow.xml
>@@ -2566,8 +2566,8 @@ actions=clone(load:0->NXM_OF_IN_PORT[],output:123)
>
> est (0x02)
> 
>-  Part of an existing connection.  Set to 1 if this is a committed
>-  connection.
>+  Part of an existing connection.  Set to 1 if packets of a committed
>+  connection have been seen by conntrack from both directions.
> 
>
> rel (0x04)
>--
>2.7.4
Looks good to me.
Acked-by: Roni Bar Yanai 

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH] docs: Update conntrack established state description

2020-02-21 Thread Yi-Hung Wei
Patch a867c010ee91 ("conntrack: Fix conntrack new state") fixes
the userspace conntrack behavior.  This patch updates the
corresponding conntrack state description.

Fixes: a867c010ee91 ("conntrack: Fix conntrack new state")
Reported-by: Roni Bar Yanai 
Signed-off-by: Yi-Hung Wei 
---
Please backports to branch 2.13.

---
 lib/meta-flow.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/meta-flow.xml b/lib/meta-flow.xml
index 90b405c73750..2f9c5ee16342 100644
--- a/lib/meta-flow.xml
+++ b/lib/meta-flow.xml
@@ -2566,8 +2566,8 @@ actions=clone(load:0->NXM_OF_IN_PORT[],output:123)
 
 est (0x02)
 
-  Part of an existing connection.  Set to 1 if this is a committed
-  connection.
+  Part of an existing connection.  Set to 1 if packets of a committed
+  connection have been seen by conntrack from both directions.
 
 
 rel (0x04)
-- 
2.7.4

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev