Re: [ovs-discuss] pskb_expand_head: skb_shared BUG

2015-03-01 Thread Chris Dunlop
On Mon, Mar 02, 2015 at 11:45:11AM +1100, Chris Dunlop wrote: > Heads up... > > We've hit this BUG() in v3.10.70, v3.14.27 and v3.18.7: > > net/core/skbuff.c: > 1027 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, > 1028 gfp_t gfp_mask) > 1029 { > 1030

Re: [ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-01 Thread david jhon
got it fixed, thanks a lot Ben! On Sun, Mar 1, 2015 at 9:27 PM, Ben Pfaff wrote: > On Sun, Mar 01, 2015 at 05:59:24PM +0500, david jhon wrote: > > Hello, > > > > I have added a new test table in vswitch.schema file, building source > with > > new schema file successfully generates lib/vswitch-id

Re: [ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-01 Thread Ben Pfaff
On Sun, Mar 01, 2015 at 05:59:24PM +0500, david jhon wrote: > Hello, > > I have added a new test table in vswitch.schema file, building source with > new schema file successfully generates lib/vswitch-idl.h/c files which > contains the source for newly added table in vswitch.ovsschema, but after >

[ovs-discuss] OVN NAT with and without Neutron floating IPs

2015-03-01 Thread Assaf Muller
Hello everyone, I've been reading the published articles about OVN and as I was comparing it to Neutron DVR a question popped up regarding NAT. In Neutron, when using DVR, VMs that have floating IPs assigned have their traffic forwarded by and to the hosting chassis. VMs that don't have a floatin

[ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-01 Thread david jhon
Hello, I have added a new test table in vswitch.schema file, building source with new schema file successfully generates lib/vswitch-idl.h/c files which contains the source for newly added table in vswitch.ovsschema, but after building a few files it quits with the following error: ../vswitchd/vs