Re: [ovs-dev] [PATCH net-next v2 00/12] openvswitch: gre tunneling support.

2013-06-18 Thread Zhi Yong Wu
he line "unsubscribe netdev" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Regards, Zhi Yong Wu ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] OVS: add some tips for kvm guest env

2013-05-30 Thread Zhi Yong Wu
On Fri, May 31, 2013 at 12:15 PM, Ben Pfaff wrote: > On Fri, May 31, 2013 at 10:02:32AM +0800, Zhi Yong Wu wrote: >> On Fri, May 31, 2013 at 7:18 AM, Ben Pfaff wrote: >> > On Fri, May 31, 2013 at 06:47:34AM +0800, Zhi Yong Wu wrote: >> >> If multiple vswitches exi

Re: [ovs-dev] [PATCH] OVS: add some tips for kvm guest env

2013-05-30 Thread Zhi Yong Wu
On Fri, May 31, 2013 at 7:18 AM, Ben Pfaff wrote: > On Fri, May 31, 2013 at 06:47:34AM +0800, Zhi Yong Wu wrote: >> If multiple vswitches exist on the same host, how about the routes >> on the host? > > I don't understand this question. It appears to ask whether multipl

Re: [ovs-dev] [PATCH] OVS: add some tips for kvm guest env

2013-05-30 Thread Zhi Yong Wu
table without kernel changes on all the >versions of Linux that Open vSwitch supports. > >By the way, this issue is not specific to physical Ethernet >devices. It applies to all network devices except Open vswitch >"internal" devices. > > On Fri, May 31

Re: [ovs-dev] [PATCH] OVS: add some tips for kvm guest env

2013-05-30 Thread Zhi Yong Wu
wrote: > Is em1 on bridge br0? > > On Fri, May 31, 2013 at 05:59:32AM +0800, Zhi Yong Wu wrote: >> I tried to install OVS on my workstation, before starting kvm guest, >> its route table is below: >> default via 9.115.122.1 dev em1 >> 9.115.122.0/24 dev em1 scope

Re: [ovs-dev] [PATCH] OVS: add some tips for kvm guest env

2013-05-30 Thread Zhi Yong Wu
have to describe your scenario, > before we can say what (if anything) you are doing wrong. > > On Fri, May 31, 2013 at 05:45:06AM +0800, Zhi Yong Wu wrote: >> If i don't add such a route, it seem to not work, do i miss other something? >> >> On Fri, May 31, 2013 at 2:2

Re: [ovs-dev] [PATCH] OVS: add some tips for kvm guest env

2013-05-30 Thread Zhi Yong Wu
If i don't add such a route, it seem to not work, do i miss other something? On Fri, May 31, 2013 at 2:23 AM, Ben Pfaff wrote: > On Thu, May 30, 2013 at 06:40:26PM +0800, zwu.ker...@gmail.com wrote: >> From: Zhi Yong Wu >> >> Add some tips for kvm guest; You know, i

Re: [ovs-dev] [PATCH] OVS: update INSTALL.KVM

2013-05-28 Thread Zhi Yong Wu
...@gmail.com wrote: > > > From: Zhi Yong Wu > > > > When i played with OVS again today, i found that the syntax > > of "ovs-dpctl show" was changed, so INSTALL.KVM need to be > > updated accordingly. > > > > Signed-off-by: Zhi Yong W

Re: [ovs-dev] [PATCH next-next v4 0/2] MPLS: Add limited GSO support

2013-05-24 Thread Zhi Yong Wu
this list: send the line "unsubscribe netdev" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Regards, Zhi Yong Wu ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] One OVS problem

2012-12-02 Thread Zhi Yong Wu
HI, guys, In OVS kernel module, why will it response one *_CMD_NEW reply when it get one *_CMD_SET or *_CMD_GET request from upper layer vswitchd core? If some one know this, can you let me know the reason? -- Regards, Zhi Yong Wu ___ dev mailing

Re: [ovs-dev] debian: failed to build OVS

2012-11-24 Thread Zhi Yong Wu
and if so, what version of OVS > you're using. Fixed, thanks. > > Thanks, > > --Justin > > > On Nov 23, 2012, at 4:26 AM, Zhi Yong Wu wrote: > >> HI, >> >> Just i tried to build ovs soure code on one debian machine, and it failed. >> >

[ovs-dev] debian: failed to build OVS

2012-11-23 Thread Zhi Yong Wu
l-recursive] Error 1 make[1]: Leaving directory `/home/zwu/openvswitch' make: *** [all] Error 2 root@debian-i386:/home/zwu/openvswitch# uname -a Linux debian-i386 3.7.0-rc6+ #263 SMP Thu Nov 22 23:32:34 CST 2012 x86_64 GNU/Linux Did anyone hit the same issue before, and know to solve

Re: [ovs-dev] [GIT PULL v3] Open vSwitch

2011-12-05 Thread Zhi Yong Wu
On Tue, Dec 6, 2011 at 1:37 AM, Jesse Gross wrote: > On Sun, Dec 4, 2011 at 7:32 PM, Zhi Yong Wu wrote: >> Although this series of patchset is a bit large, therefore their codes >> aren't directly pasted here, but if anyone find some issues in the >> codes, how will we

Re: [ovs-dev] [GIT PULL v3] Open vSwitch

2011-12-04 Thread Zhi Yong Wu
netdev.c >  create mode 100644 net/openvswitch/vport-netdev.h >  create mode 100644 net/openvswitch/vport.c >  create mode 100644 net/openvswitch/vport.h > ___ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev -- Regards, Zhi Yong Wu ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] datapath: Fix build breakage on kernel 2.6.40

2011-12-04 Thread Zhi Yong Wu
r 1 make[2]: Leaving directory `/home/zwu/work/virt/openvswitch/datapath' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/zwu/work/virt/openvswitch' make: *** [all] Error 2 Signed-off-by: Zhi Yong Wu --- datapath/linux/compat/include/linux/skbuff.h |2 +-

Re: [ovs-dev] [PATCH] datapath: Fix build breakage on kernel 2.6.40

2011-12-01 Thread Zhi Yong Wu
On Thu, Dec 1, 2011 at 5:55 AM, Jesse Gross wrote: > On Wed, Nov 23, 2011 at 1:58 AM, Zhi Yong Wu wrote: >> diff --git a/datapath/linux/compat/include/linux/skbuff.h >> b/datapath/linux/compat/include/linux/skbuff.h >> index 311bfdb..22ba2e6 100644 >> --- a/datapath

[ovs-dev] [PATCH] datapath: Fix build breakage on kernel 2.6.40

2011-11-23 Thread Zhi Yong Wu
From: Zhi Yong Wu Today i played with openvswitch on my workstation with kernel 2.6.40 and found that it break when i built. The issue is introduced by commit ceb176fdb72bb7ce90debc66e1eeb1d25823d30a Below is the error log. from /home/zwu/work/virt/openvswitch/datapath