Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Log the emergency flow flush.

2020-09-29 Thread Flavio Leitner
On Tue, Sep 29, 2020 at 05:27:31PM +0200, Ilya Maximets wrote: > On 9/15/20 9:21 PM, Flavio Leitner wrote: > > When the number of flows in the datapath reaches twice the > > maximum, revalidators will delete all flows as an emergency > > action to recover. In that case, log a message with values >

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Log the emergency flow flush.

2020-09-29 Thread Flavio Leitner
On Tue, Sep 29, 2020 at 05:27:31PM +0200, Ilya Maximets wrote: > On 9/15/20 9:21 PM, Flavio Leitner wrote: > > When the number of flows in the datapath reaches twice the > > maximum, revalidators will delete all flows as an emergency > > action to recover. In that case, log a message with values >

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Log the emergency flow flush.

2020-09-29 Thread Ilya Maximets
On 9/15/20 9:21 PM, Flavio Leitner wrote: > When the number of flows in the datapath reaches twice the > maximum, revalidators will delete all flows as an emergency > action to recover. In that case, log a message with values > and increase a coverage counter. > > Signed-off-by: Flavio Leitner >

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Log the emergency flow flush.

2020-09-22 Thread Aaron Conole
Flavio Leitner writes: > When the number of flows in the datapath reaches twice the > maximum, revalidators will delete all flows as an emergency > action to recover. In that case, log a message with values > and increase a coverage counter. > > Signed-off-by: Flavio Leitner > --- Acked-by:

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Log the emergency flow flush.

2020-09-16 Thread Eelco Chaudron
On 15 Sep 2020, at 21:21, Flavio Leitner wrote: > When the number of flows in the datapath reaches twice the > maximum, revalidators will delete all flows as an emergency > action to recover. In that case, log a message with values > and increase a coverage counter. > > Signed-off-by: Flavio

[ovs-dev] [PATCH] ofproto-dpif-upcall: Log the emergency flow flush.

2020-09-15 Thread Flavio Leitner
When the number of flows in the datapath reaches twice the maximum, revalidators will delete all flows as an emergency action to recover. In that case, log a message with values and increase a coverage counter. Signed-off-by: Flavio Leitner --- ofproto/ofproto-dpif-upcall.c | 15 ++-