Re: [dpdk-dev] [PATCH v2 0/3] app/testpmd: add l3 encap/decap cmd

2018-10-09 Thread Ferruh Yigit
On 10/7/2018 3:41 PM, Ori Kam wrote: > Currently testpmd have support only for encapsulation and decapsulation > for L2 tunnels. > > This series adds commands for L3 tunnels types, L3 tunnel is a tunnel > that the inner packet is missing the L2 part. The encapsulation uses > the encap_l3 command i

[dpdk-dev] [PATCH v2 0/3] app/testpmd: add l3 encap/decap cmd

2018-10-07 Thread Ori Kam
Currently testpmd have support only for encapsulation and decapsulation for L2 tunnels. This series adds commands for L3 tunnels types, L3 tunnel is a tunnel that the inner packet is missing the L2 part. The encapsulation uses the encap_l3 command in-order to remove the inner l2. For decapsulation