Re: [ovs-discuss] Adding experimental openflow 1.1 instructions

2013-05-05 Thread NS Srinivasa Murthy-B37840
Sure. I will go through the code and come back with specific questions. -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Monday, May 06, 2013 1:09 AM To: NS Srinivasa Murthy-B37840 Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] Adding experimental openflow 1.1 i

[ovs-discuss] Enable VXLAN support in openvswitch 1.9.0

2013-05-05 Thread Shouren Yang
Hi, everyone Since Open vSwitch 1.10.0 now support VXLAN tunnel protocol, is it possible to enable this support in Open vSwitch 1.9.0 with some modification ? if possible, what should i do to make it work ? -- Shouren Yang 杨守仁 Kimi School of Information and Communication Engineering Beijing Un

[ovs-discuss] No connectiving between VMs connected to differnet open vswitch bridges

2013-05-05 Thread ZhengLingyun
When I came across this problem, google it and found there ishttp://openvswitch.org/pipermail/discuss/2012-March/006603.htmlreleated to it.As hamsiery said:No connectiving between VMs connected to differnet open vswitch bridges. I use patch port to connect two open vswitch bridges "switch1" & "s

Re: [ovs-discuss] Open vSwitch 1.10.0 Available

2013-05-05 Thread neeraj
Hi Justin This release really contains good features, may I know how much percent the performance of the switch is increased, are you going to share the results of comparative performance improvement? Regards Neeraj -Original Message- From: discuss-boun...@openvswitch.org [mailto:disc

Re: [ovs-discuss] Open vSwitch 1.10.0 Available

2013-05-05 Thread neeraj
Hi Justin This release really contains good features, may I know how much percent the performance of the switch is increased, are you going to share the results of comparative performance improvement? Regards Neeraj -Original Message- From: discuss-boun...@openvswitch.org [mailto:disc

Re: [ovs-discuss] Packet path from guest to host doc

2013-05-05 Thread Ben Pfaff
On Fri, May 03, 2013 at 11:21:41PM -0700, Palani Chinnakannan wrote: > I am trying to understand the packet path from a guest VM to the entry > point into openvswitch daemon in the host. I assume that the packet > enters the guest kernel, walks the guest net stack and somehow reaches the > v

Re: [ovs-discuss] Adding experimental openflow 1.1 instructions

2013-05-05 Thread Ben Pfaff
On Sun, May 05, 2013 at 05:06:25PM +, NS Srinivasa Murthy-B37840 wrote: > I want to learn how openflow 1.1 experimental instructions can be > added to the OVS source code. Can someone explain me about this? This question demonstrates that you have not tried to answer it yourself. It is not h

[ovs-discuss] Adding experimental openflow 1.1 instructions

2013-05-05 Thread NS Srinivasa Murthy-B37840
Hi, I want to learn how openflow 1.1 experimental instructions can be added to the OVS source code. Can someone explain me about this? The present code returns error "OFPERR_OFPBIC_BAD_EXPERIMENTER" when it receives any experimental instruction. Any available documentation on this issue is al