[ovs-build] Passed: istokes/ovs#861 (hwol_memset_when_required - 8b13e0a)

Travis CI builds at travis-ci.org
Wed Feb 6 11:58:13 UTC 2019


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

Build: #861
Status: Passed

Duration: 1 hr, 15 mins, and 58 secs
Commit: 8b13e0a (hwol_memset_when_required)
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>
Acked-by: Ilya Maximets <i.maximets at samsung.com>

View the changeset: https://github.com/istokes/ovs/compare/cd7c99a6aac6^...8b13e0a37ee3

View the full build log and details: https://travis-ci.org/istokes/ovs/builds/489471361?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/20190206/a6962242/attachment.html>


More information about the build mailing list