Skip to content

Commit

Permalink
we need to pass --no-pci if we don't want PCIe support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Pfefferle committed May 15, 2017
1 parent 5df562c commit f59d59b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ JNIEXPORT jint JNICALL Java_com_ibm_disni_nvmef_spdk_NativeDispatcher__1env_1ini
cargs.push_back("--huge-dir");
cargs.push_back(jHugePath.c_str());

if (pcie) {
if (!pcie) {
cargs.push_back("--no-pci");
}

Expand Down

0 comments on commit f59d59b

Please sign in to comment.