Re: [ovs-discuss] [ovs-dev] Geneve Support

2015-03-05 Thread Justin Pettit
Please don't cross-post on multiple mailing lists. It will be part of OVS 2.4. We haven't branched for it yet, but we hope to do that in the next few weeks. The release will be some weeks after that. --Justin > On Mar 5, 2015, at 10:39 PM, Neelakantam Gaddam wrote: > > Hi All, > > Which O

[ovs-discuss] Geneve Support

2015-03-05 Thread Neelakantam Gaddam
Hi All, Which OVS version supports Geneve protocol? I did not see Geneve support in 2.3.1. Currently, Geneve is part of master branch. When can I expect Geneve part of OVS official release? -- Thanks & Regards Neelakantam Gaddam ___ discuss mailing

Re: [ovs-discuss] MAC learning table does not always update

2015-03-05 Thread Ben Pfaff
On Thu, Mar 05, 2015 at 10:42:12PM -0600, Cheng Jin wrote: > Attached please find the log file. Thanks for your time and help. Thanks. I'm adding back the mailing list to continue the discussion. Consider 00:00:00:00:00:02 in bridge s1 (it would be a lot easier to read the log if there were only

Re: [ovs-discuss] MAC learning table does not always update

2015-03-05 Thread Ben Pfaff
On Thu, Mar 05, 2015 at 10:34:11PM -0600, Cheng Jin wrote: > On Thu, Mar 5, 2015 at 10:11 PM, Ben Pfaff wrote: > > > On Thu, Mar 5, 2015 at 6:22 PM, Cheng Jin wrote: > > > On Wed, Mar 4, 2015 at 11:50 PM, Ben Pfaff wrote: > > >> > > >> On Wed, Mar 04, 2015 at 11:45:15PM -0600, Cheng Jin wrote:

Re: [ovs-discuss] MAC learning table does not always update

2015-03-05 Thread Cheng Jin
On Thu, Mar 5, 2015 at 10:11 PM, Ben Pfaff wrote: > On Thu, Mar 5, 2015 at 6:22 PM, Cheng Jin wrote: > > On Wed, Mar 4, 2015 at 11:50 PM, Ben Pfaff wrote: > >> > >> On Wed, Mar 04, 2015 at 11:45:15PM -0600, Cheng Jin wrote: > >> > On Wed, Mar 4, 2015 at 4:02 PM, Ben Pfaff wrote: > >> > > >> >

Re: [ovs-discuss] MAC learning table does not always update

2015-03-05 Thread Ben Pfaff
On Thu, Mar 5, 2015 at 6:22 PM, Cheng Jin wrote: > On Wed, Mar 4, 2015 at 11:50 PM, Ben Pfaff wrote: >> >> On Wed, Mar 04, 2015 at 11:45:15PM -0600, Cheng Jin wrote: >> > On Wed, Mar 4, 2015 at 4:02 PM, Ben Pfaff wrote: >> > >> > > On Wed, Mar 04, 2015 at 11:10:49AM -0600, Cheng Jin wrote: >> >

Re: [ovs-discuss] pskb_expand_head: skb_shared BUG

2015-03-05 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] kernel panic under heavy receive load

2015-03-05 Thread Chris Dunlop
On Wed, Mar 04, 2015 at 03:56:41PM -0500, Xu (Simon) Chen wrote: > Now I think about it... Maybe I run into this problem because I turned on > Sflow collection on my OVS nodes... Yes, I was also running sflow collection. I think the bug will only bite when doing sflow collection because it's the s

Re: [ovs-discuss] IPv6 dadfailed

