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
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
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
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
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
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
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
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.
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