Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Log the value of flow limit.

2020-09-29 Thread Flavio Leitner
On Tue, Sep 29, 2020 at 04:53:22PM +0200, Ilya Maximets wrote: > On 9/15/20 9:20 PM, Flavio Leitner wrote: > > The datapath flow limit is calculated by revalidators so > > log the value as well. > > > > Signed-off-by: Flavio Leitner > > --- > > ofproto/ofproto-dpif-upcall.c | 3 ++- > > 1 file

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Log the value of flow limit.

2020-09-29 Thread Ilya Maximets
On 9/15/20 9:20 PM, Flavio Leitner wrote: > The datapath flow limit is calculated by revalidators so > log the value as well. > > Signed-off-by: Flavio Leitner > --- > ofproto/ofproto-dpif-upcall.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Log the value of flow limit.

2020-09-22 Thread Aaron Conole
Flavio Leitner writes: > The datapath flow limit is calculated by revalidators so > log the value as well. > > Signed-off-by: Flavio Leitner > --- Acked-by: Aaron Conole ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Log the value of flow limit.

2020-09-16 Thread Eelco Chaudron
On 15 Sep 2020, at 21:20, Flavio Leitner wrote: > The datapath flow limit is calculated by revalidators so > log the value as well. > > Signed-off-by: Flavio Leitner Acked-by: Eelco Chaudron ___ dev mailing list d...@openvswitch.org

[ovs-dev] [PATCH] ofproto-dpif-upcall: Log the value of flow limit.

2020-09-15 Thread Flavio Leitner
The datapath flow limit is calculated by revalidators so log the value as well. Signed-off-by: Flavio Leitner --- ofproto/ofproto-dpif-upcall.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c index