Re: [ovs-discuss] vSwitch and dpdk

2014-04-14 Thread Jesse Gross
On Mon, Apr 14, 2014 at 4:26 AM, Kevin Wilson wrote: > Gal, > Thanks for your fast response and for the links. This seems a great > project, and I was pleased to see that it is an open source. > I just wonder if other chip makers, besides Intel, are going to use > something similar to DPDK vSwitch

[ovs-discuss] Can´t get enqueue message to work with mac address

2014-04-14 Thread Henrique Moura
Hi, I´m trying to send a message to put a flow from host 1 to host 4 on queue 1 using ofp_flow_mod. The commando I use is: msg = of.ofp_flow_mod()msg.priority =100 msg.idle_timeout = 0msg.hard_timeout = 0msg.match.dl_src = "00:00:00:00:00:01"msg.mat

Re: [ovs-discuss] How to contribute?

2014-04-14 Thread Ben Pfaff
On Mon, Apr 14, 2014 at 06:02:10PM +0200, Lorenzo Mainardi wrote: > I'm working as network engineer for an ISP, but I like to program and > get involved on an open source program like OVS. > > I have a basic knowledge of C and an advanced knowledge of Python. > How can I contribute to this project

[ovs-discuss] How to contribute?

2014-04-14 Thread Lorenzo Mainardi
Hello to everyone, I'm working as network engineer for an ISP, but I like to program and get involved on an open source program like OVS. I have a basic knowledge of C and an advanced knowledge of Python. How can I contribute to this project? I thought about implementing some L2 protocol (like EAP

Re: [ovs-discuss] vSwitch and dpdk

2014-04-14 Thread Kevin Wilson
Gal, Thanks for your fast response and for the links. This seems a great project, and I was pleased to see that it is an open source. I just wonder if other chip makers, besides Intel, are going to use something similar to DPDK vSwitch and contribute to this project. Is there something similar now

Re: [ovs-discuss] vSwitch and dpdk

2014-04-14 Thread Gal Sagie
DPDK vSwitch is not in dpdk.org. You can find the project here: https://github.com/01org/dpdk-ovs more information can be found here : https://01.org/packet-processing Gal. On Mon, Apr 14, 2014 at 1:03 PM, Kevin Wilson wrote: > Hello, > I saw in several places that DPDK has some specific co

[ovs-discuss] vSwitch and dpdk

2014-04-14 Thread Kevin Wilson
Hello, I saw in several places that DPDK has some specific code for vSwitch. My question is: where is this code ? I look under the dpdk tree (http://dpdk.org/browse/dpdk/tree/) and I cannot find it. I do see some DPDK code in openvswtich repository: git:// git.openvswitch.org/openvswitch When tal

[ovs-discuss] OpenFlow 1.3 groups' questions

2014-04-14 Thread Ricardo Santos
Hello, I have some questions regarding the usage of groups with OpenFlow 1.3 in Open vSwitch 2.1.0, more precisely with Fast Failover: - How does Open vSwitch monitor if a bucket (assigned to an output port, for example) is alive or not? - How can one test the fast failover mechanism, e.

[ovs-discuss] How to configure a VM as a router in a OVS scenario

2014-04-14 Thread Ramana Reddy
Hi All, I installed OVS on my linux machine with KVM as hypervsior. I want to configure one VM as a router. So that all my other VMs traffic should pass via this VM to the host machine. What is the typical configuration/rules I can add in OVS. Help in this regards is highly appreciated. Thank