Hi
We'd like to use DPAA1 header manipulation update to set VLAN PCP header. From the document, it is set from dscp elements fill and index. Could you provide more info about how these elements map to VLAN PCP? Thanks.
Solved! Go to Solution.
If what you want is just to set a new PCP value in the outer VLAN tag, use
type="vpri", not "dscp".
DSCP in DPAA1 header manipulation establishes a mapping between IP TOS field and
the priority field in the VLAN tag, so the frame must encapsulate a valid IP datagram.
If that is what yo want, study LS1046ADPAARM, Sections 5.12.10.8 and 5.12.10.8.1
to have an idea of the array the document you referred talks about.
Hope this helps,
Platon
If what you want is just to set a new PCP value in the outer VLAN tag, use
type="vpri", not "dscp".
DSCP in DPAA1 header manipulation establishes a mapping between IP TOS field and
the priority field in the VLAN tag, so the frame must encapsulate a valid IP datagram.
If that is what yo want, study LS1046ADPAARM, Sections 5.12.10.8 and 5.12.10.8.1
to have an idea of the array the document you referred talks about.
Hope this helps,
Platon