[ovs-discuss] query regarding support of DPDK in native OVS userspace

2014-07-25 Thread Srinivas Reddi
Hi , I could not find this path/patch mentioned in the below link in latest ovs code or any previous versions. http://openvswitch.org/pipermail/dev/2014-January/036254.html Can someone provide any update/information related to dpdk on OVS userspace which is mentioned in above link. We don't wan

[ovs-discuss] bug: Adding or deleting port results to flush of QoS policy for all bridge ports

2014-07-25 Thread Andrey Korolyov
Hello, Assuming we have trivial case: libvirt, its QoS limits (for which appropriate rules are executed for each port) and more than one VM sharing the same OVS bridge. Port configurations are initially empty and addition going through libvirt` internal command execution by calling ovs-vsctl binar

Re: [ovs-discuss] OVS switch buffer size, possible to increase?

2014-07-25 Thread Ben Pfaff
On Fri, Jul 25, 2014 at 02:39:44PM +0200, Ricardo Schmidt wrote: > We are having problems with high rate traffic. Apparently the switch is not > able to keep the "wildcarded" packets in buffer for as long as needed to > the controller to reply with a flow_mod message. Therefore, we > get OFPBRC_BUF

Re: [ovs-discuss] Gre tunnel segmenting packets to 1500 bytes

2014-07-25 Thread Gurucharan Shetty
If you are talking about why you are getting ~2 Gbps and not 10 Gbps using GRE tunnel, then I think it is expected. I haven't gotten more than 4 Gbps using GRE tunnel (with a lot of network optimizations like setting affinity etc). If you expect to get 10 Gbps, you should use a tunnel that has some

[ovs-discuss] OVS switch buffer size, possible to increase?

2014-07-25 Thread Ricardo Schmidt
Hi all, We are having problems with high rate traffic. Apparently the switch is not able to keep the "wildcarded" packets in buffer for as long as needed to the controller to reply with a flow_mod message. Therefore, we get OFPBRC_BUFFER_UNKNOWN error. My question is, is there a way to increase t

Re: [ovs-discuss] Gre tunnel segmenting packets to 1500 bytes

2014-07-25 Thread Kristoffer Egefelt
I just confirmed that without the GRE tunnel, it works. So it seems the problem is in the GRE handling in or after openvswitch. I’m not sure if this is actually supposed to work with GRE packets - do the NIC drivers need to support GRE offload for this to work? Or could it be a kernel issue - as

Re: [ovs-discuss] Gre tunnel segmenting packets to 1500 bytes

2014-07-25 Thread Kristoffer Egefelt
Hi Flavio, > On Thu, Jul 24, 2014 at 01:47:32PM +0200, Kristoffer Egefelt wrote: > [...] >> - Packets egressing openvswitch over a gre tunnel is segmented to >> 1500 bytes. If I configure mtu 9000 in the VM, the packets are >> segmented to 9000 bytes on the gre tunnel - in any case tcpdump in >> t

Re: [ovs-discuss] query regarding support of DPDK in native OVS userspace

2014-07-25 Thread Gray, Mark D
> > I could not find this path/patch mentioned in the below link in latest ovs > code > or any previous versions. > > http://openvswitch.org/pipermail/dev/2014-January/036254.html > This code should be on the openvswitch.org master branch. > > > Can someone provide any update/information re