void __4_4_14__EGRESS_TRAFFIC_SHAPING() {
    /**
     * @group:       	4.4.14 EGRESS TRAFFIC SHAPING
     *
     * @description: 	Two options are available for shaping the transmission of time-sensitive traffic: the IEEE 802.1Qav Credit-Based Traffic
     * 					Shaper and the Time Aware Traffic Scheduler (TAS). The Credit-Based Shaper is defined in IEEE 802.1Qav for Audio
     * 					Video Bridging (AVB). It attempts to minimize the jitter of traffic in the egress queue to which it applies, but the transmis-
     * 					sion of large packets from the “best effort” queue(s) can negatively impact its performance. The Time Aware Shaper
     * 					reserves periodic time windows for the transmission of data from its queue. This ensures that low priority traffic will not
     * 					block the periodic transmission of time-sensitive traffic, but it can also reduce the overall bandwidth of the port.
     * 					When a shaper is used, the corresponding egress ports are normally configured for either two or four queues. One or
     * 					more queues may be used for time-sensitive (i.e. scheduled) traffic, and the remaining queue(s) are used for lower pri-
     * 					ority unscheduled (best effort) traffic. The shapers are applied on a per queue basis at each port. Shaping is individually
     * 					configurable for each port and each queue.
     * 					The Credit-Based Shaper may be applied to either one or two queues on the same port. However, the Time Aware
     * 					Scheduler may only be applied to one queue per port.
     * 					It is possible to use both the Time Aware Scheduler (TAS) and Credit based Shaper (CBS) options on the same port at
     * 					the same time. The TAS and CBS queue/priority assignments are configured via software.
     * 					Section 4.4.4, "Quality-of-Service (QoS) Priority Support" discusses how ingress packets are mapped to egress queues
     * 					based on priority. The most common method is by the PCP field of the VLAN tag.
     *
     */
}