]> git.proxmox.com Git - mirror_ovs.git/commit - datapath/datapath.c
datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"
authorThomas Graf <tgraf@noironetworks.com>
Tue, 3 Feb 2015 20:53:35 +0000 (21:53 +0100)
committerThomas Graf <tgraf@noironetworks.com>
Tue, 3 Feb 2015 20:55:38 +0000 (21:55 +0100)
commitefd8a18e8d57a6129bb40fcd25b19cb18c4a3447
tree68c816851e3d4b6b4e8a370f09a9ad068aa008d5
parent4fe0f2039168036683b2347d186bcffec2fff9d3
datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"

Upstream commit:
    net: rename vlan_tx_* helpers since "tx" is misleading there

    The same macros are used for rx as well. So rename it.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Upstream: df8a39d ("net: rename vlan_tx_* helpers since "tx" is misleading there")
Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
12 files changed:
datapath/actions.c
datapath/datapath.c
datapath/flow.c
datapath/linux/compat/gso.c
datapath/linux/compat/include/linux/if_vlan.h
datapath/linux/compat/netdevice.c
datapath/linux/compat/skbuff-openvswitch.c
datapath/linux/compat/vxlan.c
datapath/vport-geneve.c
datapath/vport-gre.c
datapath/vport-internal_dev.c
datapath/vport.c