[ovs-build] Canceled: ovsrobot/ovs#3410 (series_218346 - 8f19562)

Travis CI builds at travis-ci.com
Tue Jun 22 12:57:42 UTC 2021


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

Build: #3410
Status: Canceled

Duration: ?
Commit: 8f19562 (series_218346)
Author: Hongzhi Guo
Message: ofproto-dpif-upcall: Don't put flows that datapath can't fully match.

As described in the two patches at the end of this message, the datapath
cannot match all the fields that ovs supports.
So some flows are processed only on the slow path and not on the datapath.
Therefore, the flows whose parsing result is ODP_FIT_TOO_LITTLE don't
need to be installed on the datapath.
In handle_upcalls, flows of this type can be directly blocked to avoid
a large number of "failed to put[create] (Invalid argument)" logs
in some scenarios, for example, when a large number of IGMP control
packets are received.

CC: Ben Pfaff <blp at ovn.org>
Fixes: c645550bb249 ("odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP.")
Fixes: 687bafbb8a79 ("ofproto-dpif-upcall: Slow path flows that datapath can't fully match.")

Signed-off-by: Hongzhi Guo <guohongzhi1 at huawei.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

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

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

  Restart your build: https://travis-ci.com/github/ovsrobot/ovs/builds/208076823?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=9111024&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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/20210622/cc6755c4/attachment.html>


More information about the build mailing list