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

2024-02-07 Thread Thomas Monjalon
07/02/2024 07:56, Ori Kam: > Hi Thomas, > > > -Original Message- > > From: Thomas Monjalon > > Sent: Wednesday, February 7, 2024 12:40 AM > > > > 28/01/2024 10:39, Ori Kam: > > > During the encapsulation of a packet, it is expected to calculate the > > > hash value which is based on the

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

2024-02-06 Thread Ori Kam
Hi Thomas, > -Original Message- > From: Thomas Monjalon > Sent: Wednesday, February 7, 2024 12:40 AM > > 28/01/2024 10:39, Ori Kam: > > During the encapsulation of a packet, it is expected to calculate the > > hash value which is based on the original packet (the outer values, > > which

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

2024-02-06 Thread Thomas Monjalon
28/01/2024 10:39, Ori Kam: > During the encapsulation of a packet, it is expected to calculate the > hash value which is based on the original packet (the outer values, > which will become the inner values). It is not clear what the hash is for. > The tunnel protocol defines which tunnel field sh

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

2024-02-01 Thread Ori Kam
Hi Ferruh, Can you please review my patch? Thanks, Ori > -Original Message- > From: Ori Kam > Sent: Sunday, January 28, 2024 11:40 AM > To: Dariusz Sosnowski ; ferruh.yi...@amd.com; > > During the encapsulation of a packet, it is expected to calculate the > hash value which is based on

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

2024-01-28 Thread Ori Kam
During the encapsulation of a packet, it is expected to calculate the hash value which is based on the original packet (the outer values, which will become the inner values). The tunnel protocol defines which tunnel field should hold this hash, but it doesn't define the hash calculation algorithm.