[dpdk-dev] [PATCH] hash: fix broken compatability with 2.0

2015-10-21 Thread Thomas Monjalon
2015-09-22 16:12, Stephen Hemminger: > Version 2.1 must retain source code compatability with 2.0, > all structure fields should be retained. If a field is no > longer used it should have been marked as deprecated. > > Fixes: 661e75ef8cac ("hash: rename unused field") > > Signed-off-by: Stephen H

[dpdk-dev] [PATCH] hash: fix broken compatability with 2.0

2015-09-22 Thread Stephen Hemminger
Version 2.1 must retain source code compatability with 2.0, all structure fields should be retained. If a field is no longer used it should have been marked as deprecated. Fixes: 661e75ef8cac ("hash: rename unused field") Signed-off-by: Stephen Hemminger --- lib/librte_hash/rte_hash.h | 3 ++-