Re: [ovs-dev] [PATCH V3] packets: Fix using outdated RSS hash after MPLS decapsulation.

2019-08-29 Thread Ilya Maximets
On 28.08.2019 19:42, Nitin Katiyar wrote: > When a packet is received, the RSS hash is calculated if it is not > already available. The Exact Match Cache (EMC) entry is then looked up > using this RSS hash. > > When a MPLS encapsulated packet is received, the MPLS header is popped > and the packet

[ovs-dev] [PATCH V3] packets: Fix using outdated RSS hash after MPLS decapsulation.

2019-08-28 Thread Nitin Katiyar
When a packet is received, the RSS hash is calculated if it is not already available. The Exact Match Cache (EMC) entry is then looked up using this RSS hash. When a MPLS encapsulated packet is received, the MPLS header is popped and the packet is recirculated. Since the RSS hash has not been inva