From 82419a31e6d1846e0676edfa7fb511a23098f5a9 Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Wed, 18 Oct 2017 14:00:23 +0300 Subject: linux-gen: dpdk: bump target dpdk version to 17.08 Changes: - Function rte_set_log_level() is now deprecated. Replace it with rte_log_set_global_level(). - New dependency added to libnuma. - Pcap-based virtual devices are renamed to net_pcap. - DPDK pktio devices cannot be restarted after calling rte_eth_dev_close(). Move rte_eth_dev_close() calls to global terminate from odp_pktio_close(). Signed-off-by: Matias Elo Signed-off-by: Maxim Uvarov --- DEPENDENCIES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'DEPENDENCIES') diff --git a/DEPENDENCIES b/DEPENDENCIES index e309b3391..68c7b8be5 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -160,13 +160,17 @@ Prerequisites for building the OpenDataPlane (ODP) API Use DPDK for ODP packet I/O. + DPDK pktio adds a depency to NUMA library. + # Debian/Ubuntu + $ sudo apt-get install libnuma-dev + Note: only packet I/O is accelerated with DPDK. Use https://git.linaro.org/lng/odp-dpdk.git for fully accelerated odp dpdk platform. 3.4.1 Building DPDK and ODP with DPDK pktio support - DPDK packet I/O has been tested to work with DPDK v17.02. + DPDK packet I/O has been tested to work with DPDK v17.08. Follow steps in ./scripts/build-pktio-dpdk -- cgit v1.2.3