On Wed, Nov 27, 2013 at 04:59:02PM +0100, Anton Matsiuk wrote:
> Is it possible that OVS becomes overloaded with high number of incoming
> packets and generate Packet_In messages not to all of them without logging
> it?
Yes. Once the TCP window fills up between OVS and the controller, OVS
only qu
Dear Ben,
thank you for your response. I am currently continue to test OVS and
investigated another following problem:
I increase number the load - 500 UDP flows with 10 consequent packets in
each of them sent in 0.2 sec interval. miss_send_len is set to 65535, no
rules are installed to OVS, so
On Mon, Nov 25, 2013 at 03:15:07PM +0100, Anton Matsiuk wrote:
> as Open vSwitch stores only 256 Packet_Ins in buffer (OFPT_FEATURES_REPLY:
> n_buffers = 256) after 256 packets it sets Buffer_ID to 0x.
> Controller didn't check this value as incorrect and placed it into
> responses in flow_
Hello Ben,
thank you for help!
as Open vSwitch stores only 256 Packet_Ins in buffer (OFPT_FEATURES_REPLY:
n_buffers = 256) after 256 packets it sets Buffer_ID to 0x.
Controller didn't check this value as incorrect and placed it into
responses in flow_mods and packet_outs, that caused packe
On Fri, Nov 22, 2013 at 05:30:47PM +0100, Anton Matsiuk wrote:
> >
> > Does the controller get any error replies from Open vSwitch?
>
>
> No, Open vSwitch just accepts all the rules (500) and installs them without
> sending any errors to a controller, but processes only part of ingress
> packets
>
> Does the controller get any error replies from Open vSwitch?
No, Open vSwitch just accepts all the rules (500) and installs them without
sending any errors to a controller, but processes only part of ingress
packets through them:
ovs-ofctl dump-aggregate br0
NXST_AGGREGATE reply (xid=0x4): pa
Does the controller get any error replies from Open vSwitch?
What's in the ovs-vswitchd log? (Not in debug mode, that's too big.)
On Fri, Nov 22, 2013 at 04:15:20PM +0100, Anton Matsiuk wrote:
> Dear Ben,
>
> I figured out that drops occur inside OVS. I see all packets entering one
> interface o
Dear Ben,
I figured out that drops occur inside OVS. I see all packets entering one
interface of OVS, Packet_In generated for every packet, then Flow_Mods (or
Packet_Out in other tests) generated and sent for every Packet_In by
external controller and all this rules are installed to OVS. Namely 50
On Wed, Nov 20, 2013 at 12:35:25PM +0100, Anton Matsiuk wrote:
> I test Open vSwitch in the following scheme: I use 2 hosts directly
> connected to OVS and external OpenFlow Controller. Host1 generates UDP
> datagrams with sequential ports towards Host2, Host 2 listens for these UDP
> datagrams. In
Hello all,
I test Open vSwitch in the following scheme: I use 2 hosts directly
connected to OVS and external OpenFlow Controller. Host1 generates UDP
datagrams with sequential ports towards Host2, Host 2 listens for these UDP
datagrams. In responce to every UDP datagram OVS generates Packet_In an
10 matches
Mail list logo