Re: [ovs-discuss] OF_DPA integration with OVS

2015-07-02 Thread Tony van der Peet
Hi Gopi I have started two attempts to do basically this and have the following (not very well thought out) comments: + you probably need a new ofproto. this is a lot harder than creating a new dpif. read PORTING.md. + a lot of code that you need in your new ofproto actually happens at the dpif l

Re: [ovs-discuss] Modify IPv6 Address?

2015-07-02 Thread Ansis Atteka
On Thu, Jul 2, 2015 at 3:44 PM, Jacob Chappell wrote: > Hi all, > > Does OVS not support modifying IPv6 addresses as an action? Here are the > commands I'm running and their outputs. > > # This works. > $ sudo ovs-ofctl add-flow br-eth3 tcp,actions=mod_nw_dst=127.0.0.1 > > # This doesn't. > $ sudo

[ovs-discuss] Modify IPv6 Address?

2015-07-02 Thread Jacob Chappell
Hi all, Does OVS not support modifying IPv6 addresses as an action? Here are the commands I'm running and their outputs. # This works. $ sudo ovs-ofctl add-flow br-eth3 tcp,actions=mod_nw_dst=127.0.0.1 # This doesn't. $ sudo ovs-ofctl add-flow br-eth3 tcp6,actions=mod_nw_dst=::1 2015-07-02T22:40

Re: [ovs-discuss] DPDK OVS on multi-host KVM

2015-07-02 Thread Mooney, Sean K
Hello john. I will try to answer some of your question inline. I work on the team that developed the install guide you have referenced as well as The software components to integrate ovs +dpdk with OpenStack at intel. The following repository may be of use to you https://github.com/stackforge/

Re: [ovs-discuss] NXM Registers

2015-07-02 Thread Ben Pfaff
On Thu, Jul 02, 2015 at 01:51:51PM +0500, Haleema Sadia wrote: > As there are NXM registers in OVS, like, NXM_NX_REG0, NXM_NX_REG1. Are > there OXM registers like these for OpenFlow1.3? OpenFlow 1.5 introduced 64-bit registers OXM_OF_PKT_REG. In OVS, these overlay NXM_NX_REG; see the documentatio

[ovs-discuss] NXM Registers

2015-07-02 Thread Haleema Sadia
Hi, As there are NXM registers in OVS, like, NXM_NX_REG0, NXM_NX_REG1. Are there OXM registers like these for OpenFlow1.3? And are the load/move nicira extensions in ovs, because there are no such actions mentioned in openflow documentation. Thanks! __

[ovs-discuss] DPDK OVS on multi-host KVM

2015-07-02 Thread John Lange
Greetings, We have a multi-host KVM system, with one server for KVM controller, one server for neutron (networking), one server for cinder (bulk disk storage), and multiple servers planned for KVM compute nodes (but currently only one compute node). We are using Ubuntu 12.04.2 LTS Server on al

Re: [ovs-discuss] TOIT 2.0 AKA VSPERF Release Announcement

2015-07-02 Thread Gray, Mark D
> > On Wed, Jul 01, 2015 at 10:19:29AM +, Gray, Mark D wrote: > > > I would like to highlight the release of a new version of TOIT to > > > the vSwitch Characterization project in OPNFV. > > > > > A tool like this could help ensure that there is no unexpected > > degradation in performance. Pe

Re: [ovs-discuss] surprising effects with exit v's drop

2015-07-02 Thread O Mahony, Billy
> -Original Message- > From: Ben Pfaff [mailto:b...@nicira.com] > Sent: Wednesday, July 1, 2015 9:17 PM > To: O Mahony, Billy > Cc: discuss@openvswitch.org > Subject: Re: [ovs-discuss] surprising effects with exit v's drop > > On Tue, Jun 30, 2015 at 02:46:59PM +, O Mahony, Billy wro