Geza,
Thanks for your insight.
- What is the packet size you see these bandwidth values?
A: I've tried various packet sizes with iperf, no significant differences.
- What endpoints do you use for traffic generation?
A: The bandwidth in question was measured from host to host, no VMs
involved.
Yo
On 10/19/2016 05:37 AM, Zhang Qiang wrote:
Hi all,
I'm using ovs 2.5.90 built with dpdk 16.04-1 on CentOS
7.2(3.10.0-327). Seems the network bandwidth drops severely with dpdk
enabled, especially with dpdkbond.
With the following setup, the bandwidth is only around 30Mbits/s:
> ovs-vsctl sho
*Hi all*
*I configured native tunneling by this guide[1]. And follow this guide[2]
to install OVS-DPDK. The OVS version is 2.6.0. The DPDK version
is dpdk-16.07. *
*My local Linux environment is CentOS 7.1.1503 and the kernel version
is 3.10.0-327.el7.x86_64.*
*I'm a little confused about tha
Hi all,
I'm using ovs 2.5.90 built with dpdk 16.04-1 on CentOS 7.2(3.10.0-327).
Seems the network bandwidth drops severely with dpdk enabled, especially
with dpdkbond.
With the following setup, the bandwidth is only around 30Mbits/s:
> ovs-vsctl show
72b1bac3-0f7d-40c9-9b84-cabeff7f5521
Bridge "o
Hello Justin,
I would like to find delay between two OVS switches that have been
connected. So, I need to have the timestamp of the packets that have been
entering the switch. I would like to store the timestamp of the packets in
a file by uniquely representing the packets. Could I do this by alte
I'd like to change the value of miss_send_len.
I use trema as Openflow v1.0 controller and trema is not implemented SetConfig
messege.
So I can't send SetConfig messege from Openflow v1.0 controller.
Please tell me the other way.
___
discuss mailing
Hello Justin,
I would like to uniquely identify a packet that is being going through the
switch and store it in a file with the timestamp when it reaches an OVS.
This is what I mentioned as capturing timestamps initially. Could I do this
by altering the code in datapath module?
Thank you,
Ajeeth
As I mentioned before, please don't drop the mailing list.
It's open source, so you're free to modify the datapath. Once again, I don't
know what you're storing or where you'd store it, but you can modify the code
on your system as much as you'd like. It's not clear whether the patches would
Please don't drop the list.
The dataplane is just forwarding packets through it, so I'm not sure what it
would store. For a particular datapath flow, we keep the last time that a
packet hit it, but that's about it. As I mentioned, if you want to send copies
of packets to a collector, you coul
On Tue, Oct 4, 2016 at 4:46 PM, Dustin Spinhirne
wrote:
> All,
>
> In the spirit of the 2.6 release I've put together a documentation series
> on OVN.
>
> http://blog.spinhirne.com/p/blog-series.html#introToOVN
>
> I tend to get blind to my own tpyos and errrors when writing these things,
> so if
OVS can't really influence whether a VM sends a reply.
On Tue, Oct 18, 2016 at 12:02:16PM -0700, Tom Gajewski wrote:
> More strangeness: when pinging from within VM behind port 13 I observe
> even the reply coming back into VM yet ping reports no reply 100%
> loss. This is with dl_dst:so:me:ma:cc
More strangeness: when pinging from within VM behind port 13 I observe
even the reply coming back into VM yet ping reports no reply 100%
loss. This is with dl_dst:so:me:ma:cc flow. Why would that flow cause
that, how is that even possible if I'm seeing ICMP replies inside VM?
Again, all works fine
Hello All,
I am currently using OVS for Vxlan tunneling, and it works fine. I am
planning to try out OVS with DPDK to do the same Vxlan tunneling, and was
wondering if OVS supports such Vxlan tunneling with DPDK.
Thanks!
Rohan
___
discuss mailing list
d
That's the requirement, that's why I started this topic. I've
demonstrated that port 13 works perfectly fine with no-flood as long
as the mac-table of openvswitch is populated with its MAC, I still
don't understand why we can't adding a static entry here, seems silly.
But I've pretty much accomplis
On Tue, Oct 18, 2016 at 10:51:33AM -0700, Tom Gajewski wrote:
> Yes of course I've opened up the switch again after flushing ;]
> Basically I have:
>
> cookie=0x0, duration=61132.153s, table=0, n_packets=112313104,
> n_bytes=18199375313, idle_age=0, priority=0 actions=NORMAL
> cookie=0x0, durati
Yes of course I've opened up the switch again after flushing ;]
Basically I have:
cookie=0x0, duration=61132.153s, table=0, n_packets=112313104,
n_bytes=18199375313, idle_age=0, priority=0 actions=NORMAL
cookie=0x0, duration=61107.945s, table=0, n_packets=7122,
n_bytes=467057, idle_age=1576, dl_
> On Oct 17, 2016, at 5:36 PM, Richard Mayers
> wrote:
>
> Hi,
>
> I found how to do it. With ovs-ofctl you can also mark the packets so
> for example to mark all the icmp i do:
>
> ovs-ofctl add-flow -O Openflow13 ovs_0_0
> "priority=1000,dl_type=0x0800,nw_proto=1,
> actions=set_field:10->p
> On Oct 18, 2016, at 12:43 AM, Ajeeth Kannan (RIT Student)
> wrote:
>
> Hi Team,
>
> I would like to get the timestamp for the packets that are being captured by
> an OVS. Is there any possible command to do it or should I need to modify the
> OVS code to do this ?
>
> Should I query the D
> On Oct 18, 2016, at 2:38 AM, Tom Gajewski wrote:
>
> Ben, you had asked about my flow table. I've tried this with a
> completely clear table and not -- same behavior. There has to be some
> logic I'm missing here. Back story is that I'm trying to compensate
> for the inability to populate loca
Hi, all:
I have met a core dump issue when I ifconfig down vxlan-port durning
sending vxlan packets.
We know that when ifconfig down vxlan port, the udp socket will be
freed, but vxlan_xmit_one will still using the socket to do the send action,
and then a NULL is read.
Hello,
I don’t know where I can ask my question, so I did it here.
In our infrastructure we would like to build VXLAN tunnel between our
datacenters and we use Openvswitch for that. The main issue we are now facing
is the High Availability.
We’ve already try a solution with keepalived to do ac
I also like openvswitch.
My configuration with mitaka ...
in controller node:
https://github.com/paradigmadigital/ansible-openstack-vcenter/blob/develop/etc_ansible/roles/networking-compute-controller/templates/ml2_conf.ini.j2
[1]
https://github.com/paradigmadigital/ansible-openstack-vce
I also like openvswitch.
My configuration with mitaka ...
in controller node:
https://github.com/paradigmadigital/ansible-openstack-vcenter/blob/develop/etc_ansible/roles/networking-compute-controller/templates/ml2_conf.ini.j2
[1]
https://github.com/paradigmadigital/ansible-openstack-vce
Regards
_Sugesh
From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Advith
Nagappa
Sent: Sunday, October 16, 2016 1:33 AM
To: discuss@openvswitch.org
Subject: [ovs-discuss] OVS - Userspace packet processing
Hello,
I am running OVS in userspace (rmmod openvswitch.ko).
I want
24 matches
Mail list logo