void __4_4_4_2__IEEE_802_1p_Based_Priority() {
    /**
     * @group:       	4.4.4.2 IEEE 802.1p-Based Priority
     *
     * @description: 	For IEEE 802.1p-based priority, the device examines the ingress packets to determine whether they are tagged. If
     * 					tagged, the 3-bit PCP priority field in the VLAN tag is retrieved and used to look up the “priority mapping” value. The
     * 					“priority mapping” value is programmable.
     * 					Figure 4-4 illustrates how the 802.1p priority field is embedded in the 802.1Q VLAN tag.
     *
     *
     * 					FIGUR 4-4: 	802.P PRIORITY FIELD FORMAT
     *
     * 					BYTE:  7     1    6    6    2    2    2           46-1500           4
     * 					+----------+---+----+----+-----+---+------+-----------------------+---+
     * 					| PREAMBLE |SFD| DA | SA |VPID |TCI|LENGTH|         DATA          |FCS|
     * 					+----------+---+----+----+-----+---+------+-----------------------+---+
     * 											 |	   |   |
     * 						  +------------------+	   |   +----------------------+
     * 					  	  |	BITS	16		   	   |	3		  1		 12	  |
	 *						  +------------------------+-----------+-----+--------+
 	 *		802.1q VLAN TAG	  |TAGGED PACKET TYPE	   |802.1p	   | CFI | VLAN ID|
	 *					      | (8100 FOR ETHERNET)	   |		   |	 |		  |
	 *						  +------------------------+-----------+-----+--------+
     *
     */
}