Re: [ovs-discuss] Info next OVS with Intel DPDK

2015-03-02 Thread Pravin Shelar
On Mon, Mar 2, 2015 at 6:09 AM, Iezzi, Federico wrote: > Hi guys, > > > > I'm so sorry if you already spoken a lot of this topic. > > > > In my opinion this is the most clear topic on the OVS mailing list but it is > a bit old (6 months ago) -> > http://openvswitch.org/pipermail/discuss/2014-Septe

Re: [ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-02 Thread Ben Pfaff
On Mon, Mar 02, 2015 at 04:08:52PM +0500, david jhon wrote: > I am really sorry for this absurd question but I am not getting exactly why > my code for setting a column in database fails on this assertion in > ovsdb-idl.c: > ovs_assert(row->old == NULL || > row->table->modes[column_

[ovs-discuss] Info next OVS with Intel DPDK

2015-03-02 Thread Iezzi, Federico
Hi guys, I'm so sorry if you already spoken a lot of this topic. In my opinion this is the most clear topic on the OVS mailing list but it is a bit old (6 months ago) -> http://openvswitch.org/pipermail/discuss/2014-September/015019.html If I'm not wrong the next OVS version will be rele

[ovs-discuss] How to post a msg in the list

2015-03-02 Thread ramin hafezi
Dear all admin, I am new in the openvswitch and I face a problem in installing it in debian wheezy. I think new version on ovs does not install "vxlan" module after checking the linux version. The problem is that I have to install it in linux "voyage" and it does not include the vxlan module. *

Re: [ovs-discuss] The action "dec_ttl" doesn't work

2015-03-02 Thread Amer
Hello, Dear All, I am using mininet v 2.0 and OVS 1,10 I run wireshatk in the background to check the IP-TTL value, however it doesn't decremented I have used the following commands in riplpox to decrement the IP_TTL in reactive and proactive modes def install(self, port, packet, buf = None

Re: [ovs-discuss] Link Bandwidth not effective with UserSwitch

2015-03-02 Thread Ben Pfaff
On Mon, Mar 02, 2015 at 07:08:00PM +0530, Sumit Paliwal wrote: > I've created a topology including three UserSwitch (Reference Switches) and > assigned a bandwidth of 500 Mb/s, but when i'm using iperf to check the > bandwidth, it shows 385 kb/s only. > > So can anyone help me out here with this.

[ovs-discuss] Link Bandwidth not effective with UserSwitch

2015-03-02 Thread Sumit Paliwal
Hi, I've created a topology including three UserSwitch (Reference Switches) and assigned a bandwidth of 500 Mb/s, but when i'm using iperf to check the bandwidth, it shows 385 kb/s only. So can anyone help me out here with this. And when i'm using the OVSSwitch, with iperf it shows the bandwidth

Re: [ovs-discuss] Port mirroring patch only sees egress traffic

2015-03-02 Thread Priyanka Naik
Hi James, I am too facing the same issue of egress traffic getting captured. I am using openstack juno. Actually only egress is getting captured on mirrored port on br-int and only ingress traffic is captured on mirrored port on br-tun. Can you please help me solve the issue? link to my pro

Re: [ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-02 Thread david jhon
I am really sorry for this absurd question but I am not getting exactly why my code for setting a column in database fails on this assertion in ovsdb-idl.c: ovs_assert(row->old == NULL || row->table->modes[column_idx] & OVSDB_IDL_MONITOR); ovs-vsctl: ../lib/ovsdb-idl.c:1905: assert