File diff 91e0d39c9812 → 89a4bb14d085
BLD/build/HEADERS/vmkapi-current-all-public-bincomp/vmkernel64/release/net/vmkapi_net_proto.h
Show inline comments
...
 
@@ -251,13 +251,8 @@ typedef struct vmk_EthHdr {
 
typedef struct vmk_VLANHdr {
 
   /** High four bits of the VLAN ID. */
 
   vmk_uint8   vlanIDHigh:4;
 
   /** This field has two different interpretations. */
 
   union {
 
      /** The MAC addresses are in canonical format. */
 
      vmk_uint8   canonical:1;
 
      /** The frame is eligible to be dropped in the presence of congestion. */
 
      vmk_uint8   dropEligible:1;
 
   };
 
   /** The frame is eligible to be dropped in the presence of congestion. */
 
   vmk_uint8   dropEligible:1;
 
   /** Priority tag. */
 
   vmk_uint8   priority:3;
 
   /** Low eight bits of the VLAN ID. */