2015-03-05 Thread Alex Wang
Hey, > > > > Running tcpdump on the two physical uplinks shows that the neighbor > > solicitation is sent out on both interfaces (Or maybe sent out on one and > > received on the other, I'm not quite sure...). > If it is the later, it makes sense that the sending VM receives it > again. Which mea

Re: [ovs-discuss] MAC learning table does not always update

2015-03-05 Thread Cheng Jin
On Wed, Mar 4, 2015 at 11:50 PM, Ben Pfaff wrote: > On Wed, Mar 04, 2015 at 11:45:15PM -0600, Cheng Jin wrote: > > On Wed, Mar 4, 2015 at 4:02 PM, Ben Pfaff wrote: > > > > > On Wed, Mar 04, 2015 at 11:10:49AM -0600, Cheng Jin wrote: > > > > On Tue, Mar 3, 2015 at 3:03 PM, Ben Pfaff wrote: > > >

Re: [ovs-discuss] what's wrong with these codes ?

2015-03-05 Thread yewgang
Thank you for all, I have found root cause: the "struct ovsdb_idl" is defined in ovsdb-idl.c file, so "idl->table_by_name" will report warning. The function I want is to quarry tables in idl at the outside of ovsdb-idl.c. I don't know "ovsdb-idl.h" supply this function in API. 2015-03-06 9:01 GMT

Re: [ovs-discuss] what's wrong with these codes ?

2015-03-05 Thread yewgang
It does not work after adding #include "shash.h" in the .c file. It warns again. And if missing #include "shash.h", will the "struct shash_node *node;" report warning ? 2015-03-06 0:51 GMT+08:00 Ben Pfaff : > Missing #include "shash.h" > > On Thu, Mar 05, 2015 at 09:23:43PM +0800, yewgang wrote:

Re: [ovs-discuss] How to add support for propietary switch

2015-03-05 Thread Ben Pfaff
On Wed, Mar 04, 2015 at 04:41:29PM -0500, Stacy Meszaros wrote: > I have built openvswitch 2.1.2 and can run it on my target Linux platform > (kernel version 2.6.29.6) My target is a proprietary switch. I have read > the porting documentation and have several new modules linked into the > source

Re: [ovs-discuss] Problem using virtualbox with open vswitch with VLAN

2015-03-05 Thread Ming-Ching Tiew
;) This is not a tcpdump problem as the same image is used to test open vswitch with qemu vs virtualbox ( with qemu working and virtualbox not working ) and furthermore I recorded the tcpdump file and play it back on host. I am using ubuntu 14.04 it can't be the host is using so old a version of

Re: [ovs-discuss] ovs kernel bug: soft lockup

2015-03-05 Thread Pravin Shelar
On Tue, Mar 3, 2015 at 10:54 PM, wrote: > Hi, > In an arp flooding network environment, One server running ovs crushed with > soft lockup bug. > Attached is the system log. > ovs version: 2.1.3 > Linux kernel version:3.10.0-123.el7.x86_64, Centos7 Which kernel datapath module are you using? have

Re: [ovs-discuss] IPv6 dadfailed

2015-03-05 Thread Gurucharan Shetty
> Thanks a lot for this suggestions. We did some deeper investigation and this > is what we found out: > > After configuring an IPv6 address on the VM guest, the neighbor solicitation > message is sent out and immediately bounced back to the VM, leading to the > situation that the kernel thinks the

Re: [ovs-discuss] IPv6 dadfailed

2015-03-05 Thread Tobias Brunner
Hi, > I don't use IPv6, so I don't know the specifics, but here are some > details on how you can debug it. > > * Assuming you have just one VM, on your hypervisor, a 'ovs-vsctl > show' will show you the name of the virtual interface name (vif). So > the first thing to do is put a tcpump on that

[ovs-discuss] How to add support for propietary switch

2015-03-05 Thread Stacy Meszaros
Hello, I have built openvswitch 2.1.2 and can run it on my target Linux platform (kernel version 2.6.29.6) My target is a proprietary switch. I have read the porting documentation and have several new modules linked into the source - lib/dpif-prop.c - based on dpif-netdev.c -

Re: [ovs-discuss] toit (Open vSwitch Integration Testsuite) pushed to OPNFV

2015-03-05 Thread jhsiao
Hi All, Is there a link to the test suite? We would like to import the test suite for our kernel-QE testing on OVS kernel data path. Thanks! Jean ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] ovs kernel bug: soft lockup

