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

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


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 580e1152d4c02d96312157084a437e4daedbc780
      https://github.com/openvswitch/ovs/commit/580e1152d4c02d96312157084a437e4daedbc780
  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: 5e530e26bf3635ce9856e2259bdf3249bf9a25f3
      https://github.com/openvswitch/ovs/commit/5e530e26bf3635ce9856e2259bdf3249bf9a25f3
  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/cfc19646877a...5e530e26bf36


More information about the git mailing list