Hi Jarno,
Have we managed to merge these changes ?
Thanks & Regards,
Alok
-Original Message-
From: Maurya, Alok Kumar (HP Networking)
Sent: Thursday, April 14, 2016 5:46 PM
To: 'Jarno Rajahalme'
Cc: Ben Pfaff ; discuss@openvswitch.org
Subject: RE: [ovs-discuss] O
I have tried the fix on master , it solved the problem .
Thanks & Regards,
Alok
-Original Message-
From: Jarno Rajahalme [mailto:ja...@ovn.org]
Sent: Thursday, April 14, 2016 7:43 AM
To: Maurya, Alok Kumar (HP Networking)
Cc: Ben Pfaff ; discuss@openvswitch.org
Subject: Re:
2:44 AM
To: Maurya, Alok Kumar (HP Networking)
Cc: Ben Pfaff ; discuss@openvswitch.org
Subject: Re: [ovs-discuss] OVS 2.4 and 2.4 Flow deletion issue
> On Apr 12, 2016, at 1:05 AM, Maurya, Alok Kumar (HP Networking)
> wrote:
>
> Thanks Jarno and Ben for looking into this issue
Hi All,
I am seeing that in OVS 2.4 and ovs 2.5 Bulk flow deletion is taking
huge time more than (30 mins) compared to ovs 2.3 where it used to
take 1-2 secs .
Below are steps which I am following to reproduce the issue :
1. Add 200K Flows
### Sample Script
sday, April 12, 2016 7:02 AM
To: Ben Pfaff
Cc: Maurya, Alok Kumar (HP Networking) ;
discuss@openvswitch.org
Subject: Re: [ovs-discuss] OVS 2.4 and 2.4 Flow deletion issue
I tried with a bit simpler flows, like this:
ovs-ofctl add-flow br-int
hard_timeout=0,idle_timeout=0,priority=10,ip,cooki
Hi All,
I am seeing that in OVS 2.4 and ovs 2.5 Bulk flow deletion is taking
huge time more than (30 mins) compared to ovs 2.3 where it used to
take 1-2 secs .
Below are steps which I am following to reproduce the issue :
1. Add 200K Flows
### Sample Script
Hi All,
I have added around 50K Flows in ovs2.4 .
Even though delete-flows command return quite quickly , but any
command like "ovs-ofctl show " or "ovs-ofctl dump-flows" take quite long
to execute .
In OVS 2.3 this issue is not seen .
Below is same script which