UDP_Replay: rte_hash_lookup_multi renamed to rte_hash_lookup_bulk 75/35775/5
authorAnand B Jyoti <anand.b.jyoti@intel.com>
Sun, 4 Jun 2017 23:37:44 +0000 (05:07 +0530)
committerAnand B Jyoti <anand.b.jyoti@intel.com>
Tue, 27 Jun 2017 03:29:32 +0000 (08:59 +0530)
commitb72cbc3b1b8bce7c35f2f2970304280fa7f32f23
treec8a18b0c452ed7ef6dc28543e9a73e825f5ccda3
parent56400cedab3a066b10401f676a8ee86c2463ff53
UDP_Replay: rte_hash_lookup_multi renamed to rte_hash_lookup_bulk

JIRA: SAMPLEVNF-20

The function name rte_hash_lookup_multi() is changed to
rte_hash_lookup_bulk() in DPDK version 16.11 and onwards.

This fix supports DPDK16.04, 16.11 and onwards and required for
DPDK17.05 migration.

Change-Id: I01f2145919768b5146116e67d7f349a5b039251c
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
VNFs/UDP_Replay/main.c