This patchset removes all deprecated macros and functions from the hash library. Then the DPDK version can be changed to 2.2.0-rc0.
Changes in v2: - increment hash library version - merge hash patches - increment DPDK version Pablo de Lara (2): enic: use appropriate key length in hash table hash: remove deprecated function and macros Thomas Monjalon (1): version: 2.2.0-rc0 app/test/test_hash.c | 7 ++++--- app/test/test_hash_functions.c | 4 ++-- app/test/test_hash_perf.c | 2 +- doc/guides/rel_notes/deprecation.rst | 5 ----- doc/guides/rel_notes/release_2_2.rst | 5 ++++- drivers/net/enic/enic_clsf.c | 4 ++-- lib/librte_eal/common/include/rte_version.h | 6 +++--- lib/librte_hash/Makefile | 2 +- lib/librte_hash/rte_hash.h | 6 ------ lib/librte_hash/rte_jhash.h | 15 ++------------- 10 files changed, 19 insertions(+), 37 deletions(-) -- 2.5.1