build: pass 'no-pci' to autgenerated config 61/22461/2
authorDamjan Marion <[email protected]>
Tue, 24 Sep 2019 15:45:49 +0000 (17:45 +0200)
committerAndrew Yourtchenko <[email protected]>
Thu, 3 Oct 2019 08:41:52 +0000 (08:41 +0000)
Avoid aggresive hiijack of pci interfaces when 'make run' and
'make run-release' are used and there is no startup.conf present.

Type: feature

Change-Id: Id653b5f9ac3d2935a40299885e616960e75d4a95
Signed-off-by: Damjan Marion <[email protected]>
(cherry picked from commit be7ef3b5c2ebe973405a364454884fc21d35de95)

Makefile

index adb0334..5723cea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ SAMPLE_PLUGIN?=no
 STARTUP_DIR?=$(PWD)
 MACHINE=$(shell uname -m)
 SUDO?=sudo
+DPDK_CONFIG?=no-pci
 
 ,:=,
 define disable_plugins