Re: [ovs-discuss] ovs memory requirements / limits

2011-05-17 Thread Ben Pfaff
On Tue, May 17, 2011 at 02:56:02PM -0700, Madhusudan Challa wrote: > I am trying to understand ovf memory requirements and flow limits for the > vswitchd daemon and the ovs kernel module. Specifically : > > 1. memory taken in userspace and kernel per flow control rule. Each OpenFlow rule takes a

[ovs-discuss] ovs memory requirements / limits

2011-05-17 Thread Madhusudan Challa
I am trying to understand ovf memory requirements and flow limits for the vswitchd daemon and the ovs kernel module. Specifically : 1. memory taken in userspace and kernel per flow control rule. 2. limits on # of flows control rules. 3. any additional memory taken by datapath when packet arrives.

Re: [ovs-discuss] Anti-spoof rules with vlans on XCP (XENSERVER)...

2011-05-17 Thread Kristoffer Egefelt
Great - the rules works alot better after running ovs-vsctl del-controller xapi5 ;-) It looks like everything works now. The rules for the XCP VMs to prevent mac/ip spoofing (although allowing dhcp) are then: /usr/bin/ovs-ofctl add-flow xapi5 "in_port=15 priority=39500 dl_type=udp tp_dst=67 dl_sr