scripts: replace NVME_WHITELIST with NVME_ALLOWED
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I4a03ee4040df32710bba67e9ecb68949e49f8693 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5276 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
parent
a1280c9878
commit
f1a966dc3d
@ -720,8 +720,8 @@ fi
|
||||
: ${PCI_ALLOWED:=""}
|
||||
: ${PCI_BLOCKED:=""}
|
||||
|
||||
if [ -n "$NVME_WHITELIST" ]; then
|
||||
PCI_ALLOWED="$PCI_ALLOWED $NVME_WHITELIST"
|
||||
if [ -n "$NVME_ALLOWED" ]; then
|
||||
PCI_ALLOWED="$PCI_ALLOWED $NVME_ALLOWED"
|
||||
fi
|
||||
|
||||
if [ -n "$SKIP_PCI" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user