Re: [dpdk-dev] [PATCH v6 2/3] app/testpmd: add MPLSoUDP encapsulation

2018-10-23 Thread Ferruh Yigit
On 10/22/2018 6:38 PM, Ori Kam wrote: > MPLSoUDP is an example for L3 tunnel encapsulation. > > L3 tunnel type is a tunnel that is missing the layer 2 header of the > inner packet. > > Example for MPLSoUDP tunnel: > ETH / IPV4 / UDP / MPLS / IP / L4..L7 > > In order to encapsulate such a tunnel

[dpdk-dev] [PATCH v6 2/3] app/testpmd: add MPLSoUDP encapsulation

2018-10-22 Thread Ori Kam
MPLSoUDP is an example for L3 tunnel encapsulation. L3 tunnel type is a tunnel that is missing the layer 2 header of the inner packet. Example for MPLSoUDP tunnel: ETH / IPV4 / UDP / MPLS / IP / L4..L7 In order to encapsulate such a tunnel there is a need to remove L2 of the inner packet and enc