RE: [PATCH v2 1/4] ethdev: introduce encap hash calculation

2024-02-12 Thread Ori Kam
> -Original Message- > From: Ferruh Yigit > Sent: Monday, February 12, 2024 10:10 PM > > On 2/12/2024 6:44 PM, Ori Kam wrote: > > Hi Ferruh > > > >> -Original Message- > >> From: Ferruh Yigit > >> Sent: Monday, February 12, 2024 7:05 PM > >> > >> On 2/11/2024 7:29 AM, Ori Kam w

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

2024-02-12 Thread Ferruh Yigit
On 2/12/2024 6:44 PM, Ori Kam wrote: > Hi Ferruh > >> -Original Message- >> From: Ferruh Yigit >> Sent: Monday, February 12, 2024 7:05 PM >> >> On 2/11/2024 7:29 AM, Ori Kam wrote: >>> Hi Ferruh, >>> -Original Message- From: Ferruh Yigit Sent: Thursday, February 8,

RE: [PATCH v2 1/4] ethdev: introduce encap hash calculation

2024-02-12 Thread Ori Kam
Hi Ferruh > -Original Message- > From: Ferruh Yigit > Sent: Monday, February 12, 2024 7:05 PM > > On 2/11/2024 7:29 AM, Ori Kam wrote: > > Hi Ferruh, > > > >> -Original Message- > >> From: Ferruh Yigit > >> Sent: Thursday, February 8, 2024 7:13 PM > >> To: Ori Kam ; Dariusz Sosn

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

2024-02-12 Thread Ferruh Yigit
On 2/11/2024 7:29 AM, Ori Kam wrote: > Hi Ferruh, > >> -Original Message- >> From: Ferruh Yigit >> Sent: Thursday, February 8, 2024 7:13 PM >> To: Ori Kam ; Dariusz Sosnowski >> >> On 2/8/2024 9:09 AM, Ori Kam wrote: >>> During encapsulation of a packet, it is possible to change some >>>

RE: [PATCH v2 1/4] ethdev: introduce encap hash calculation

2024-02-10 Thread Ori Kam
Hi Ferruh, > -Original Message- > From: Ferruh Yigit > Sent: Thursday, February 8, 2024 7:13 PM > To: Ori Kam ; Dariusz Sosnowski > > On 2/8/2024 9:09 AM, Ori Kam wrote: > > During encapsulation of a packet, it is possible to change some > > outer headers to improve flow destribution. >

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

2024-02-08 Thread Ferruh Yigit
On 2/8/2024 9:09 AM, 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 -- > o

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

2024-02-08 Thread Ori Kam
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 -- one example being a hash of the inner Ethernet fr