[ovs-git] [openvswitch/ovs] ad2e64: tunnel: Drop 'base_flow' parameter from tnl_xlate_...

GitHub noreply at github.com
Fri Jul 24 20:49:33 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: ad2e649834be20dd01b1632799fe778106a96a2d
      https://github.com/openvswitch/ovs/commit/ad2e649834be20dd01b1632799fe778106a96a2d
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-07-24 (Fri, 24 Jul 2015)

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

  Log Message:
  -----------
  tunnel: Drop 'base_flow' parameter from tnl_xlate_init().

At the point when tnl_xlate_init() is called, all of the members that
tnl_xlate_init() examines in 'base_flow' have the same values in 'flow',
so there's no point in passing both.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>




More information about the git mailing list