[ovs-build] Passed: istokes/ovs#849 (per_port_emc - f115f1e)

Travis CI builds at travis-ci.org
Wed Jan 16 22:19:59 UTC 2019


Build Update for istokes/ovs
-------------------------------------

Build: #849
Status: Passed

Duration: 58 mins and 27 secs
Commit: f115f1e (per_port_emc)
Author: Ilya Maximets
Message: dpif-netdev: Per-port configurable EMC.

Conditional EMC insert helps a lot in scenarios with high numbers
of parallel flows, but in current implementation this option affects
all the threads and ports at once. There are scenarios where we have
different number of flows on different ports. For example, if one
of the VMs encapsulates traffic using additional headers, it will
receive large number of flows but only few flows will come out of
this VM. In this scenario it's much faster to use EMC instead of
classifier for traffic from the VM, but it's better to disable EMC
for the traffic which flows to VM.

To handle above issue introduced 'emc-enable' configurable to
enable/disable EMC on a per-port basis. Ex.:

  ovs-vsctl set interface dpdk0 other_config:emc-enable=false

EMC probability kept as is and it works for all the ports with
'emc-enable=true'.

Signed-off-by: Ilya Maximets <i.maximets at samsung.com>

View the changeset: https://github.com/istokes/ovs/compare/5bf84282482a^...f115f1e91ca7

View the full build log and details: https://travis-ci.org/istokes/ovs/builds/480584683?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the istokes/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=16644441&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20190116/0781c855/attachment-0001.html>


More information about the build mailing list