[ovs-build] Errored: ovn-open-virtual-networks/ovs#12 (master - 53816f2)

Travis CI builds at travis-ci.com
Fri Jun 5 10:51:43 UTC 2020


Build Update for ovn-open-virtual-networks/ovs
-------------------------------------

Build: #12
Status: Errored

Duration: 58 mins and 58 secs
Commit: 53816f2 (master)
Author: Tonghao Zhang
Message: netdev-offload-tc: Allow installing arp rules to TC dp.

This patch allows to install arp rules to tc dp.
In the future, arp will be offloaded to hardware to
be processed. So OvS enable this now.

$ ovs-appctl dpctl/add-flow 'recirc_id(0),in_port(3),eth(),\
  eth_type(0x0806),arp(op=2,tha=00:50:56:e1:4b:ab,tip=10.255.1.116)' 2

$ ovs-appctl dpctl/dump-flows
  ... arp(tip=10.255.1.116,op=2,tha=00:50:56:e1:4b:ab) ...

$ tc filter show dev <ethx> ingress
  ...
  eth_type arp
  arp_tip 10.255.1.116
  arp_op reply
  arp_tha 00:50:56:e1:4b:ab
  not_in_hw
    action order 1: mirred (Egress Redirect to device <ethy>) stolen
    ...

Cc: Simon Horman <simon.horman at netronome.com>
Cc: Paul Blakey <paulb at mellanox.com>
Cc: Roi Dayan <roid at mellanox.com>
Cc: Ben Pfaff <blp at ovn.org>
Cc: William Tu <u9012063 at gmail.com>
Cc: Ilya Maximets <i.maximets at ovn.org>
Signed-off-by: Tonghao Zhang <xiangxia.m.yue at gmail.com>

View the changeset: https://github.com/ovn-open-virtual-networks/ovs/compare/ef32a1a334b1...53816f29bf53

View the full build log and details: https://travis-ci.com/github/ovn-open-virtual-networks/ovs/builds/169787972?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovn-open-virtual-networks/ovs repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13090324&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/20200605/adf36489/attachment-0001.html>


More information about the build mailing list