[PATCH v4 4/4] app/testpmd: add encap hash calculation

2024-02-13 Thread Ori Kam
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 / ud

Re: [PATCH v4 4/4] app/testpmd: add encap hash calculation

2024-02-13 Thread Ferruh Yigit
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_spo