[ovs-git] [openvswitch/ovs] 759bba: netdev-linux: Reduce log level for ENODEV errors g...

GitHub noreply at github.com
Wed Aug 9 19:55:53 UTC 2017


  Branch: refs/heads/branch-2.8
  Home:   https://github.com/openvswitch/ovs
  Commit: 759bbad1249ad256029a843fb79b1b5b4036b959
      https://github.com/openvswitch/ovs/commit/759bbad1249ad256029a843fb79b1b5b4036b959
  Author: Roi Dayan <roid at mellanox.com>
  Date:   2017-08-09 (Wed, 09 Aug 2017)

  Changed paths:
    M lib/netdev-linux.c

  Log Message:
  -----------
  netdev-linux: Reduce log level for ENODEV errors getting ifindex

These are normal and unavoidable, because the vifs
disappear from the kernel before they are removed them from the OVS
database.

Signed-off-by: Roi Dayan <roid at mellanox.com>
Reviewed-by: Paul Blakey <paulb at mellanox.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 9567f0772e8507e5bbbd945b61fdbb6e8ea375bb
      https://github.com/openvswitch/ovs/commit/9567f0772e8507e5bbbd945b61fdbb6e8ea375bb
  Author: Paul Blakey <paulb at mellanox.com>
  Date:   2017-08-09 (Wed, 09 Aug 2017)

  Changed paths:
    M lib/netdev-vport.c

  Log Message:
  -----------
  netdev-vport: Always implement get_ifindex for netdev-vport

Always implement get_ifindex without checking if offload is
enabled or not as this should not be related. From ovs-dpctl
we cannot tell if offload is enabled or not as other_config is
not being read.

Signed-off-by: Paul Blakey <paulb at mellanox.com>
Reviewed-by: Roi Dayan <roid at mellanox.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/21b159802961...9567f0772e85


More information about the git mailing list