X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fdatapath.h;h=8a71391346100ab4e31a99600707024c325bf466;hb=0e70cdcb8ddeb20417e682fd63769f9d16601b07;hp=ea200a3ad3a7374e537d1fcbc8f3d0d87e5134bd;hpb=6ff686f2bc2afcfb0a9ad9793d834979dc9870d6;p=openvswitch diff --git a/datapath/datapath.h b/datapath/datapath.h index ea200a3a..8a713913 100644 --- a/datapath/datapath.h +++ b/datapath/datapath.h @@ -27,13 +27,7 @@ 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 /**