Re: [dpdk-dev] [PATCH v1] app/testpmd: add 5tswap forwarding engine

2020-07-10 Thread Ferruh Yigit
On 7/2/2020 4:16 PM, Shiri Kuzin wrote: > The new 5-tuple swap engine swaps: > source and destination mac address, > source and destination address in ipv4/ipv6, > source and destination port in UDP/TCP. > > The forwarding engine will parse each layer > and swap it, and will stop when the next > l

[dpdk-dev] [PATCH v1] app/testpmd: add 5tswap forwarding engine

2020-07-02 Thread Shiri Kuzin
The new 5-tuple swap engine swaps: source and destination mac address, source and destination address in ipv4/ipv6, source and destination port in UDP/TCP. The forwarding engine will parse each layer and swap it, and will stop when the next layer doesn't match. The mentioned headers of ICMP/ARP/M