Re: [ovs-dev] [PATCH net-next v2 1/2] lib: introduce arch optimized hash library

2013-12-12 Thread Daniel Borkmann
On 12/12/2013 06:54 PM, Nicolas Dichtel wrote: ... Is it possible to trace that this comes from the DPDK? At least in the commit log, like it was done in the v1. Hm, that got lost; but we can put that back into the commit log. In any case, we properly included the header comment, of course. +

Re: [ovs-dev] [PATCH net-next v2 1/2] lib: introduce arch optimized hash library

2013-12-12 Thread Nicolas Dichtel
Le 12/12/2013 16:09, Francesco Fusco a écrit : We introduce a new hashing library that is meant to be used in the contexts where speed is more important than uniformity of the hashed values. The hash library leverages architecture specific implementation to achieve high performance and fall backs

[ovs-dev] [PATCH net-next v2 1/2] lib: introduce arch optimized hash library

2013-12-12 Thread Francesco Fusco
We introduce a new hashing library that is meant to be used in the contexts where speed is more important than uniformity of the hashed values. The hash library leverages architecture specific implementation to achieve high performance and fall backs to jhash() for the generic case. On Intel-based