[ovs-git] [openvswitch/ovs] 63b089: ofproto-dpif-xlate: Lower missing netdev_max_backl...

GitHub noreply at github.com
Wed Sep 9 17:13:03 UTC 2015


  Branch: refs/heads/branch-2.4
  Home:   https://github.com/openvswitch/ovs
  Commit: 63b0899453da247bfa23517e62c40b73762fd65e
      https://github.com/openvswitch/ovs/commit/63b0899453da247bfa23517e62c40b73762fd65e
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M ofproto/ofproto-dpif-xlate.c

  Log Message:
  -----------
  ofproto-dpif-xlate: Lower missing netdev_max_backlog from WARN to INFO.

In a network namespace, /proc/sys/net/core/netdev_max_backlog is not
present, so people running OVS inside Docker will always get a log message
here.  That's not important enough to rise to a WARN level that causes
tests to fail, especially since the default value is rarely changed (and
wouldn't normally be lowered), so reduce the log leve for this to INFO.

Reported-by: qcorba <qcorba at gmail.com>
Reported-at: http://openvswitch.org/pipermail/discuss/2015-August/018581.html
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>




More information about the git mailing list