From: Damjan Marion Date: Tue, 24 Sep 2019 15:45:49 +0000 (+0200) Subject: build: pass 'no-pci' to autgenerated config X-Git-Tag: v20.05-rc0~803 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=be7ef3b5c2ebe973405a364454884fc21d35de95 build: pass 'no-pci' to autgenerated config 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 --- diff --git a/Makefile b/Makefile index baf9845b617..923b0e856cf 100644 --- 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