You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding VLAN and MPLS headers to TCP/UDP packets and their respective parsing routines, I see a huge jump in the parsing time increases 100 times with MPLS. This is not seen with VLAN header packet parsing < 5 microseconds when used instead of MPLS.
Both are 4 byte headers as I know. Any reasons behind this skew ?
When adding VLAN and MPLS headers to TCP/UDP packets and their respective parsing routines, I see a huge jump in the parsing time increases 100 times with MPLS. This is not seen with VLAN header packet parsing < 5 microseconds when used instead of MPLS.
Both are 4 byte headers as I know. Any reasons behind this skew ?
The text was updated successfully, but these errors were encountered: