makefile: allow using DPDK from git and OS distributions 66/2766/1
authorMohammad Abdul Awal <mohammad.abdul.awal@intel.com>
Tue, 6 Sep 2016 15:58:57 +0000 (16:58 +0100)
committerMohammad Abdul Awal <mohammad.abdul.awal@intel.com>
Fri, 9 Sep 2016 15:42:15 +0000 (16:42 +0100)
commit55aba2fc5df4dbff80c3eb5c38b0b965cd826936
treec73492caacc957f21b5cf5f01ee7687e1e8a9949
parent8ae38dfb285ab9843312964b3081b2c52ba857dc
makefile: allow using DPDK from git and OS distributions

User can use DPDK_VERSION to download a specific DPDK version
from git. If no DPDK_VERSION is given, the master branch will be
downloaded. User can also provide RTE_SDK path for DPDK from OS
disctibution or any other location.

Change-Id: I7bbc30984cfc48c70d13b51d8fb6c1928d94a821
Signed-off-by: Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>
Makefile
dpdk/Makefile
examples/udpfwd/dpdk_version.h [new file with mode: 0644]
examples/udpfwd/main.c
examples/udpfwd/main_dpdk_legacy.h [new file with mode: 0644]
examples/udpfwd/pkt.c
examples/udpfwd/pkt_dpdk_legacy.h [new file with mode: 0644]