[ovs-dev] Rate limiting on unknown unicast packet

2015-08-13 Thread abhishek.labh
Hi All, I want to apply rate limiting on unknown unicast packet. When destination address is not found in the mac table flooding will occurs in ovs. Can we apply any policy/rule to rate limit the traffic for unknown packet/traffic. Thanks & Regards, Abhishek The information contained in this el

[ovs-dev] Storm control feature

2015-08-25 Thread abhishek.labh
Hi, I am looking for similar feature like storm control to rate limiting according to threshold value for uni-cast/broadcast/multicast traffic in open vSwitch. Any feature like storm control is supported? If yes then please tell me how to configure it ?. Thanks & Regards, Abhishek Kumar Labh

[ovs-dev] How to apply rate limit on flooding.

2015-08-26 Thread abhishek.labh
Hi, Currently for normal rule when destination address is not found in mac table packet is flooded to all ports connected to bridge except incoming port. So if incoming traffic is coming with high rate then flooding rate is maximum which reduced performance of the sysyem. So is there any func