[dpdk-dev] [PATCH v7 1/7] hash: replace existing hash library with cuckoo hash implementation

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jul 13 00:29:53 CEST 2015


2015-07-11 01:18, Pablo de Lara:
> The main change when creating a new table is that the number of entries
> per bucket is fixed now, so its parameter is ignored now
> (still there to maintain the same parameters structure).

Why not rename the "bucket_entries" field to "reserved"?
The API of this field has changed (now ignored) so it should be reflected
without changing the ABI.


More information about the dev mailing list