[ovs-build] Failed: ovsrobot/ovs#2830 (series_189162 - 267a0da)

Travis CI builds at travis-ci.org
Mon Jul 13 05:02:16 UTC 2020


Build Update for ovsrobot/ovs
-------------------------------------

Build: #2830
Status: Failed

Duration: 34 mins and 43 secs
Commit: 267a0da (series_189162)
Author: Sriharsha Basavapatna
Message: dpif-netdev: Support partial-action-offload of VXLAN encap flow

In this patch, we support offloading of VXLAN_ENCAP action for a vhost-user
port (aka "partial-action-offload"). At the time of offloading the flow, we
determine if the flow can be offloaded to an egress device, if the input
port is not offload capable such as a vhost-user port. We then offload the
flow with a VXLAN_ENCAP RTE action, to the egress device. We do not add
the OUTPUT RTE action, which indicates to the PMD that is is a partial
action offload request. Note that since the action is being offloaded in
egress direction, classification is expected to be done by OVS SW datapath
and hence there's no need to offload a MARK action.

If offload succeeds, we save the information in 'dp_netdev_flow' so that
we skip execution of the corresponding action (previous patch) during SW
datapath processing.

Reviewed-by: Hemal Shah <hemal.shah at broadcom.com>
Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna at broadcom.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/89eb0c4bfd2e...267a0dacc279

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


--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&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/20200713/55d920f7/attachment.html>


More information about the build mailing list