Re: [ovs-dev] Question about miniflow_hash in lib/flow.c

2014-02-09 Thread Kmindg G
On Sun, Feb 9, 2014 at 9:56 AM, Jarno Rajahalme wrote: > >> On Feb 8, 2014, at 12:49 AM, Kmindg G wrote: >> >> Hi all, >> I have a little question about miniflow_hash(). >> At the end of miniflow_hash, "p - flow->values" is used as the second >> paramter of mhash_finish. But "p - flow->valuse" is

Re: [ovs-dev] Question about miniflow_hash in lib/flow.c

2014-02-08 Thread Jarno Rajahalme
> On Feb 8, 2014, at 12:49 AM, Kmindg G wrote: > > Hi all, > I have a little question about miniflow_hash(). > At the end of miniflow_hash, "p - flow->values" is used as the second > paramter of mhash_finish. But "p - flow->valuse" is not the number of > bytes which has been added to hash in min