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

Ferruh Yigit ferruh.yigit at intel.com
Sat Jul 11 04:35:25 CEST 2020


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
> layer doesn't match.
> 
> The mentioned headers of ICMP/ARP/Multicast
> packets will be swapped as well according to
> matching layers.
> 
> usage: --forward-mode=5tswap
> 
> Signed-off-by: Shiri Kuzin <shirik at mellanox.com>
> Acked-by: Matan Azrad <matan at mellanox.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list