[ovs-build] Errored: ovsrobot/ovs#311 (series_89885 - 08c7152)

Travis CI builds at travis-ci.org
Mon Feb 4 14:32:37 UTC 2019


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

Build: #311
Status: Errored

Duration: 1 hr, 26 mins, and 14 secs
Commit: 08c7152 (series_89885)
Author: Asaf Penso
Message: netdev-dpdk: Memset rte_flow_item on a need basis.

In netdev_dpdk_add_rte_flow_offload function different rte_flow_item are
created as part of the pattern matching.

For most of them, there is a check whether the wildcards are not zero.
In case of zero, nothing is being done with the rte_flow_item.

Befor the wildcard check, and regardless of the result, the
rte_flow_item is being memset.

The patch moves the memset function only if the condition of the
wildcard is true, thus saving cycles of memset if not needed.

Signed-off-by: Asaf Penso <asafp at mellanox.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/commit/08c7152fcb7b

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/488483034?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/20190204/75e40bc5/attachment-0001.html>


More information about the build mailing list