Re: [PATCH v4 1/4] ethdev: introduce encap hash calculation

2024-02-13 Thread Ferruh Yigit
On 2/13/2024 3:45 PM, Ferruh Yigit wrote: > On 2/13/2024 2:16 PM, Ori Kam wrote: >> During encapsulation of a packet, it is possible to change some >> outer headers to improve flow destribution. >> For example, from VXLAN RFC: >> "It is recommended that the UDP source port number >> be calculated u

Re: [PATCH v4 1/4] ethdev: introduce encap hash calculation

2024-02-13 Thread Ferruh Yigit
On 2/13/2024 2:16 PM, Ori Kam wrote: > During encapsulation of a packet, it is possible to change some > outer headers to improve flow destribution. > For example, from VXLAN RFC: > "It is recommended that the UDP source port number > be calculated using a hash of fields from the inner packet -- >