summaryrefslogtreecommitdiffstats
path: root/src/dpdk/Makefile
diff options
context:
space:
mode:
authorjabirkkclt <jabir.kanhira.kadavathu@intel.com>2020-01-03 08:18:15 -0800
committerJabir Kanhira Kadavathu <jabir.kanhira.kadavathu@intel.com>2020-05-27 22:27:20 +0000
commit9977debab139afcc964661085d6e0515e3dd82ad (patch)
treee927f1d7c03694a832cfe885eda63c84c1f726fb /src/dpdk/Makefile
parentc3abd20ec45fd07bdb4a760f35c7ded447230319 (diff)
Moving DPDK Verion From 16.11 to 18.11.
Updated the related section in userguide. Also updated the change in kni location for 18.11. Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: If5f71f1803c65031b2c759052f571ce55b9ed4b6
Diffstat (limited to 'src/dpdk/Makefile')
-rw-r--r--src/dpdk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dpdk/Makefile b/src/dpdk/Makefile
index fc6a15d1..dec8cae5 100644
--- a/src/dpdk/Makefile
+++ b/src/dpdk/Makefile
@@ -86,13 +86,13 @@ endif
# CentOS 7.3 specific config changes to compile
ifeq ($(ID),"centos")
ifeq ($(VERSION_ID),"7")
- $(AT)sed -i.bak s@'SRCS-y += ethtool/igb/igb_main.c'@'#SRCS-y += ethtool/igb/igb_main.c'@g $(WORK_DIR)/lib/librte_eal/linuxapp/kni/Makefile
+ $(AT)sed -i.bak s@'SRCS-y += ethtool/igb/igb_main.c'@'#SRCS-y += ethtool/igb/igb_main.c'@g $(WORK_DIR)/kernel/linux/kni/Makefile
endif
endif
# RHEL 7.3 specific config changes to compile
ifeq ($(ID),"rhel")
ifeq ($(VERSION_ID),"7.3")
- $(AT)sed -i.bak s@'SRCS-y += ethtool/igb/igb_main.c'@'#SRCS-y += ethtool/igb/igb_main.c'@g $(WORK_DIR)/lib/librte_eal/linuxapp/kni/Makefile
+ $(AT)sed -i.bak s@'SRCS-y += ethtool/igb/igb_main.c'@'#SRCS-y += ethtool/igb/igb_main.c'@g $(WORK_DIR)/kernel/linux/kni/Makefile
endif
endif
$(AT)sed -i -e 's/CONFIG_RTE_LIBRTE_KNI=./CONFIG_RTE_LIBRTE_KNI=n/g' $(CONFIG_FILE_LINUXAPP)