datapath: Remove unused vlan constants.
[openvswitch] / datapath / datapath.h
index ea200a3ad3a7374e537d1fcbc8f3d0d87e5134bd..8a71391346100ab4e31a99600707024c325bf466 100644 (file)
 
 struct vport;
 
-/* Mask for the priority bits in a vlan header.  If we ever merge upstream
- * then this should go into include/linux/if_vlan.h. */
-#define VLAN_PCP_MASK 0xe000
-#define VLAN_PCP_SHIFT 13
-
 #define DP_MAX_PORTS 1024
-
 #define SAMPLE_ACTION_DEPTH 3
 
 /**