[ovs-build] Passed: ovsrobot/ovs#2962 (series_199031 - 08163c8)

Travis CI builds at travis-ci.org
Wed Sep 2 12:27:11 UTC 2020


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

Build: #2962
Status: Passed

Duration: 1 hr, 0 mins, and 42 secs
Commit: 08163c8 (series_199031)
Author: Eelco Chaudron
Message: dpctl: dpif: allow viewing and configuring dp cache sizes

This patch adds a general way of viewing/configuring datapath
cache sizes. With an implementation for the netlink interface.

The ovs-dpctl/ovs-appctl show commands will display the
current cache sizes configured:

ovs-dpctl show
system at ovs-system:
  lookups: hit:25 missed:63 lost:0
  flows: 0
  masks: hit:282 total:0 hit/pkt:3.20
  cache: hit:4 hit rate:4.5455%
  caches:
    masks cache: size: 256
  port 0: ovs-system (internal)
  port 1: br-int (internal)
  port 2: genev_sys_6081 (geneve: packet_type=ptap)
  port 3: br-ex (internal)
  port 4: eth2
  port 5: sw0p1 (internal)
  port 6: sw0p3 (internal)

A specific cache can be configured as follows:

ovs-appctl dpctl/cache-set-size DP CACHE SIZE
ovs-dpctl cache-set-size DP CACHE SIZE

For example to disable the cache do:

$ ovs-dpctl cache-set-size system at ovs-system "masks cache" 0
Setting cache size successful, new size 0.

Signed-off-by: Eelco Chaudron <echaudro at redhat.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/14eb1e7db601...08163c82b483

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


More information about the build mailing list