[ovs-build] Passed: istokes/ovs#87 (lsc_patch - 244fb59)

Travis CI builds at travis-ci.org
Fri Jan 19 19:04:36 UTC 2018


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

Build: #87
Status: Passed

Duration: 1 hour, 18 minutes, and 22 seconds
Commit: 244fb59 (lsc_patch)
Author: Róbert Mulik
Message: netdev-dpdk: Configurable Link State Change (LSC) detection mode

It is possible to change LSC detection mode to polling or interrupt mode
for DPDK interfaces. The default is polling mode. To set interrupt mode,
option dpdk-lsc-interrupt has to be set to true.

Global settings
Service restart is necessary for the global settings to take effect.

Command to set interrupt mode for all interfaces:
ovs-vsctl set Open_vSwitch . other_config:dpdk-lsc-interrupt=true

Command to set polling mode for all interfaces:
ovs-vsctl set Open_vSwitch . other_config:dpdk-lsc-interrupt=false
or:
ovs-vsctl remove Open_vSwitch . other_config dpdk-lsc-interrupt

Interface specific settings (override global settings)
Service restart is not necessary to take effect.

Command to set interrupt mode for a specific interface:
ovs-vsctl set interface <interface_name> options:dpdk-lsc-interrupt=true

Command to set polling mode for a specific interface:
ovs-vsctl set interface <interface_name> options:dpdk-lsc-interrupt=false

Command to reset to globally defined mode for a specific interface:
ovs-vsctl remove interface <interface_name> options dpdk-lsc-interrupt

Signed-off-by: Robert Mulik <robert.mulik at ericsson.com>

View the changeset: https://github.com/istokes/ovs/commit/244fb59fa4eb

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

--

You can configure 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/20180119/74e8fefe/attachment-0001.html>


More information about the build mailing list