[ovs-build] Passed: ovsrobot/ovs#1834 (series_142660 - e8d0aec)

Travis CI builds at travis-ci.org
Wed Nov 13 20:31:02 UTC 2019


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

Build: #1834
Status: Passed

Duration: 1 hr, 30 mins, and 13 secs
Commit: e8d0aec (series_142660)
Author: Malvika Gupta
Message: dpif-netdev: Modify dfc_processing function to void function

dfc_processing function returns the number of packets left to be processed
in 'packets' array via dp_packet_batch_size() function. dfc_processing function
is called only from dp_netdev_input__ and its return value is not checked upon
function return. Moreover, dp_packet_batch_is_empty() called after function
return from dfc_processing itself calls dp_packet_batch_size to check if
'packets' array is empty. This patch modifies the dfc_processing function to a
void function to remove the above code redundancy and cleans the code.

Signed-off-by: Malvika Gupta <malvika.gupta at arm.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

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

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


More information about the build mailing list