[ovs-build] Passed: horms2/ovs#524 (topic/roid/icmp-offload - 75e1e6f)

Travis CI builds at travis-ci.org
Mon Feb 1 16:16:33 UTC 2021


Build Update for horms2/ovs
-------------------------------------

Build: #524
Status: Passed

Duration: 21 mins and 51 secs
Commit: 75e1e6f (topic/roid/icmp-offload)
Author: Maor Dickman
Message: lib/tc: add ICMP type and code match offload

Add TC offload support for classifying ICMPv4/6 type and code.

$ ovs-appctl dpctl/add-flow 'recirc_id(0),in_port(3),eth(),\
  eth_type(0x0800),ipv4(proto=1),icmp(type=9,code=0)' 2

$ ovs-appctl dpctl/dump-flows
  ... icmp(type=9,code=0) ...

$ tc filter show dev <ethx> ingress
  ...
  eth_type ipv4
  ip_proto icmp
  icmp_type 9
  icmp_code 0
  not_in_hw
  action order 1: mirred (Egress Redirect to device <ethy>) stolen
  ...

Signed-off-by: Maor Dickman <maord at nvidia.com>
Reviewed-by: Roi Dayan <roid at nvidia.com>
Signed-off-by: Simon Horman <simon.horman at netronome.com>

View the changeset: https://github.com/horms2/ovs/compare/2221e8b03429^...75e1e6fd2d6b

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


--

You can unsubscribe from build emails from the horms2/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=20314049&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/20210201/311a8f4b/attachment.html>


More information about the build mailing list