[dpdk-dev] [PATCH] hash: rename unused field to "reserved"

2015-07-13 Thread Bruce Richardson
On Mon, Jul 13, 2015 at 05:25:51PM +0100, Bruce Richardson wrote: > The cuckoo hash has a fixed number of entries per bucket, so the > configuration parameter for this is unused. We change this field in the > parameters struct to "reserved" to indicate that there is now no such > parameter value, w

[dpdk-dev] [PATCH] hash: rename unused field to "reserved"

2015-07-13 Thread Bruce Richardson
The cuckoo hash has a fixed number of entries per bucket, so the configuration parameter for this is unused. We change this field in the parameters struct to "reserved" to indicate that there is now no such parameter value, while at the same time keeping ABI consistency. Fixes: 48a399119619 ("hash