aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-11-08 19:49:32 -0800
committerDavid S. Miller <davem@davemloft.net>2018-11-08 19:49:32 -0800
commiteb4149c9a5dfaa310d70326434c686af66e3d10f (patch)
treebc27ca1d9a8db3f2d610994d4336e029d2e66e09 /net/openvswitch/flow.h
parentnet: socionext: refactor netsec_alloc_dring() (diff)
parentgianfar: remove use of VLAN_TAG_PRESENT (diff)
downloadlinux-dev-eb4149c9a5dfaa310d70326434c686af66e3d10f.tar.xz
linux-dev-eb4149c9a5dfaa310d70326434c686af66e3d10f.zip
Merge branch 'net-Remove-VLAN_TAG_PRESENT-from-drivers'
Michał Mirosław says: ==================== net: Remove VLAN_TAG_PRESENT from drivers This series removes VLAN_TAG_PRESENT use from network drivers in preparation to removing its special meaning. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/flow.h')
-rw-r--r--net/openvswitch/flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/flow.h b/net/openvswitch/flow.h
index c670dd24b8b7..ba01fc4270bd 100644
--- a/net/openvswitch/flow.h
+++ b/net/openvswitch/flow.h
@@ -60,7 +60,7 @@ struct ovs_tunnel_info {
struct vlan_head {
__be16 tpid; /* Vlan type. Generally 802.1q or 802.1ad.*/
- __be16 tci; /* 0 if no VLAN, VLAN_TAG_PRESENT set otherwise. */
+ __be16 tci; /* 0 if no VLAN, VLAN_CFI_MASK set otherwise. */
};
#define OVS_SW_FLOW_KEY_METADATA_SIZE \