For 1 flow all packets go into one queue and are serviced by a single core,
which is limiting the throughput to 1M pps in your case.
With multiple flows, the NIC's RSS (receive side scaling) can hash the flows
into multiple queues, so the traffic can be processed by multiple cores.
Vasmi
_
Hi,
We recently finished with throughput measurements of OVS. We saw that
phy-to-phy throughput became higher with the increasing number of flows:
#1. 1 flow, phy-to-phy, 64 bytes packets => 1Mpps
#2. 32 flows (1 src ip, 32 dst ips), phy-to-phy, 64 bytes packets => 9Mpps
Could anyone explain w
On Tue, Sep 02, 2014 at 08:27:07PM +0800, ychen wrote:
> hi:
> I want to find where is the bottle neck of adding lots of port, vsctl,
> ovsdb-server or vswitchd?
> I noticed that every time i use vsctl, it will send monitor request to
> ovsdb-server to retrieve all the data.
> so I want t
Thanks for your reply.
I figured it out after reading about openvswitch.
On Sep 3, 2014 12:55 AM, "Gurucharan Shetty" wrote:
> On Fri, Aug 29, 2014 at 7:41 PM, Pankaj Thorat
> wrote:
> > Hi,
> >
> > I am new to openvswitch. I wanted to enable BFD for that i added
> > trueline to in vswitchd/vswi
hi:
I want to find where is the bottle neck of adding lots of port, vsctl,
ovsdb-server or vswitchd?
I noticed that every time i use vsctl, it will send monitor request to
ovsdb-server to retrieve all the data.
so I want to just use ovsdb-tool, and what's the correct format of ovsdb-tool
hi:
I want to find where is the bottle neck of adding lots of port, vsctl,
ovsdb-server or vswitchd?
I noticed that every time i use vsctl, it will send monitor request to
ovsdb-server to retrieve all the data.
so I want to just use ovsdb-tool, and what's the correct format of ovsdb-tool
On Mon, Sep 01, 2014 at 07:27:37AM +, Liuyongqiang (A) wrote:
> I want to know that is there any progress working on the 802.1ah(PBB),
> I am interested in this work,I want to join in.
>
> From this discuss Thomas F Herbert plan to work on it,but I can not
> find this work is already starting.
On Fri, Aug 29, 2014 at 7:41 PM, Pankaj Thorat wrote:
> Hi,
>
> I am new to openvswitch. I wanted to enable BFD for that i added
> trueline to in vswitchd/vswitch.xml.
I don't know why you are editing the schema file to enable a run-time
configuration. Please go through some basic OVS tutorials.
Hi,
I wanted to confirm if handling or actual processing of packet-out by ovs
switches is done only at handle_packet_out() function in ofproto.c file.
I am experimenting with packet-out processing and wanted to know if there
are any other places in ovs code apart from this where the actual
proces
Wireshark 1.12 already have some dissector for openflow. May be it
miss some parts but works.
2014-09-02 16:14 GMT+04:00 Anhn Nguyen :
> Hi Manthena,
>
> You can follow this instruction (it worked for me with Wireshark 1.10.6):
> http://alexei-karamazov.hatenablog.com/entry/2013/12/08/175501
>
> (
Hi Manthena,
You can follow this instruction (it worked for me with Wireshark 1.10.6):
http://alexei-karamazov.hatenablog.com/entry/2013/12/08/175501
(You should use Google translate :D)
Best regards,
Anh.
On 2 September 2014 14:05, Prashanth Varma Manthena <
prashanthvarma.manth...@gmail.com>
Hello all,
Can anyone point me to a good installation method of wireshark OF 1.3
dissector for linux VMs.
Thanking in advance !!
With regards,
*M.P.V. Manthena (Prashanth)*
M.Sc. in Electrical Engineering - Telecommunications Track,
Delft University of Technology (TU Delft), The Netherlands
IC
12 matches
Mail list logo