This change seems to contradict IEC61375-3-4 (ECN) which defines the priority 0..7 to be set in the upper 3 bits of the DSCP field. This should result in dscpMap[] = {0, 8, 16, 24, 32, 40, 48, 56} Instead the change defines dscpMap[] = {0, 8, 18, 24, 34, 40, 48, 56} The notable difference is that priority 2 and 4 have an additonal bit set to 1, that according to IEC61375-3-4 shall be 0. Can someone please comment, why TRDP does not respect IEC61375-3-4?