Re: [ovs-dev] [PATCH 2/3] datapath: flow hash

2011-12-02 Thread Jesse Gross
On Fri, Dec 2, 2011 at 11:00 AM, Pravin B Shelar wrote: > Following patch keeps raw hash value (derived from key) in > sw_flow. So that new seed value can be used to find hash bucket. > > This patch is required for next patch related to hash-table > re-hashing. > > Signed-off-by: Pravin B Shelar

[ovs-dev] [PATCH 2/3] datapath: flow hash

2011-12-02 Thread Pravin B Shelar
Following patch keeps raw hash value (derived from key) in sw_flow. So that new seed value can be used to find hash bucket. This patch is required for next patch related to hash-table re-hashing. Signed-off-by: Pravin B Shelar --- datapath/flow.c |3 ++- 1 files changed, 2 insertions(+), 1