Messages in this thread |  | | Date | Mon, 24 Feb 2014 04:35:29 -0800 | From | "H. Peter Anvin" <> | Subject | Re: [PATCH 2/3] x86/hash: swap parameters of crc32_u32() |
| |
On 02/24/2014 12:03 AM, Jan Beulich wrote: > rte_hash_crc_4byte(uint32_t data, uint32_t init_val) > > as opposed to > > static inline u32 crc32_u32(u32 crc, u32 val) > > (quite obviously data <-> val and crc <-> init_val, supported > by the second argument in each caller being named "seed"). >
"Quite obviously", but unfortunately wrong (see other email).
-hpa
|  |