[ovs-build] Passed: ovsrobot/ovs#502 (series_93391 - 850dfb0)

Travis CI builds at travis-ci.org
Thu Feb 21 14:12:50 UTC 2019


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

Build: #502
Status: Passed

Duration: 1 hr, 14 mins, and 11 secs
Commit: 850dfb0 (series_93391)
Author: Roni Bar Yanai
Message: netdev-dpdk: Expose flow creation/destruction calls

Before offloading-code was added to the netdev-dpdk.c file (MARK and
RSS actions) the only DPDK RTE calls in use were rte_flow_create() and
rte_flow_destroy(). In preparation for splitting the offloading-code
from the netdev-dpdk.c file to a separate file, it is required
to embed these RTE calls into a global netdev-dpdk-* API so that
they can be called from the new file. An example for this requirement
can be seen in the handling of dpdk_mutex, which should be encapsulated
inside netdev-dpdk class (netdev-dpdk.c file), and should be unknown
to the outside callers. This commit embeds the rte_flow_create() call
inside the netdev_dpdk_flow_create() API and the rte_flow_destroy()
call inside the netdev_dpdk_rte_flow_destroy() API.

Reviewed-by: Asaf Penso <asafp at mellanox.com>
Signed-off-by: Roni Bar Yanai <roniba at mellanox.com>
Signed-off-by: Ophir Munk <ophirmu at mellanox.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/0af63ac5ec16^...850dfb0a306a

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/496488401?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/20190221/1c29ba4a/attachment.html>


More information about the build mailing list