[PATCH v4 4/4] app/testpmd: add encap hash calculation
Ferruh Yigit
ferruh.yigit at amd.com
Tue Feb 13 16:45:35 CET 2024
On 2/13/2024 2:16 PM, Ori Kam wrote:
> This commits add support for calculating the encap hash.
>
> Command structure:
> flow hash {port} encap {target field} pattern {item} [/ {item} [...] ] / end
>
> Example:
> calculate hash to be used by VXLAN encapsulation.
> flow hash 0 encap hash_field_sport pattern ipv4 dst is 7.7.7.7 src is 8.8.8.8 / udp dst is 5678 src is 1234 / end
>
> Signed-off-by: Ori Kam <orika at nvidia.com>
> Acked-by: Dariusz Sosnowski <dsosnowski at nvidia.com>
>
Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>
More information about the dev
mailing list