[ovs-git] [openvswitch/ovs] fe10b4: geneve-map-rename: rename geneve-map to tlv-map.

GitHub noreply at github.com
Tue Dec 15 21:13:46 UTC 2015


  Branch: refs/heads/branch-2.5
  Home:   https://github.com/openvswitch/ovs
  Commit: fe10b44673315a718fdde57d1a6e4d61837c53a5
      https://github.com/openvswitch/ovs/commit/fe10b44673315a718fdde57d1a6e4d61837c53a5
  Author: Mengke Liu <mengke.liu at intel.com>
  Date:   2015-12-15 (Tue, 15 Dec 2015)

  Changed paths:
    M include/openflow/nicira-ext.h
    M lib/dpif-netdev.c
    M lib/geneve.h
    M lib/learning-switch.c
    M lib/meta-flow.h
    M lib/ofp-errors.h
    M lib/ofp-msgs.h
    M lib/ofp-parse.c
    M lib/ofp-parse.h
    M lib/ofp-print.c
    M lib/ofp-util.c
    M lib/ofp-util.h
    M lib/rconn.c
    M lib/tun-metadata.c
    M lib/tun-metadata.h
    M ofproto/ofproto.c
    M ovn/controller/ofctrl.c
    M tests/tunnel-push-pop-ipv6.at
    M tests/tunnel-push-pop.at
    M tests/tunnel.at
    M utilities/ovs-ofctl.8.in
    M utilities/ovs-ofctl.c

  Log Message:
  -----------
  geneve-map-rename: rename geneve-map to tlv-map.

This patch renames the command name related with geneve-map to a more
generic name as following:
add-geneve-map -> add-tlv-map
del-geneve-map -> del-tlv-map
dump-geneve-map -> dump-tlv-map

It also renames the Geneve_table to tlv_table.

By doing this renaming, the NSH variable context header (the same TLV
format as Geneve) or other protocol can reuse the field tun_metadata<N>
in the future.

Signed-off-by: Mengke Liu <mengke.liu at intel.com>
Signed-off-by: Ricky Li <ricky.li at intel.com>
Signed-off-by: Jesse Gross <jesse at kernel.org>




More information about the git mailing list