[ovs-git] [openvswitch/ovs] 863955: netdev: Indentation and style fixes.

GitHub noreply at github.com
Wed Nov 15 19:00:08 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 8639555322c1dc6812eb4f849af2acf331cbc4d5
      https://github.com/openvswitch/ovs/commit/8639555322c1dc6812eb4f849af2acf331cbc4d5
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M lib/netdev.c

  Log Message:
  -----------
  netdev: Indentation and style fixes.

White space changes only.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: William Tu <u9012063 at gmail.com>
Reviewed-by: Greg Rose <gvrose8192 at gmail.com>


  Commit: fa54741ea53eb863628ba0290ebdbf490dca1ffd
      https://github.com/openvswitch/ovs/commit/fa54741ea53eb863628ba0290ebdbf490dca1ffd
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M lib/netdev.c

  Log Message:
  -----------
  netdev: Eliminate redundant ifindex mapping.

Until now, the code for mapping ODP port number to ifindexes and vice versa
has maintained two completely separate data structures, one for each
direction.  It was possible for the two mappings to become out of sync
with each other since either one could change independently.  This commit
merges them into a single data structure (with two indexes), which at least
means that if one is removed then the other is as well.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: William Tu <u9012063 at gmail.com>


Compare: https://github.com/openvswitch/ovs/compare/847dc1c22c0b...fa54741ea53e


More information about the git mailing list