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
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
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
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/
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
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!
__
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
>
> 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
> -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