Re: [ovs-dev] Rate limit the packet-in messages .

2015-07-21 Thread Ben Pfaff
On Tue, Jul 21, 2015 at 10:08:56AM +0530, deepaksingh wrote: > This is the reason affecting WLC CPU. packet-in rate may need to > rate-limited to protect the CPU, excess rate (non-LLDP) should be dropped Rate-limiting has been supported since 2009. Please read the documentation. _

[ovs-dev] Rate limit the packet-in messages .

2015-07-20 Thread deepaksingh
Hi, I am using openvswitch-2.0.0 ovs. 1. Have Switch connected to OF controller. 2. Node is connected. 3. Run iperf command from node to trigger a lot of packet-in. "iperf -c -t 1 -u -b 1000MB -l 466" where has static arp configured. 4. After >1hr. Switch disconnect from OF controller. 5. Che