[ovs-discuss] about the vswitchd/vswitch.xml

2013-03-12 Thread Guangvy
Hi, There are the following descriptions in the file vswitchd/vswitch.xml 'master' branch Required. The tunnel endpoint. Unicast and multicast endpoints are both supported. Does it mean multicast endpoints support ? but how to configure it?

[ovs-discuss] Is There A How To?

2013-03-12 Thread JPDSYS2 Machine
Is there a 'How To' for using OpenvSwitch with a single machine running RHEL/CentOS 5.8 x86_64 KVM? Is there a 'How To' for using OpenvSwitch with a two machine cluster running RHEL/CentOS 6.2 x86_64 KVM? Can I have a cluster switched with Open vSwitch running OSes RHEL/CentOS 5.8 x86_64 and

Re: [ovs-discuss] CentOS 6.4 kernel module rpm build error

2013-03-12 Thread Lucas Brasilino
Hi Denis > If you read my message carefully you will see that I've mentioned i had > tried to apply patch designated for CentOS 6.3 but it didn't work. > Different lines to patch. > Thanks anyways. You are right, sorry. I didn't read that you had applied the patch. But, anyway, If I recall, the p

Re: [ovs-discuss] CentOS 6.4 kernel module rpm build error

2013-03-12 Thread Denis Iskandarov
No luck. rpmbuild failed on different file: /usr/bin/make -C /usr/src/kernels/2.6.32-358.0.1.el6.x86_64 M=/root/rpmbuild/BUILD/openvswitch-1.9.0/_default/datapath/linux modules make[1]: Entering directory `/usr/src/kernels/2.6.32-358.0.1.el6.x86_64' CC [M] /root/rpmbuild/BUILD/openvswitch-1.

Re: [ovs-discuss] CentOS 6.4 kernel module rpm build error

2013-03-12 Thread Denis Iskandarov
Sorry, just mentioned it. (sleep) Will test in a moment. On Wed, Mar 13, 2013 at 12:25 AM, Jesse Gross wrote: > I sent it out for review to the mailing list and you are CC'ed. If > you have a chance, please test it. > > On Tue, Mar 12, 2013 at 1:13 PM, Denis Iskandarov > wrote: > > Niceee. >

Re: [ovs-discuss] CentOS 6.4 kernel module rpm build error

2013-03-12 Thread Jesse Gross
I sent it out for review to the mailing list and you are CC'ed. If you have a chance, please test it. On Tue, Mar 12, 2013 at 1:13 PM, Denis Iskandarov wrote: > Niceee. > Sorry, in 'sent' you meant you sent by email or somehow else? > When it will be possible to apply patch for further try to fi

Re: [ovs-discuss] CentOS 6.4 kernel module rpm build error

2013-03-12 Thread Denis Iskandarov
Niceee. Sorry, in 'sent' you meant you sent by email or somehow else? When it will be possible to apply patch for further try to finally start up OVS on desired platform for me. Sincerely. On Tue, Mar 12, 2013 at 11:26 PM, Jesse Gross wrote: > On Tue, Mar 12, 2013 at 11:13 AM, Lucas Brasilino

Re: [ovs-discuss] CentOS 6.4 kernel module rpm build error

2013-03-12 Thread Denis Iskandarov
Hello, If you read my message carefully you will see that I've mentioned i had tried to apply patch designated for CentOS 6.3 but it didn't work. Different lines to patch. Thanks anyways. On Tue, Mar 12, 2013 at 10:13 PM, Lucas Brasilino wrote: > Hi Denis: > > > Can't build kernel module RPM on

Re: [ovs-discuss] CentOS 6.4 kernel module rpm build error

2013-03-12 Thread Jesse Gross
On Tue, Mar 12, 2013 at 11:13 AM, Lucas Brasilino wrote: > Hi Denis: > >> Can't build kernel module RPM on CentOS 6.4: > >> /root/rpmbuild/BUILD/openvswitch-1.9.0/_default/../datapath/linux/compat/include/linux >> /skbuff.h:249: error: redefinition of 'skb_reset_mac_len' >> include/linux/skbuff.h:

Re: [ovs-discuss] Datapaths and bridges.

2013-03-12 Thread Igor Ryzhov
Thank you! Sorry, forgot to copy to discuss. вторник, 12 марта 2013 г. пользователь Jesse Gross писал: > They work together. > > Please keep all discussions on the mailing list. > > On Tue, Mar 12, 2013 at 10:37 AM, Igor Ryzhov > > > wrote: > > So OVS uses datapathes if we build it as Kernel mod

Re: [ovs-discuss] Datapaths and bridges.

2013-03-12 Thread Jesse Gross
They work together. Please keep all discussions on the mailing list. On Tue, Mar 12, 2013 at 10:37 AM, Igor Ryzhov wrote: > So OVS uses datapathes if we build it as Kernel module and bridges when > builded in userspace? > Or both datapathes and bridges works together? > > > 2013/3/12 Jesse Gross

Re: [ovs-discuss] CentOS 6.4 kernel module rpm build error

2013-03-12 Thread Lucas Brasilino
Hi Denis: > Can't build kernel module RPM on CentOS 6.4: > /root/rpmbuild/BUILD/openvswitch-1.9.0/_default/../datapath/linux/compat/include/linux > /skbuff.h:249: error: redefinition of 'skb_reset_mac_len' > include/linux/skbuff.h:1284: note: previous definition of 'skb_reset_mac_len' > was here

Re: [ovs-discuss] queue_userspace_packet

2013-03-12 Thread Igor Ryzhov
Thank you very much! 2013/3/12 Jesse Gross > On Tue, Mar 12, 2013 at 2:09 AM, Igor Ryzhov wrote: > > Hello. > > > > At the end of queue_userspace_packet the genlmsg_unicast function is > used to > > directly transfer skb to userspace. Now I want to understand the next > step - > > which functi

Re: [ovs-discuss] Datapaths and bridges.

2013-03-12 Thread Jesse Gross
On Tue, Mar 12, 2013 at 7:32 AM, Igor Ryzhov wrote: > Hello. > > I'm trying to study Open vSwitch and now I have a question - what is the > difference between datapaths and bridges (add-dp and add-br, add-if and > add-port)? Datapaths are a kernel construct, while bridges are a userspace/OpenFlow

Re: [ovs-discuss] queue_userspace_packet

2013-03-12 Thread Jesse Gross
On Tue, Mar 12, 2013 at 2:09 AM, Igor Ryzhov wrote: > Hello. > > At the end of queue_userspace_packet the genlmsg_unicast function is used to > directly transfer skb to userspace. Now I want to understand the next step - > which function works next in userspace? It will get picked up by dpif_linu

[ovs-discuss] Datapaths and bridges.

2013-03-12 Thread Igor Ryzhov
Hello. I'm trying to study Open vSwitch and now I have a question - what is the difference between *datapaths *and *bridges* (*add-dp *and *add-br*,*add-if *and* add-port*)? Best regards, Igor Ryzhov ___ discuss mailing list discuss@openvswitch.org http

[ovs-discuss] queue_userspace_packet

2013-03-12 Thread Igor Ryzhov
Hello. At the end of *queue_userspace_packet* the *genlmsg_unicast* function is used to directly transfer *skb* to userspace. Now I want to understand the next step - which function works next in userspace? P.S. I'm sorry if this is a copy of question, I have some troubles with mail agent. Best

Re: [ovs-discuss] Regarding the openvswitch_mod.ko file

2013-03-12 Thread Ashwini Pugazhendhi
HI all, can any one tell me how to integrate android virtual device with beacon controller? On Tue, Mar 12, 2013 at 4:58 AM, Ashwini Pugazhendhi wrote: > I am a final year engineering student, doing my project in open flow > controller for android with open v switch. I am not able to generate the

[ovs-discuss] CentOS 6.4 kernel module rpm build error

2013-03-12 Thread Denis Iskandarov
Hello, Can't build kernel module RPM on CentOS 6.4: rpmbuild -bb rhel/openvswitch.spec - userspace rpm building without problems producing: openvswitch-1.9.0-1.x86_64.rpm and openvswitch-debuginfo-1.9.0-1.x86_64.rpm old patch for CentOS 6.3 and ovs 1.7 not working CentOS 6.4 x86_64 Minimal Insta

Re: [ovs-discuss] CentOS 6.3 install problems, RPM build errors

2013-03-12 Thread Denis Iskandarov
again build error on openvswitch-kmod-rhel6.spec old patch for CentOS 6.3 and ovs 1.7 not working CentOS 6.4 x86_64 Minimal Install 2.6.32-358.0.1.el6.x86_64 /usr/bin/make -C /usr/src/kernels/2.6.32-358.0.1.el6.x86_64 M=/root/rpmbuild/BUILD/openvswitch-1.9.0/_default/datapath/linux modules make[1]

Re: [ovs-discuss] discuss Digest, Vol 45, Issue 28

2013-03-12 Thread john paul
yes i did read that still i am not able to relate with the how it works in the program.? please help me with that..! On Tue, Mar 12, 2013 at 12:30 AM, wrote: > Send discuss mailing list submissions to > discuss@openvswitch.org > > To subscribe or unsubscribe via the World Wide Web, vis

[ovs-discuss] queue_userspace_packet

2013-03-12 Thread Igor Ryzhov
Hello. At the end of *queue_userspace_packet* the *genlmsg_unicast* function is used to directly transfer *skb* to userspace. Now I want to understand the next step - which function works next in userspace? Best regards, Igor Ryzhov ___ discuss mailing

[ovs-discuss] queue_userspace_packet

2013-03-12 Thread Igor Ryzhov
Hello. At the end of *queue_userspace_packet* the *genlmsg_unicast* function is used to directly transfer *skb* to userspace. Now I want to understand the next step - which function works next in userspace? Best regards, Igor Ryzhov ___ discuss mailing

Re: [ovs-discuss] Connection between two VM on different subnet using OpenVswitch and Openflow

2013-03-12 Thread Luca Prete
Hi Deepankar, You can find the full explenation to your problem here: http://www.openflow.org/wk/index.php/OpenFlow_Tutorial In particular, read the routing paragraph. Hoping to help you, cheers, Luca P. Il 12/03/2013 08:12, Deepankar Gupta ha scritto: Hi I am try to learn about openflow an

[ovs-discuss] Connection between two VM on different subnet using OpenVswitch and Openflow

2013-03-12 Thread Deepankar Gupta
Hi I am try to learn about openflow and openvswitch. The setup which I am trying to create Controller /\ /\ /\ /