2015-03-05 Thread sea11167
Hi, In an arp flooding network environment, One server running ovs crushed with soft lockup bug. Attached is the system log. ovs version: 2.1.3 Linux kernel version:3.10.0-123.el7.x86_64, Centos7 Thanks, -FanMar 2 15:02:21 ml01-cloud-kvm012 kernel: irq 116: nobody cared (try booting with the "

Re: [ovs-discuss] packet reorderoing

2015-03-05 Thread Ben Pfaff
On Wed, Mar 04, 2015 at 07:08:03PM +, Gray, Mark D wrote: > > From: Ben Pfaff [mailto:b...@nicira.com] > > Sent: Wednesday, March 4, 2015 6:12 PM > > On Wed, Mar 04, 2015 at 05:05:33PM +, Gray, Mark D wrote: > > > > From: Ben Pfaff [mailto:b...@nicira.com] > > > > Sent: Wednesday, March 4,

Re: [ovs-discuss] How to set the MAC address of bridge local port

2015-03-05 Thread Krishna Pratap
Thanks for checking. I will try to find out more about the ovs installed on my system. KP On Thu, Mar 5, 2015 at 12:10 PM, Ben Pfaff wrote: > On Wed, Mar 04, 2015 at 01:34:07PM -0500, Krishna Pratap wrote: > > Im not sure what is wrong with ovs installed with my system yet. its > weird > > it w

Re: [ovs-discuss] How to set the MAC address of bridge local port

2015-03-05 Thread Ben Pfaff
On Wed, Mar 04, 2015 at 01:34:07PM -0500, Krishna Pratap wrote: > Im not sure what is wrong with ovs installed with my system yet. its weird > it would complain of non existence of bridge when we try to set its MAC > address because I explicitly create the bridge first. what about the "set > interf

Re: [ovs-discuss] building openvswitch with user-mode-linux

2015-03-05 Thread Ben Pfaff
On Thu, Mar 05, 2015 at 06:18:56PM +0500, david jhon wrote: > I am using this > > article to understand debugging a module with user-mode-linux. I am using > ovs-dev.py to setup openvswitch on my machine but it does not

Re: [ovs-discuss] what's wrong with these codes ?

2015-03-05 Thread Ben Pfaff
Missing #include "shash.h" On Thu, Mar 05, 2015 at 09:23:43PM +0800, yewgang wrote: > Dear all, > > what's wrong with these codes ? I really don't know... > my codes is like this : > > static void > test_print_tables(struct ovsdb_idl *idl) > { > /* add for test */ > struct shash_node *n

Re: [ovs-discuss] Problem using virtualbox with open vswitch with VLAN

2015-03-05 Thread Thomas F Herbert
On 3/5/15 11:08 AM, Ben Pfaff wrote: It looks like there's an off-by-four (!) error in the Ethernet packet, with the Ethernet addresses being shifted four bytes. It seems unlikely that this would be an Open vSwitch bug, since Open vSwitch works correctly with VLANs on tons of drivers and environ

Re: [ovs-discuss] Queue added but not shown using ovs-ofctl

2015-03-05 Thread Ben Pfaff
On Thu, Mar 05, 2015 at 12:22:12PM +, Rui Braz wrote: > Hello. I'm trying to implement some kind of qos by limiting the rate of a > port using queues. > > > The topology is the following: > > h1-eth0<->s1-eth1 > s1-eth2<->s2-eth1 > s2-eth2<->h2-eth0 > > > s1-eth1 is ofport=1 > > s1-eth2

Re: [ovs-discuss] Problem using virtualbox with open vswitch with VLAN

2015-03-05 Thread Ben Pfaff
It looks like there's an off-by-four (!) error in the Ethernet packet, with the Ethernet addresses being shifted four bytes. It seems unlikely that this would be an Open vSwitch bug, since Open vSwitch works correctly with VLANs on tons of drivers and environments. I don't know whether it would b

[ovs-discuss] what's wrong with these codes ?

2015-03-05 Thread yewgang
Dear all, what's wrong with these codes ? I really don't know... my codes is like this : static void test_print_tables(struct ovsdb_idl *idl) { /* add for test */ struct shash_node *node; SHASH_FOR_EACH(node, &idl->table_by_name) { // Report warning here .. } } but

[ovs-discuss] building openvswitch with user-mode-linux

2015-03-05 Thread david jhon
Hi, I am using this article to understand debugging a module with user-mode-linux. I am using ovs-dev.py to setup openvswitch on my machine but it does not seem to work with ARCH=um as it displays the help message when

[ovs-discuss] Queue added but not shown using ovs-ofctl

2015-03-05 Thread Rui Braz
Hello. I'm trying to implement some kind of qos by limiting the rate of a port using queues. The topology is the following: h1-eth0<->s1-eth1 s1-eth2<->s2-eth1 s2-eth2<->h2-eth0 s1-eth1 is ofport=1 s1-eth2 is ofport=2 s2-eth1 is ofport=1 s2-eth2 is ofport=2 The links speed is 100mb, I'm

Re: [ovs-discuss] Problem using virtualbox with open vswitch with VLAN

2015-03-05 Thread Ming-Ching Tiew
I got additional info now. It's seems there is a corruption of data when packets are read on the guest 1 when reading the vlan-tagged data. I did a tcpdump on guest 1 when guest2 tries to ping to guest 1, one can see that mac address of guest2 ( the initiator of arp request ) is wrong, and it al